开发者

Open kinect giving errors when I try to compile

开发者 https://www.devze.com 2023-02-01 06:42 出处:网络
I am trying to compile OpenKinect-libfreenect on ubuntu 10.10. I have installed all the dependencies. When I compile it with make, it gives me this error.

I am trying to compile OpenKinect-libfreenect on ubuntu 10.10. I have installed all the dependencies. When I compile it with make, it gives me this error.

Scanning dependencies of target cppview
[ 64%] Building CXX object examples/CMakeFiles/cppview.dir/cppview.cpp.o
/home/giodamelio/Downloads/OpenKinect-libfreenect-bdd9219/examples/cppview.cpp:41:     fatal error: GL/glut.h: No such file or directory
compilation terminated.
make[2]: *** [exam开发者_如何学Goples/CMakeFiles/cppview.dir/cppview.cpp.o] Error 1
make[1]: *** [examples/CMakeFiles/cppview.dir/all] Error 2
make: *** [all] Error 2


Install freeglut3-dev package.

0

精彩评论

暂无评论...
验证码 换一张
取 消