3 messages in net.java.dev.jna.usersProblem building on OS X
FromSent OnAttachments
Charles Oliver NutterAug 31, 2007 10:00 am 
Timothy WallAug 31, 2007 10:53 am.makefile
Charles Oliver NutterAug 31, 2007 10:57 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Problem building on OS XActions...
From:Charles Oliver Nutter (char@sun.com)
Date:Aug 31, 2007 10:00:07 am
List:net.java.dev.jna.users

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