tisch-core
tisch-core copied to clipboard
Can't install in ubuntu 17.04
this is the tail of the error
make -C drivers/evdevd make[1]: Entering directory '/home/luiz/Projetos/Kinect/tisch-core-libtisch/drivers/evdevd' make[1]: Nothing to be done for 'build'. make[1]: Leaving directory '/home/luiz/Projetos/Kinect/tisch-core-libtisch/drivers/evdevd' make -C libs/wrappers/java make[1]: Entering directory '/home/luiz/Projetos/Kinect/tisch-core-libtisch/libs/wrappers/java' Makefile:15: COREJAR not set - trying to guess a default value. Makefile:30: COREJAR (/usr/share/processing/lib/core.jar) not found - disabling Processing component. g++ -Wall -ggdb -fPIC -DTISCH_SHARED="" -DTIXML_USE_STL -I. -DTISCH_PREFIX='"/home/luiz/Projetos/Kinect/tisch-core-libtisch/build//share/libtisch/"' -DHAS_FREENECT -O2 -fno-strict-aliasing -I/usr/lib/jvm/java/include/ -I/usr/lib/jvm/java/include/linux/ -Wall -ggdb -fPIC -L/home/luiz/Projetos/Kinect/tisch-core-libtisch/build//lib/ -shared -Wl,-soname,libtisch_java.so -I../../../ -I../../..//libs/osc -I../../..//libs/tools -I../../..//gispl -I../../..//widgets -I../../..//libs/simplecv -I../../..//libs/simplegl -I../../..//gispl/features -L../../..//libs/tools -L../../..//libs/osc -L../../..//gispl -L../../..//widgets -L../../..//libs/simplecv -L../../..//libs/simplegl libtisch_wrap.cxx -ltools -loscpack -lgispl -lsimplecv -lsimplegl -lwidgets -lGL -lGLU -o libtisch_java.so libtisch_wrap.cxx:160:17: fatal error: jni.h: No such file or directory #include <jni.h> ^ compilation terminated. Makefile:38: recipe for target 'libtisch_java.so' failed make[1]: *** [libtisch_java.so] Error 1 make[1]: Leaving directory '/home/luiz/Projetos/Kinect/tisch-core-libtisch/libs/wrappers/java' Makefile:196: recipe for target 'libs/wrappers/java' failed make: *** [libs/wrappers/java] Error 2
If you don't need the Java wrapper, you can safely ignore that error. Just run make install, the binaries should then be in the build/ directory.