I'm installing libfreenect
(OpenKinect
) to interface the Kinect
with Arduino
for a
tangible media project on Windows 7. I'm stuck at the compiling stage
in VS2010 with 61 errors of this type.
Error 1 error LNK2019: unresolved external symbol __imp___glutInitWithExit referenced in function glutInit_ATEXIT_HACK C: \Users\Laptop\Downloads\OpenKinect Drivers\OpenKinect- libfreenect-3b0f416\examples\glview.obj glview
Full list here: http://goo.gl/EOrQQ
Here is a snapshot of CMAKE settings: http://goo.gl/uapTS
I have seen posts with similar errors but haven't found a known resolution, any help would be greatly appreciated.