Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-682

Native library compiling fails on OS X 10.7 (Lion)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.4.1
    • 1.4.2, 1.5.0
    • scripts
    • OS X 10.7.x

    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

          Activity

            People

              Unassigned Unassigned
              jklucar Jim Klucar
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: