Re: gluegen rt natives macosx universal misses 32 bit
Posted by slajar on Aug 22, 2014; 9:23am
URL: https://forum.jogamp.org/gluegen-rt-natives-macosx-universal-misses-32-bit-tp4032853p4032889.html
well, I tried to build it. I am actually more a c++ developer and these ant tasks are really weird to me ;) well, I found that cpptasks is used to build the native stuff. Am I right? I couldn't find any place to alter CFLAGS and LFLAGS.
In CFLags I would use -isysroot $(DEVELOPERDIR)/SDKs/MacOSX10.6sdk and in LFLags -Wl,-syslibroot,$(DEVELOPERDIR)/SDKs/MacOSX10.6.sdk . After that it should build against the "old" SDK.
I am on MacOSX 10.8 and have installed SDKs for 10.6, 10.7 and 10.8. By default it uses 10.8 SDK and the ant task builds a jnilib that has only 64 bit support.