Hi Aishwarya,
Your tutorial is really helpful but I am facing certain problems.
I am trying to install rgbdemo-0.7.0 on ubuntu 14.04 ,
I am getting same warnings as Leonardo
when I type:
./linux_configure.sh
it says
CMake Warning at nestk/deps/cmake/utils.cmake:80 (ADD_EXECUTABLE):
Cannot generate a safe linker search path for target rgbd-scan-topview
because files in some directories may conflict with libraries in implicit
directories:
link library [libOpenNI.so] in /usr/lib may be hidden by files in:
/home/nikita/Kinect/RGBDemo-0.7.0-Source/build/lib
Some of these libraries may not be found correctly.
Call Stack (most recent call first):
scan-topview/CMakeLists.txt:28 (NESTK_ADD_EXECUTABLE)
CMake Warning at nestk/deps/cmake/utils.cmake:80 (ADD_EXECUTABLE):
Cannot generate a safe linker search path for target rgbd-scan-markers
because files in some directories may conflict with libraries in implicit
directories:
link library [libOpenNI.so] in /usr/lib may be hidden by files in:
/home/nikita/Kinect/RGBDemo-0.7.0-Source/build/lib
Some of these libraries may not be found correctly.
Call Stack (most recent call first):
scan-markers/CMakeLists.txt:24 (NESTK_ADD_EXECUTABLE)
"and many more like this"
-- Generating done
-- Build files have been written to: /home/nikita/Kinect/RGBDemo-0.7.0-Source/build
Program configured in directory build.
Now go into build/ and run make.
It shows that configuration is successful. But I think still something is wrong.
it's showing
following error after "make" command. Then I tried with rgbdemo-0.5.0
but the problem remains the same.
make[2]: *** [nestk/deps/opencv/modules/core/CMakeFiles/opencv_core.dir/src/arithm.o] Error 1
make[2]: Leaving directory `/home/nikita/Kinect/RGBDemo-0.5.0-Source/build'
make[1]: *** [nestk/deps/opencv/modules/core/CMakeFiles/opencv_core.dir/all] Error 2
make[1]: Leaving directory `/home/nikita/Kinect/RGBDemo-0.5.0-Source/build'
Thanks in advance.