Open GoogleCodeExporter opened 8 years ago
You have to install OpenNI by yourself(not the package i distribute). In which
folder you have the file 'XnOS.h' ? Can find it ?
Original comment by m...@paus.ch
on 10 Jun 2012 at 7:09
Hi Max,
XnOS.h is located in /usr/include/ni/ and XnVSessionManager.h is located in
/usr/include/nite/
This is the cmake command in buildOsx.sh.
cmake -DCMAKE_BUILD_TYPE=Release \
-DOPEN_NI_INCLUDE=/usr/include/ni/ \
-DOPEN_NI_LIB=/usr/lib/ \
-DXN_NITE_INCLUDE=/usr/include/nite/ \
-DXN_NITE_LIB=/usr/lib/ \
-DEIGEN3D_INCLUDE=/usr/local/include/eigen3/ \
-DP5_JAR=/Applications/Processing.app/Contents/Resources/Java/core.jar \
-DCMAKE_OSX_ARCHITECTURES="i386;x86_64" \
..
Running as sudo doesn't help either so it isn't a permission problem...
Original comment by aart.r...@gmail.com
on 10 Jun 2012 at 12:57
Original issue reported on code.google.com by
aart.r...@gmail.com
on 2 Jun 2012 at 10:35