hey there,
We’re trying to get a kinect running using codeblocks on Windows. We’re having some trouble getting it all linked correctly.
We’re working from the github.com/ofTheo/ofxKinect. The CB files there are for Linux. Would anyone happen to have some a set up lying around?
cheers!
It wouldn’t build in codeblocks since it tries to include libusb.h. I fixed that and added codeblocks projects to the example. Please try the feature-win-codeblocks branch: https://github.com/ofTheo/ofxKinect/tree/feature-win-codeblocks
Also, thank Golan Levin and the Studio for Creative Inquiry for supporting my time: http://studioforcreativeinquiry.org/
When I download the package at the feature-win-codeblocks branch and run the CB workspace, it still compiles as Linux version.
I got the feature-win-codeblocks branch of ofxKinect. When I build the project I receive this error message:
c:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\mingw32\bin\ld.exe:C:\Users\cweisbar\Desktop\of_preRelease_v007_win_cb\libs\openFrameworksCompiled\project\win_cb\openFrameworksLib.cbp|1|syntax error|
Codeblocks opens the openFrameworksLib.cpb, which is blank.