You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Eric Newton (JIRA)" <ji...@apache.org> on 2012/07/13 13:36:33 UTC

[jira] [Resolved] (ACCUMULO-682) Native library compiling fails on OS X 10.7 (Lion)

     [ https://issues.apache.org/jira/browse/ACCUMULO-682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Newton resolved ACCUMULO-682.
----------------------------------

    Resolution: Fixed
    
> 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, 1.5.0-SNAPSHOT
>         Environment: OS X 10.7.x
>            Reporter: Jim Klucar
>            Assignee: John Vines
>            Priority: Minor
>              Labels: build
>
> 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