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'm having issues building k2g with cuda, it doesn't appear able to find libreenect2::CudaPacketPipeline when using 'make'.
[ 50%] Building CXX object CMakeFiles/detector.dir/detector.cpp.o
In file included from /home/grace/Code/cpp/detection/detector.cpp:31:0:
/home/grace/Code/cpp/detection/k2g.h: In constructor ‘K2G::K2G(processor, bool, std::__cxx11::string)’:
/home/grace/Code/cpp/detection/k2g.h:91:46: error: expected type-specifier
dev_ = freenect2_.openDefaultDevice(new *stack trace>*libfreenect2::CudaPacketPipeline());
/home/grace/Code/cpp/detection/k2g.h:93:47: error: expected type-specifier
dev_ = freenect2_.openDevice(serial, new *stack trace>*libfreenect2::CudaPacketPipeline())
Any ideas? I've looked through the libfreenect issues and can't seem to find anything related. Lfn just doesn't seem to agree with 'CudaPacketPipeline'.
The text was updated successfully, but these errors were encountered:
Hey mate,
I'm having issues building k2g with cuda, it doesn't appear able to find libreenect2::CudaPacketPipeline when using 'make'.
Any ideas? I've looked through the libfreenect issues and can't seem to find anything related. Lfn just doesn't seem to agree with 'CudaPacketPipeline'.
The text was updated successfully, but these errors were encountered: