Description
The makefiles for building the native libraries require the Java headers (jni.h, etc) The Makefile in src/server/src/main/c++/nativeMap points to
/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers
The correct directory to include that works for both 10.6 and 10.7 is
/System/Library/Frameworks/JavaVM.framework/Headers
the Makefile in the mlock directory is including this directory correctly.
Attachments
Issue Links
- is duplicated by
-
ACCUMULO-719 Failure compiling native libraries on Mac OSX 10.7.4
- Resolved