librealsense installation

Options
Thomas
Thomas New Member Posts: 18
edited May 2017 in UP Board Linux
Hello,

I was wondering if anyone has had success installing the latest librealsense library from https://github.com/IntelRealSense/librealsense to their up board. I am using the original up-board with 32gb memory and 4 gb ram.

During install I encounter the error

[ 61%] Building CXX object examples/CMakeFiles/cpp-config-ui.dir/cpp-config-ui.cpp.o
/home/tck/librealsense/examples/cpp-config-ui.cpp: In function ‘void show_message(GLFWwindow*, const string&, const string&)’:
/home/tck/librealsense/examples/cpp-config-ui.cpp:272:20: error: ‘GLFW_FLOATING’ was not declared in this scope
glfwWindowHint(GLFW_FLOATING, GL_TRUE);
^
examples/CMakeFiles/cpp-config-ui.dir/build.make:54: recipe for target 'examples/CMakeFiles/cpp-config-ui.dir/cpp-config-ui.cpp.o' failed
make[2]: *** [examples/CMakeFiles/cpp-config-ui.dir/cpp-config-ui.cpp.o] Error 1
CMakeFiles/Makefile2:420: recipe for target 'examples/CMakeFiles/cpp-config-ui.dir/all' failed
make[1]: *** [examples/CMakeFiles/cpp-config-ui.dir/all] Error 2
Makefile:117: recipe for target 'all' failed
make: *** [all] Error 2

Can anyone help me with this?

Thanks,

Thomas

Comments