-
Notifications
You must be signed in to change notification settings - Fork 55
Examples prior to multi-kinect fail to build on Xcode 3.2.6 OS X 10.6.7 #3
Comments
What openni version are you using? |
OpenNI 1.1.0.41 . Nite 1.3.1.5 Avin2's sensor kinect (5.0.1.32). |
All of those are binary distributions. |
I am using Xcode 4.02 and have the same errors while building BlockOpenNISkeleton (I've tried on older MacBook Pro and on new iMac with Intel Core i3 - so I guess hardware is not a problem) I used http://kinecthesis.bakedmac.com/2011/01/11/installing-openni-kinect-drivers-and-nite-on-mac-os-x-10-6/ guide to install kinect stuff and marcinignac 28-Jan-2011 05:43 PM post on http://forum.libcinder.org/#Topic/23286000000584092 to run example any ideas to solve that problem?? |
I have the same versions as jimmyharris |
I have found the problem but not a specific solution. |
OK |
xn::CreateProductionTree wants a ref to an xn:NodeInfo object. I was never able to get this to compile properly so I had to roll back the multiple device support. My stable branch should. Compile on os x. |
Hello, First of all, thanks for all of your work on BlockOpenNI. I just finished my first project using a Kinect ( will post to Cinder forum once it is installed ) and since that project is done I thought it would be a good time to update. After uninstalling all previous drivers and re-installing the most recent versions of Nite, OpenNI & SensorKinect on SnowLeopard, I'm seeing this exact same error. Compilation is halted because there is no method definition for "xnCreateProductionTree" that expects a single param. This method is being called four times in VOpenNIDevice.cpp with only the first parameter being supplied. Thoughts? Work arounds? Thanks, |
You can find a fix for this problem here: http://forum.libcinder.org/topic/openni-libs-for-kinect#23286000000791013 |
Thanks, That was the solution I came up with. I was commenting from my iPhone which made proper formatting challenging. |
While Trying to compile BlockOpenNISkeleton I run across the following errors:\
This error occurs on lines 1713, 1733, and 1753 as well.
Also, there is an error regarding
std::exception::exception()
and not being able to pass a string to it.I don't know if these are because you moved to Xcode 4 but I am currently unable to run xcode 4 on my primary development environment.
Any help is appreciated.
The text was updated successfully, but these errors were encountered: