Skip to content

Instantly share code, notes, and snippets.

@doda-zz
Created July 28, 2012 16:54
Show Gist options
  • Save doda-zz/3193990 to your computer and use it in GitHub Desktop.
Save doda-zz/3193990 to your computer and use it in GitHub Desktop.
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/include -I/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/include/linux -Isrc/native/common/include -Isrc/native/python/include -I/usr/include/python2.7 -c src/native/common/jp_proxy.cpp -o build/temp.linux-x86_64-2.7/src/native/common/jp_proxy.o
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
In file included from src/native/common/jp_proxy.cpp:17:0:
src/native/common/include/jpype.h:45:17: fatal error: jni.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment