Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MINGW installation failure - undefined reference to `_longjmp' (LUA 5.2.X) #61

Open
the-almighty-carl opened this issue Apr 12, 2019 · 0 comments

Comments

@the-almighty-carl
Copy link

Currently trying to compile/use luadec on Windows to deal with some pesky .luac files that need reverse-engineering. Following the bash script provided, with the exception of using "mingw32-make" in place of "make" for reasons that should be obvious, results in everything working correctly for about three whole seconds before this happens:

mingw epic fail xdd
Pardon how bad I am at markdown.

The .luac files in need of decompiling are written in lua 5.2.4, which is currently installed and functioning on my computer, so that can't be the problem. The weirdest part is that I would expect this to be a problem with .dll file I/O/etc given where the failure seems to occur in the makefile when the mingw32-make command's platform value is set to mingw, but the exact same "undefined reference to `_longjmp'" error occurs regardless of what the platform is set to.

It's probably just another PEBCAK situation, I know, but for it to be another PEBCAK situation implies that either something important was left out of the guide or the wiki is in even greater disrepair than it appears, so I felt it was worth bringing up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant