You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currenlty trying to compile JNLua 1.0.3 C native code. The goal is to
provide a shipped interpreter for LDT (http://eclipse.org/koneki/ldt/).
Dowloaded dll for windows works fine, under linux the compilation work fine
aswell. But on MacOs X, I have a major issue to compile the jnlua lib.
Using GCC, I have the followings errors :
gcc -c -fno-strict-aliasing -m64 -fPIC -O2 -Wall -DNDEBUG -D_REENTRANT
-DLUA_USE_LINUX
-I/Developer//SDKs/MacOSX10.6.sdk/System/Library/Frameworks/JavaVM.framework/Ver
sions/1.6.0/Headers -I/tmp/lua-5.2.1/src/ ../jnlua.c
../jnlua.c:133: error: thread-local storage not supported for this target
Some explanation can be find here:
http://lists.apple.com/archives/xcode-users/2006/Jun/msg00550.html
It seems that MacOs doesn't support thread-local storage, maybe jnlua have to
use a different way to store thread variables.
Marc
Original issue reported on code.google.com by [email protected] on 11 Feb 2013 at 5:53
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 11 Feb 2013 at 5:53The text was updated successfully, but these errors were encountered: