You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Jim Klucar (JIRA)" <ji...@apache.org> on 2012/07/10 16:44:35 UTC

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

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

        

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

Posted by "Eric Newton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Newton updated ACCUMULO-682:
---------------------------------

    Affects Version/s: 1.5.0-SNAPSHOT
        Fix Version/s: 1.4.2
                       1.5.0
    
> 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
>             Fix For: 1.5.0, 1.4.2
>
>
> 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

        

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

Posted by "Eric Newton (JIRA)" <ji...@apache.org>.
     [ 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