Created
September 23, 2013 09:16
-
-
Save sonOfRa/6668230 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
simon@Locutus build % cmake ../ -DCMAKE_TOOLCHAIN_FILE=/home/simon/cmake-toolchains/win64 | |
-- The C compiler identification is GNU 4.7.3 | |
-- The CXX compiler identification is GNU 4.7.3 | |
-- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-gcc | |
-- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-gcc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-g++ | |
-- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-g++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Found Java: /etc/java-config-2/current-system-vm/bin/java (found version "1.7.0.40") | |
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:97 (message): | |
Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY | |
JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH) | |
Call Stack (most recent call first): | |
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:291 (_FPHSA_FAILURE_MESSAGE) | |
/usr/share/cmake/Modules/FindJNI.cmake:240 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) | |
jni/CMakeLists.txt:1 (find_package) | |
-- Configuring incomplete, errors occurred! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment