Re: [arch-general] Something wrong with cmake

2012-08-02 Thread Andrzej Giniewicz
Hi, On 01.08.2012 22:51, Xin Zhao wrote: > I tried to install vtk in aur. > > But this gave me the following error: > -- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY > JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH) on AUR page there are two new comments not counti

Re: [arch-general] Something wrong with cmake

2012-08-01 Thread rafael ff1
2012/8/1 Xin Zhao : > Dear all, > > I tried to install vtk in aur. > > But this gave me the following error: > -- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY > JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH) > > But I tried to wrote a CMakeLists.txt include find_pack

[arch-general] Something wrong with cmake

2012-08-01 Thread Xin Zhao
Dear all, I tried to install vtk in aur. But this gave me the following error: -- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH) But I tried to wrote a CMakeLists.txt include find_package(JNI). This gave me -- JNI found