-
Notifications
You must be signed in to change notification settings - Fork 40
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
dub compilation for osx and lua 5.1 #90
Comments
did the trick |
The repository includes custom-compiled Lua binaries for Linux and Windows platforms because of #35, so adding the default system library to all POSIX configurations is not an option. Do you know if D exceptions work with typical Lua libraries built for OSX? |
@JakobOvrum not sure what you mean by that, but when you throw an exception within d code that is called from within a lua state then its not caught by lua state and the program crashes as follows:
|
os x homebrew has a package lua51
when i install this and try to compile a sample program it fails since the lua library is
/usr/local/lib/liblua5.1.dylib
however when i do
where ../luad/ is a checked out version of luad it works.
i'm not completely sure how/where this needs to be fixed
The text was updated successfully, but these errors were encountered: