[Ves] Linux compilation - kiwiviewer

Pablo Speciale pablo.speciale at gmail.com
Fri Sep 27 11:12:42 EDT 2013


Hi,

I would like to test KiwiViewer on linux. There are instructions but I
believe they are not updated:
    http://www.vtk.org/Wiki/VES/Developers_Guide#Testing_on_Linux

One commit has removed the 'Apps/Linux' folder.

http://vtk.org/gitweb?p=VES.git;a=commit;h=2130ceb2801f53c5867ed9da6e21594cacdf4198

So, I don't know how to compile it.

I tried few things. I compiled the Android project with the flag
"VES_HOST_SUPERBUILD=ON", and without "VES_ANDROID_SUPERBUILD=OFF". It did
compile but then I don't know how to use it for compiling Kiwi.

I have modified the 'configure_cmake.sh' (in Apps/Android/Kiwi/):

[...]

VTK_DIR=$cmakeexternals/Build/vtk-host
VES_DIR=$cmakeexternals/Build/ves-host
# TOOLCHAIN=$source_dir/CMake/toolchains/android.toolchain.cmake

mkdir -p $build_dir
cd $build_dir
$CMAKE -DVTK_DIR=$VTK_DIR -DVES_DIR=$VES_DIR $app_dir



Then, of course, I will have problems with includes like: "#include
<jni.h>". Any suggestion?


Thanks in advance!

-- 
Pablo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/ves/attachments/20130927/d7910334/attachment-0001.html>


More information about the Ves mailing list