<div dir="ltr"><div><div><div>Hello VES people!<br><br>I'm going to implement an app for my bachelor theses soon and I think kiwiviewer should work well for that purpose. But I'm having troubles building fresh version of the framework on linux. Build instructios on <a href="http://www.vtk.org/Wiki/VES/Developers_Guide">http://www.vtk.org/Wiki/VES/Developers_Guide</a> seem to be a bit outdated. Files like e.g. configure_cmake.sh are not there any more since the out of source build was introduced.<br>Making build inside of the Kiwi directory doesn't work, of course. According to the README file in Apps/Android/Kiwi one should run something like this:<br>cmake \<br>      -DCMAKE_TOOLCHAIN_FILE="$ves_src/CMake/toolchains/android.toolchain.cmake" \<br>      -DANDROID_NATIVE_API_LEVEL=8 \<br>      -DVTK_DIR="path/to/cross/build/CMakeExternals/Build/vtk-android" \<br>      -DVES_DIR="path/to/cross/build/CMakeExternals/Build/ves-android" \<br>      "$ves_src/Apps/Android/Kiwi"<br><br></div>After playing with cmake for some time I made it generate Makefile in Apps/Android/Kiwi/build, but make fails because of missing build.xml. I couldn't find this file too, so I suppose there is a problem here. Here is the output of make:<br>$ make -j2<br>Scanning dependencies of target KiwiNative<br>[100%] Building CXX object jni/CMakeFiles/KiwiNative.dir/KiwiNative.cpp.o<br>Linking CXX shared library ../libs/armeabi-v7a/libKiwiNative.so<br>[100%] Built target KiwiNative<br>Scanning dependencies of target kiwi-ant-configure<br>Error copying file (if different) from "/home/alex/Development/bachelor-viewer/VES/Apps/Android/Kiwi/build.xml" to "/home/alex/Development/bachelor-viewer/VES/Apps/Android/Kiwi/build/build.xml".<br>CMakeFiles/kiwi-ant-configure.dir/build.make:49: recipe for target 'CMakeFiles/kiwi-ant-configure' failed<br>make[2]: *** [CMakeFiles/kiwi-ant-configure] Error 1<br>CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/kiwi-ant-configure.dir/all' failed<br>make[1]: *** [CMakeFiles/kiwi-ant-configure.dir/all] Error 2<br>Makefile:76: recipe for target 'all' failed<br>make: *** [all] Error 2<br><br></div>Does anybody has more recent build instructions or experience he/she could share? :)<br><br></div>Best regards,<br>Alex.<br></div>