Re: gluegen rt natives macosx universal misses 32 bit
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.
Re: gluegen rt natives macosx universal misses 32 bit
Administrator
You have enough information to write a bug report and it shouldn't be difficult to fix as you gave us the solution that we have to put into our Ant build script.