You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2022. It is now read-only.
While Trying to compile BlockOpenNISkeleton I run across the following errors:\
$(CINDER_PATH)/blocks/BlockOpenNI/src/VOpenNIDevice.cpp:1693: error: no matching function for call to 'xn::Context::CreateProductionTree(xn::NodeInfo)'
$(CINDER_PATH)/blocks/BlockOpenNI/include/OpenNI/XnCppWrapper.h:4811: note: candidates are: XnStatus xn::Context::CreateProductionTree(xn::NodeInfo&)
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.
$(CINDER_PATH)/blocks/BlockOpenNI/src/VOpenNIDevice.cpp:1782: error: no matching function for call to 'std::exception::exception(const char*)'
/Developer/SDKs/MacOSX10.6.sdk/usr/include/c++/4.2.1/exception:59: note: candidates are: std::exception::exception()
/Developer/SDKs/MacOSX10.6.sdk/usr/include/c++/4.2.1/exception:57: note: std::exception::exception(const std::exception&)
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.