The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=14558 ====================================================================== Reported By: rahulchavan Assigned To: ====================================================================== Project: CMake Issue ID: 14558 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2013-11-11 10:27 EST Last Modified: 2013-11-11 10:27 EST ====================================================================== Summary: configure step for 'ves-android' Description: hallo, i am running into this issue and not able to find a solution. I followed the steps in the http://vtk.org/Wiki/VES/Developers_Guide [^] and when i run the "make -j4" command, i am getting the following error...
rahul@rahul-X201EP:~/Documents/Workspace/VES/Apps/Android/CMakeBuild/build$ cd .. rahul@rahul-X201EP:~/Documents/Workspace/VES/Apps/Android/CMakeBuild$ cmake -P configure.cmake -- Configuring done -- Generating done -- Build files have been written to: /home/rahul/Documents/Workspace/VES/Apps/Android/CMakeBuild/build rahul@rahul-X201EP:~/Documents/Workspace/VES/Apps/Android/CMakeBuild$ cd build/ rahul@rahul-X201EP:~/Documents/Workspace/VES/Apps/Android/CMakeBuild/build$ make -j4 [ 24%] Built target vtk-host [ 48%] Built target eigen [ 72%] Built target vtk-android [ 75%] Performing configure step for 'ves-android' -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Eigen found (include: /home/rahul/Documents/Workspace/VES/Apps/Android/CMakeBuild/build/CMakeExternals/Install/eigen) CMake Error at src/setup-headers.cmake:8 (include): include could not find load file: ves/headers.cmake Call Stack (most recent call first): src/setup-headers.cmake:46 (process_dir) src/CMakeLists.txt:20 (include) CMake Error at src/CMakeLists.txt:22 (add_subdirectory): add_subdirectory given source "ves" which is not an existing directory. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Doxygen not found - API documentation will not be built. -- Configuring incomplete, errors occurred! make[2]: *** [CMakeExternals/Stamp/ves-android/ves-android-configure] Error 1 make[1]: *** [CMakeFiles/ves-android.dir/all] Error 2 make: *** [all] Error 2 rahul@rahul-X201EP:~/Documents/Workspace/VES/Apps/Android/CMakeBuild/build$ Additional Information: I have android ndk r8 installed with android sdk. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-11-11 10:27 rahulchavan New Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers