Description
Overview Description:
I'm using ubuntu 18.04 and here's the error when I do
" cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/freenect2 "
-- using tinythread as threading library
-- Could NOT find TegraJPEG (missing: TegraJPEG_LIBRARIES TegraJPEG_INCLUDE_DIRS TegraJPEG_L4T_OK TegraJPEG_DRIVER_OK TegraJPEG_WORKS)
CMake Warning at CMakeLists.txt:389 (MESSAGE):
Your CUDA installation overrides OpenCL system library path.
-- RPATH set to /usr/lib/x86_64-linux-gnu
-- Linking with these libraries:
/usr/lib/x86_64-linux-gnu/libusb-1.0.so
pthread
va-drm
va
/usr/lib/x86_64-linux-gnu/libjpeg.so
/usr/lib/x86_64-linux-gnu/libturbojpeg.so.0
/usr/lib/x86_64-linux-gnu/libglfw.so
OPENGL_gl_LIBRARY-NOTFOUND
/usr/lib/x86_64-linux-gnu/libOpenCL.so
/usr/local/cuda/lib64/libcudart_static.a
-lpthread
dl
/usr/lib/x86_64-linux-gnu/librt.so
-- Configurating examples
-- Using in-tree freenect2 target
-- Feature list:
-- CUDA yes
-- CXX11 disabled
-- Examples yes
-- OpenCL yes
-- OpenGL yes
-- OpenNI2 yes
-- TegraJPEG no
-- Threading tinythread
-- TurboJPEG yes
-- VAAPI yes
-- VideoToolbox no (Apple only)
-- streamer_recorder disabled
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
OPENGL_gl_LIBRARY (ADVANCED)
linked by target "freenect2" in directory /home/sujong/libfreenect2
linked by target "Protonect" in directory /home/sujong/libfreenect2/examples
-- Configuring incomplete, errors occurred!
See also "/home/sujong/libfreenect2/build/CMakeFiles/CMakeOutput.log".
See also "/home/sujong/libfreenect2/build/CMakeFiles/CMakeError.log".
I don't see anybody else with this error please help me..!