(0022042)
|
Juhani Simola
|
2010-08-31 17:27
|
|
On a related note, the JNI headers located under /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/include/ and /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/include/linux are also not found. If JAVA_HOME environment variable is set to /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64, these directories are found and stored to variables JAVA_INCLUDE_PATH and JAVA_INCLUDE_PATH2. However, when compiling, only the first path is set at command line.
The command line works at least on Debian because the header under linux subdirectory, jni_md.h, has been symlinked to main include directory. On Fedora, the symlink does not exist by default. |
|
(0025927)
|
Mathieu Malaterre
|
2011-03-28 11:40
|
|
$ git push stage HEAD
Counting objects: 7, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 428 bytes, done.
Total 4 (delta 3), reused 0 (delta 0)
To git@cmake.org:stage/cmake.git
* [new branch] HEAD -> fixbug_0011183 |
|