Not sure about this one...running "ant jar":
[exec] gcc -W -Wall -Wno-unused -Wno-parentheses -arch ppc -arch
i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -x objective-c
-fno-omit-frame-pointer -fno-strict-aliasing -DTARGET_RT_MAC_CFM=0
-I"/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include"
-I"/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/darwin"
-I"/Users/headius/NetBeansProjects/jnalib/build/native"
-I/Users/headius/NetBeansProjects/jnalib/build/native/libffi/include -c
dispatch.c -o /Users/headius/NetBeansProjects/jnalib/build/native/dispatch.o
[exec] In file included from
/Users/headius/NetBeansProjects/jnalib/build/native/libffi/include/ffi.h:63,
[exec] from dispatch.h:4,
[exec] from dispatch.c:51:
[exec]
/Users/headius/NetBeansProjects/jnalib/build/native/libffi/include/ffitarget.h:64:
error: 'FFI_DEFAULT_ABI' undeclared here (not in a function)
[exec] lipo: can't figure out the architecture type of:
/var/tmp//ccYGMzbR.out
[exec] make: ***
[/Users/headius/NetBeansProjects/jnalib/build/native/dispatch.o] Error 1
- Charlie