Jim Klucar created ACCUMULO-682:
-----------------------------------
Summary: Native library compiling fails on OS X 10.7 (Lion)
Key: ACCUMULO-682
URL: https://issues.apache.org/jira/browse/ACCUMULO-682
Project: Accumulo
Issue Type: Bug
Components: scripts
Affects Versions: 1.4.1
Environment: OS X 10.7.x
Reporter: Jim Klucar
Assignee: John Vines
Priority: Minor
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira