Skip to content

Instantly share code, notes, and snippets.

@jruby
Created May 29, 2009 02:21
Show Gist options
  • Save jruby/119734 to your computer and use it in GitHub Desktop.
Save jruby/119734 to your computer and use it in GitHub Desktop.
[exec] cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG -W -Werror -Wall -Wno-unused -Wno-parentheses -Wundef -I"/Users/headius/projects/jffi/build/jni" -I"/Users/headius/projects/jffi/jni/jffi" -I"/Users/headius/projects/jffi/build/jni/libffi-darwin/include" -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" -D_REENTRANT -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DTARGET_RT_MAC_CFM=0 -arch i386 -arch x86_64 -arch ppc -c /Users/headius/projects/jffi/jni/jffi/Array.c -o /Users/headius/projects/jffi/build/jni/jffi/Array.o
[exec] In file included from /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/jni.h:27,
[exec] from /Users/headius/projects/jffi/jni/jffi/Array.c:23:
[exec] /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/jni_md.h:15:5: error: "__LP64__" is not defined
[exec] In file included from /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/jni.h:27,
[exec] from /Users/headius/projects/jffi/jni/jffi/Array.c:23:
[exec] /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/jni_md.h:15:5: error: "__LP64__" is not defined
[exec] lipo: can't figure out the architecture type of: /var/folders/lK/lKXTy5IfE2WVP+AM-nqmmk+++TI/-Tmp-//cc8NafNu.out
[exec] make: *** [/Users/headius/projects/jffi/build/jni/jffi/Array.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment