Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » CMake
CMake [message #986782] Wed, 21 November 2012 15:47 Go to next message
Aidin Hassanzadeh is currently offline Aidin HassanzadehFriend
Messages: 2
Registered: October 2012
Junior Member
Hey Guy,

I've got stock with making a c++ project with PCL and freenect. I am following instructions from "Hacking the Kinect" and getting below error.

fatal error: libfreenect-registration.h: No such file or directory


I am uploading my codes and CMakeList.txt and hope someone could help me with this. I did install freenect correctly and could trace libraries and include paths with "pkg-config --libs" and "pkg-config --cflag". Even, the include paths are available in project tree.

HTH
Re: CMake [message #987219 is a reply to message #986782] Sat, 24 November 2012 15:59 Go to previous message
Paul Bußmann is currently offline Paul BußmannFriend
Messages: 17
Registered: October 2012
Junior Member
Did you provide the correct include path to the compiler? See "-I" in the output from building. Try to give the absolute path of the directory where libfreenect-registration.h resides if relative path doesn't work.
Previous Topic:Eclipse and Connector\C
Next Topic:empty project cannot build and cannot find binary.
Goto Forum:
  


Current Time: Thu Apr 25 15:21:28 GMT 2024

Powered by FUDForum. Page generated in 0.03101 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top