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
I followed the instructions and built Vrui > installed it > tried to build this project and keep receiving this error:
Linking bin/KinectUtil...
o/g++-3.g0.O3/KinectUtil.o: In function `downloadCalibration(unsigned int)':
KinectUtil.cpp:(.text+0x2ba9): undefined reference to `Kinect::KinectV2CommandDispatcher::KinectV2CommandDispatcher(USB::Device&)'
KinectUtil.cpp:(.text+0x2bb1): undefined reference to `Kinect::KinectV2CommandDispatcher::initInterfaces()'
KinectUtil.cpp:(.text+0x2bbb): undefined reference to `Kinect::KinectV2CommandDispatcher::downloadTables(Kinect::KinectV2DepthStreamReader*)'
KinectUtil.cpp:(.text+0x529c): undefined reference to `Kinect::KinectV2CommandDispatcher::~KinectV2CommandDispatcher()'
KinectUtil.cpp:(.text+0x54ff): undefined reference to `Kinect::KinectV2CommandDispatcher::~KinectV2CommandDispatcher()'
collect2: error: ld returned 1 exit status
/usr/local/share/Vrui-4.6/make/BasicMakefile:242: recipe for target 'bin/KinectUtil' failed
Any hints or tips on how to resolve this?
The text was updated successfully, but these errors were encountered:
I followed the instructions and built Vrui > installed it > tried to build this project and keep receiving this error:
Any hints or tips on how to resolve this?
The text was updated successfully, but these errors were encountered: