Created
January 26, 2011 01:44
-
-
Save enguyen/796064 to your computer and use it in GitHub Desktop.
ofxKinect build errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find: `src//ofxThread/src': No such file or directory | |
find: `src//ofxOpenCv/src': No such file or directory | |
find: `src//ofxXmlSettings/src': No such file or directory | |
find: `src//ofxVectorMath/src': No such file or directory | |
find: `src//ofxThread/src': No such file or directory | |
find: `src//ofxOpenCv/src': No such file or directory | |
find: `src//ofxXmlSettings/src': No such file or directory | |
find: `src//ofxVectorMath/src': No such file or directory | |
find: `src//ofxThread/src': No such file or directory | |
find: `src//ofxOpenCv/src': No such file or directory | |
find: `src//ofxXmlSettings/src': No such file or directory | |
find: `src//ofxVectorMath/src': No such file or directory | |
ls: cannot access src//*/libs/*/lib/linux64/*.a: No such file or directory | |
ls: cannot access ../../../addons/*/libs/*/lib/linux64/*.so: No such file or directory | |
ls: cannot access src//*/libs/*/lib/linux64/*.so: No such file or directory | |
linking bin/ofxKinect | |
g++ -o bin/ofxKinect obj/Release/src/main.o obj/Release/src/testApp.o obj/Release/src/ofxKinect/libs/libfreenect/cameras.o obj/Release/src/ofxKinect/libs/libfreenect/core.o obj/Release/src/ofxKinect/libs/libfreenect/tilt.o obj/Release/src/ofxKinect/libs/libfreenect/usb_libusb10.o obj/Release/src/ofxKinect/src/ofxKinectCalibration.o obj/Release/src/ofxKinect/src/ofxKinectRecorder.o obj/Release/src/ofxKinect/src/ofxKinectPlayer.o obj/Release/src/ofxKinect/src/ofxKinect.o obj/Release/addons/ofxOpenCv/src/ofxCvHaarFinder.o obj/Release/addons/ofxOpenCv/src/ofxCvGrayscaleImage.o obj/Release/addons/ofxOpenCv/src/ofxCvFloatImage.o obj/Release/addons/ofxOpenCv/src/ofxCvContourFinder.o obj/Release/addons/ofxOpenCv/src/ofxCvColorImage.o obj/Release/addons/ofxOpenCv/src/ofxCvImage.o obj/Release/addons/ofxOpenCv/src/ofxCvShortImage.o obj/Release/addons/ofxXmlSettings/src/ofxXmlSettings.o obj/Release/addons/ofxXmlSettings/libs/tinyxml.o obj/Release/addons/ofxXmlSettings/libs/tinyxmlerror.o obj/Release/addons/ofxXmlSettings/libs/tinyxmlparser.o -lusb-1.0 -L../../../libs/FreeImage/lib/linux64 -L../../../libs/fmodex/lib/linux64 -L../../../libs/freetype/lib/linux64 -L../../../libs/gstappsink/lib/linux64 -L../../../libs/openFrameworksCompiled/lib/linux64 -L../../../libs/poco/lib/linux64 -L../../../libs/rtAudio/lib/linux64 -Wl,-rpath=./libs -lopenFrameworks -lfmodex -lfreeimage -lfreetype -loFappsink -lPocoFoundation -lPocoNet -lPocoUtil -lPocoXML -lRtAudio `pkg-config gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs` -lglut -lGL -lGLU -lasound ../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_calib3d.a ../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_contrib.a ../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_core.a ../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_features2d.a ../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_flann.a ../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_gpu.a ../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_haartraining_engine.a ../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_highgui.a ../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_imgproc.a ../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_lapack.a ../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a ../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_ml.a ../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_objdetect.a ../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_video.a ../../../addons/ofxOsc/libs/oscpack/lib/linux64/liboscpack.a | |
../../../libs/openFrameworksCompiled/lib/linux64/libopenFrameworks.a(ofAppRunner.o): In function `ofSetupOpenGL(ofAppBaseWindow*, int, int, int)': | |
ofAppRunner.cpp:(.text+0x3c2): undefined reference to `glewInit' | |
ofAppRunner.cpp:(.text+0x3cd): undefined reference to `glewGetErrorString' | |
../../../libs/openFrameworksCompiled/lib/linux64/libopenFrameworks.a(ofAppRunner.o): In function `ofSetupOpenGL(int, int, int)': | |
ofAppRunner.cpp:(.text+0x5ee): undefined reference to `glewInit' | |
ofAppRunner.cpp:(.text+0x5f9): undefined reference to `glewGetErrorString' | |
../../../libs/openFrameworksCompiled/lib/linux64/libopenFrameworks.a(ofTexture.o): In function `ofTexture::draw(float, float, float, float, float)': | |
ofTexture.cpp:(.text+0x1cf): undefined reference to `__glewActiveTexture' | |
../../../libs/openFrameworksCompiled/lib/linux64/libopenFrameworks.a(ofTexture.o): In function `ofTexture::draw(ofVec3f, ofVec3f, ofVec3f, ofVec3f)': | |
ofTexture.cpp:(.text+0xf82): undefined reference to `__glewActiveTexture' | |
../../../libs/openFrameworksCompiled/lib/linux64/libopenFrameworks.a(ofGraphics.o): In function `ofEnableBlendMode(ofBlendMode)': | |
ofGraphics.cpp:(.text+0x539): undefined reference to `__glewBlendEquation' | |
ofGraphics.cpp:(.text+0x591): undefined reference to `__glewBlendEquation' | |
ofGraphics.cpp:(.text+0x5e1): undefined reference to `__glewBlendEquation' | |
ofGraphics.cpp:(.text+0x649): undefined reference to `__glewBlendEquation' | |
../../../libs/openFrameworksCompiled/lib/linux64/libopenFrameworks.a(ofGraphics.o): In function `T.578': | |
ofGraphics.cpp:(.text+0xfd5): undefined reference to `__glewBlendEquation' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPClientSession.o): In function `Poco::Net::HTTPClientSession::sendRequest(Poco::Net::HTTPRequest&)': | |
HTTPClientSession.cpp:(.text+0x161d): undefined reference to `Poco::CountingOutputStream::CountingOutputStream()' | |
HTTPClientSession.cpp:(.text+0x167c): undefined reference to `Poco::CountingOutputStream::~CountingOutputStream()' | |
HTTPClientSession.cpp:(.text+0x1706): undefined reference to `Poco::CountingOutputStream::CountingOutputStream()' | |
HTTPClientSession.cpp:(.text+0x1832): undefined reference to `Poco::CountingOutputStream::~CountingOutputStream()' | |
HTTPClientSession.cpp:(.text+0x1899): undefined reference to `Poco::CountingOutputStream::~CountingOutputStream()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPClientSession.o): In function `Poco::Net::HTTPClientSession::proxyAuthenticateImpl(Poco::Net::HTTPRequest&)': | |
HTTPClientSession.cpp:(.text+0x1f95): undefined reference to `Poco::Base64Encoder::Base64Encoder(std::basic_ostream<char, std::char_traits<char> >&)' | |
HTTPClientSession.cpp:(.text+0x1fd3): undefined reference to `Poco::Base64EncoderIOS::close()' | |
HTTPClientSession.cpp:(.text+0x20bb): undefined reference to `Poco::Base64Encoder::~Base64Encoder()' | |
HTTPClientSession.cpp:(.text+0x22b4): undefined reference to `Poco::Base64Encoder::~Base64Encoder()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPFixedLengthStream.o): In function `global constructors keyed to _ZN4Poco3Net24HTTPFixedLengthStreamBufC2ERNS0_11HTTPSessionElSt13_Ios_Openmode': | |
HTTPFixedLengthStream.cpp:(.text+0xe3): undefined reference to `Poco::MemoryPool::MemoryPool(unsigned long, int, int)' | |
HTTPFixedLengthStream.cpp:(.text+0xf2): undefined reference to `Poco::MemoryPool::~MemoryPool()' | |
HTTPFixedLengthStream.cpp:(.text+0x10a): undefined reference to `Poco::MemoryPool::MemoryPool(unsigned long, int, int)' | |
HTTPFixedLengthStream.cpp:(.text+0x119): undefined reference to `Poco::MemoryPool::~MemoryPool()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPFixedLengthStream.o): In function `Poco::Net::HTTPFixedLengthOutputStream::operator delete(void*)': | |
HTTPFixedLengthStream.cpp:(.text+0x139): undefined reference to `Poco::MemoryPool::release(void*)' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPFixedLengthStream.o): In function `Poco::Net::HTTPFixedLengthInputStream::operator delete(void*)': | |
HTTPFixedLengthStream.cpp:(.text+0x149): undefined reference to `Poco::MemoryPool::release(void*)' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPFixedLengthStream.o): In function `Poco::Net::HTTPFixedLengthOutputStream::operator new(unsigned long)': | |
HTTPFixedLengthStream.cpp:(.text+0x156): undefined reference to `Poco::MemoryPool::get()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPFixedLengthStream.o): In function `Poco::Net::HTTPFixedLengthInputStream::operator new(unsigned long)': | |
HTTPFixedLengthStream.cpp:(.text+0x166): undefined reference to `Poco::MemoryPool::get()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPHeaderStream.o): In function `global constructors keyed to _ZN4Poco3Net19HTTPHeaderStreamBufC2ERNS0_11HTTPSessionESt13_Ios_Openmode': | |
HTTPHeaderStream.cpp:(.text+0x33): undefined reference to `Poco::MemoryPool::MemoryPool(unsigned long, int, int)' | |
HTTPHeaderStream.cpp:(.text+0x42): undefined reference to `Poco::MemoryPool::~MemoryPool()' | |
HTTPHeaderStream.cpp:(.text+0x5a): undefined reference to `Poco::MemoryPool::MemoryPool(unsigned long, int, int)' | |
HTTPHeaderStream.cpp:(.text+0x69): undefined reference to `Poco::MemoryPool::~MemoryPool()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPHeaderStream.o): In function `Poco::Net::HTTPHeaderOutputStream::operator delete(void*)': | |
HTTPHeaderStream.cpp:(.text+0x89): undefined reference to `Poco::MemoryPool::release(void*)' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPHeaderStream.o): In function `Poco::Net::HTTPHeaderInputStream::operator delete(void*)': | |
HTTPHeaderStream.cpp:(.text+0x99): undefined reference to `Poco::MemoryPool::release(void*)' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPHeaderStream.o): In function `Poco::Net::HTTPHeaderOutputStream::operator new(unsigned long)': | |
HTTPHeaderStream.cpp:(.text+0xa6): undefined reference to `Poco::MemoryPool::get()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPHeaderStream.o): In function `Poco::Net::HTTPHeaderInputStream::operator new(unsigned long)': | |
HTTPHeaderStream.cpp:(.text+0xb6): undefined reference to `Poco::MemoryPool::get()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPBufferAllocator.o): In function `global constructors keyed to _ZN4Poco3Net19HTTPBufferAllocator5_poolE': | |
HTTPBufferAllocator.cpp:(.text+0x16): undefined reference to `Poco::MemoryPool::MemoryPool(unsigned long, int, int)' | |
HTTPBufferAllocator.cpp:(.text+0x25): undefined reference to `Poco::MemoryPool::~MemoryPool()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPBufferAllocator.o): In function `Poco::Net::HTTPBufferAllocator::deallocate(char*, long)': | |
HTTPBufferAllocator.cpp:(.text+0x49): undefined reference to `Poco::MemoryPool::release(void*)' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPBufferAllocator.o): In function `Poco::Net::HTTPBufferAllocator::allocate(long)': | |
HTTPBufferAllocator.cpp:(.text+0x56): undefined reference to `Poco::MemoryPool::get()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPStream.o): In function `global constructors keyed to _ZN4Poco3Net13HTTPStreamBufC2ERNS0_11HTTPSessionESt13_Ios_Openmode': | |
HTTPStream.cpp:(.text+0x43): undefined reference to `Poco::MemoryPool::MemoryPool(unsigned long, int, int)' | |
HTTPStream.cpp:(.text+0x52): undefined reference to `Poco::MemoryPool::~MemoryPool()' | |
HTTPStream.cpp:(.text+0x6a): undefined reference to `Poco::MemoryPool::MemoryPool(unsigned long, int, int)' | |
HTTPStream.cpp:(.text+0x79): undefined reference to `Poco::MemoryPool::~MemoryPool()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPStream.o): In function `Poco::Net::HTTPOutputStream::operator delete(void*)': | |
HTTPStream.cpp:(.text+0x99): undefined reference to `Poco::MemoryPool::release(void*)' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPStream.o): In function `Poco::Net::HTTPInputStream::operator delete(void*)': | |
HTTPStream.cpp:(.text+0xa9): undefined reference to `Poco::MemoryPool::release(void*)' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPStream.o): In function `Poco::Net::HTTPOutputStream::operator new(unsigned long)': | |
HTTPStream.cpp:(.text+0xb6): undefined reference to `Poco::MemoryPool::get()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPStream.o): In function `Poco::Net::HTTPInputStream::operator new(unsigned long)': | |
HTTPStream.cpp:(.text+0xc6): undefined reference to `Poco::MemoryPool::get()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPStreamFactory.o): In function `Poco::Net::HTTPStreamFactory::HTTPStreamFactory()': | |
HTTPStreamFactory.cpp:(.text+0x5): undefined reference to `Poco::URIStreamFactory::URIStreamFactory()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPStreamFactory.o): In function `Poco::Net::HTTPStreamFactory::HTTPStreamFactory()': | |
HTTPStreamFactory.cpp:(.text+0x35): undefined reference to `Poco::URIStreamFactory::URIStreamFactory()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPStreamFactory.o): In function `Poco::Net::HTTPStreamFactory::HTTPStreamFactory(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned short, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
HTTPStreamFactory.cpp:(.text+0x95): undefined reference to `Poco::URIStreamFactory::URIStreamFactory()' | |
HTTPStreamFactory.cpp:(.text+0xf4): undefined reference to `Poco::URIStreamFactory::~URIStreamFactory()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPStreamFactory.o): In function `Poco::Net::HTTPStreamFactory::HTTPStreamFactory(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned short, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
HTTPStreamFactory.cpp:(.text+0x155): undefined reference to `Poco::URIStreamFactory::URIStreamFactory()' | |
HTTPStreamFactory.cpp:(.text+0x1b4): undefined reference to `Poco::URIStreamFactory::~URIStreamFactory()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPStreamFactory.o): In function `Poco::Net::HTTPStreamFactory::HTTPStreamFactory(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned short)': | |
HTTPStreamFactory.cpp:(.text+0x1fc): undefined reference to `Poco::URIStreamFactory::URIStreamFactory()' | |
HTTPStreamFactory.cpp:(.text+0x241): undefined reference to `Poco::URIStreamFactory::~URIStreamFactory()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPStreamFactory.o): In function `Poco::Net::HTTPStreamFactory::HTTPStreamFactory(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned short)': | |
HTTPStreamFactory.cpp:(.text+0x26c): undefined reference to `Poco::URIStreamFactory::URIStreamFactory()' | |
HTTPStreamFactory.cpp:(.text+0x2b1): undefined reference to `Poco::URIStreamFactory::~URIStreamFactory()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPStreamFactory.o): In function `Poco::Net::HTTPStreamFactory::~HTTPStreamFactory()': | |
HTTPStreamFactory.cpp:(.text+0x308): undefined reference to `Poco::URIStreamFactory::~URIStreamFactory()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPStreamFactory.o): In function `Poco::Net::HTTPStreamFactory::registerFactory()': | |
HTTPStreamFactory.cpp:(.text+0x3f3): undefined reference to `Poco::URIStreamOpener::defaultOpener()' | |
HTTPStreamFactory.cpp:(.text+0x401): undefined reference to `Poco::URIStreamOpener::registerStreamFactory(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Poco::URIStreamFactory*)' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPStreamFactory.o): In function `Poco::Net::HTTPStreamFactory::~HTTPStreamFactory()': | |
HTTPStreamFactory.cpp:(.text+0x4d8): undefined reference to `Poco::URIStreamFactory::~URIStreamFactory()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPStreamFactory.o): In function `Poco::Net::HTTPStreamFactory::~HTTPStreamFactory()': | |
HTTPStreamFactory.cpp:(.text+0x5c8): undefined reference to `Poco::URIStreamFactory::~URIStreamFactory()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPStreamFactory.o): In function `Poco::Net::HTTPStreamFactory::open(Poco::URI const&)': | |
HTTPStreamFactory.cpp:(.text+0xa2a): undefined reference to `Poco::URIRedirection::URIRedirection(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPStreamFactory.o):(.rodata._ZTIN4Poco3Net17HTTPStreamFactoryE[typeinfo for Poco::Net::HTTPStreamFactory]+0x10): undefined reference to `typeinfo for Poco::URIStreamFactory' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPChunkedStream.o): In function `global constructors keyed to _ZN4Poco3Net20HTTPChunkedStreamBufC2ERNS0_11HTTPSessionESt13_Ios_Openmode': | |
HTTPChunkedStream.cpp:(.text+0x53): undefined reference to `Poco::MemoryPool::MemoryPool(unsigned long, int, int)' | |
HTTPChunkedStream.cpp:(.text+0x62): undefined reference to `Poco::MemoryPool::~MemoryPool()' | |
HTTPChunkedStream.cpp:(.text+0x7a): undefined reference to `Poco::MemoryPool::MemoryPool(unsigned long, int, int)' | |
HTTPChunkedStream.cpp:(.text+0x89): undefined reference to `Poco::MemoryPool::~MemoryPool()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPChunkedStream.o): In function `Poco::Net::HTTPChunkedOutputStream::operator delete(void*)': | |
HTTPChunkedStream.cpp:(.text+0xa9): undefined reference to `Poco::MemoryPool::release(void*)' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPChunkedStream.o): In function `Poco::Net::HTTPChunkedInputStream::operator delete(void*)': | |
HTTPChunkedStream.cpp:(.text+0xb9): undefined reference to `Poco::MemoryPool::release(void*)' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPChunkedStream.o): In function `Poco::Net::HTTPChunkedOutputStream::operator new(unsigned long)': | |
HTTPChunkedStream.cpp:(.text+0xc6): undefined reference to `Poco::MemoryPool::get()' | |
../../../libs/poco/lib/linux64/libPocoNet.a(HTTPChunkedStream.o): In function `Poco::Net::HTTPChunkedInputStream::operator new(unsigned long)': | |
HTTPChunkedStream.cpp:(.text+0xd6): undefined reference to `Poco::MemoryPool::get()' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_imgproc.a(color.o): In function `cv::initLabTabs()': | |
color.cpp:(.text._ZN2cvL11initLabTabsEv+0x88): undefined reference to `cvCbrt' | |
color.cpp:(.text._ZN2cvL11initLabTabsEv+0x32a): undefined reference to `cvCbrt' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_imgproc.a(imgwarp.o): In function `cv::getAffineTransform(cv::Point_<float> const*, cv::Point_<float> const*)': | |
imgwarp.cpp:(.text._ZN2cv18getAffineTransformEPKNS_6Point_IfEES3_+0x4c5): undefined reference to `cv::solve(cv::Mat const&, cv::Mat const&, cv::Mat&, int)' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_imgproc.a(imgwarp.o): In function `cv::getPerspectiveTransform(cv::Point_<float> const*, cv::Point_<float> const*)': | |
imgwarp.cpp:(.text._ZN2cv23getPerspectiveTransformEPKNS_6Point_IfEES3_+0x723): undefined reference to `cv::solve(cv::Mat const&, cv::Mat const&, cv::Mat&, int)' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_imgproc.a(imgwarp.o): In function `cvLinearPolar': | |
imgwarp.cpp:(.text.cvLinearPolar+0xd33): undefined reference to `cvCartToPolar' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_imgproc.a(imgwarp.o): In function `cvLogPolar': | |
imgwarp.cpp:(.text.cvLogPolar+0xc13): undefined reference to `cvCartToPolar' | |
imgwarp.cpp:(.text.cvLogPolar+0xcef): undefined reference to `cvLog' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_imgproc.a(imgwarp.o): In function `cv::warpPerspective(cv::Mat const&, cv::Mat&, cv::Mat const&, cv::Size_<int>, int, int, cv::Scalar_<double> const&)': | |
imgwarp.cpp:(.text._ZN2cv15warpPerspectiveERKNS_3MatERS0_S2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0x103b): undefined reference to `cv::invert(cv::Mat const&, cv::Mat&, int)' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_imgproc.a(shapedescr.o): In function `icvFitEllipse_F(CvSeq*, CvBox2D*)': | |
shapedescr.cpp:(.text._ZL15icvFitEllipse_FP5CvSeqP7CvBox2D+0x61b): undefined reference to `cvMulTransposed' | |
shapedescr.cpp:(.text._ZL15icvFitEllipse_FP5CvSeqP7CvBox2D+0x641): undefined reference to `cvSVD' | |
shapedescr.cpp:(.text._ZL15icvFitEllipse_FP5CvSeqP7CvBox2D+0xa47): undefined reference to `cvMulTransposed' | |
shapedescr.cpp:(.text._ZL15icvFitEllipse_FP5CvSeqP7CvBox2D+0xaac): undefined reference to `cvGEMM' | |
shapedescr.cpp:(.text._ZL15icvFitEllipse_FP5CvSeqP7CvBox2D+0xacb): undefined reference to `cvGEMM' | |
shapedescr.cpp:(.text._ZL15icvFitEllipse_FP5CvSeqP7CvBox2D+0xae6): undefined reference to `cvEigenVV' | |
shapedescr.cpp:(.text._ZL15icvFitEllipse_FP5CvSeqP7CvBox2D+0xd59): undefined reference to `cvGEMM' | |
shapedescr.cpp:(.text._ZL15icvFitEllipse_FP5CvSeqP7CvBox2D+0x1160): undefined reference to `cvSVD' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_imgproc.a(shapedescr.o): In function `cvArcLength': | |
shapedescr.cpp:(.text.cvArcLength+0x2a5): undefined reference to `cvPow' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_imgproc.a(morph.o): In function `cvMorphologyEx': | |
morph.cpp:(.text.cvMorphologyEx+0x737): undefined reference to `cv::operator-(cv::Mat const&, cv::Mat const&)' | |
morph.cpp:(.text.cvMorphologyEx+0x9c8): undefined reference to `cv::operator-(cv::Mat const&, cv::Mat const&)' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_imgproc.a(morph.o): In function `cv::morphologyEx(cv::Mat const&, cv::Mat&, int, cv::Mat const&, cv::Point_<int>, int, int, cv::Scalar_<double> const&)': | |
morph.cpp:(.text._ZN2cv12morphologyExERKNS_3MatERS0_iS2_NS_6Point_IiEEiiRKNS_7Scalar_IdEE+0x42c): undefined reference to `cv::operator-(cv::Mat const&, cv::Mat const&)' | |
morph.cpp:(.text._ZN2cv12morphologyExERKNS_3MatERS0_iS2_NS_6Point_IiEEiiRKNS_7Scalar_IdEE+0x9bf): undefined reference to `cv::operator-(cv::Mat const&, cv::Mat const&)' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_imgproc.a(templmatch.o): In function `cv::crossCorr(cv::Mat const&, cv::Mat const&, cv::Mat&, cv::Size_<int>, int, cv::Point_<int>, double, int)': | |
templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x5a1): undefined reference to `cv::getOptimalDFTSize(int)' | |
templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x5c9): undefined reference to `cv::getOptimalDFTSize(int)' | |
templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0xed4): undefined reference to `cv::dft(cv::Mat const&, cv::Mat&, int, int)' | |
templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x1c32): undefined reference to `cv::dft(cv::Mat const&, cv::Mat&, int, int)' | |
templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x1c9c): undefined reference to `cv::mulSpectrums(cv::Mat const&, cv::Mat const&, cv::Mat&, int, bool)' | |
templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x1caf): undefined reference to `cv::dft(cv::Mat const&, cv::Mat&, int, int)' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_imgproc.a(linefit.o): In function `icvFitLine3D_wods(CvPoint3D32f*, int, float*, float*)': | |
linefit.cpp:(.text._ZL17icvFitLine3D_wodsP12CvPoint3D32fiPfS1_+0x360): undefined reference to `cvEigenVV' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvRodrigues': | |
compat.cpp:(.text.cvRodrigues+0x9): undefined reference to `cvRodrigues2' | |
compat.cpp:(.text.cvRodrigues+0x17): undefined reference to `cvRodrigues2' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvFindChessBoardCornerGuesses': | |
compat.cpp:(.text.cvFindChessBoardCornerGuesses+0x10): undefined reference to `cvFindChessboardCorners' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvPseudoInverse': | |
compat.cpp:(.text.cvPseudoInverse+0x6): undefined reference to `cvInvert' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvmPerspectiveProject': | |
compat.cpp:(.text.cvmPerspectiveProject+0x54): undefined reference to `cvPerspectiveTransform' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvProjectPointsSimple': | |
compat.cpp:(.text.cvProjectPointsSimple+0x200): undefined reference to `cvProjectPoints2' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvProjectPoints': | |
compat.cpp:(.text.cvProjectPoints+0x423): undefined reference to `cvProjectPoints2' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvFindExtrinsicCameraParams_64d': | |
compat.cpp:(.text.cvFindExtrinsicCameraParams_64d+0x250): undefined reference to `cvFindExtrinsicCameraParams2' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvFindExtrinsicCameraParams': | |
compat.cpp:(.text.cvFindExtrinsicCameraParams+0x23e): undefined reference to `cvFindExtrinsicCameraParams2' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvCalibrateCamera_64d': | |
compat.cpp:(.text.cvCalibrateCamera_64d+0x353): undefined reference to `cvCalibrateCamera2' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvCalibrateCamera': | |
compat.cpp:(.text.cvCalibrateCamera+0x353): undefined reference to `cvCalibrateCamera2' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvFindFundamentalMatrix': | |
compat.cpp:(.text.cvFindFundamentalMatrix+0x16d): undefined reference to `cvFindFundamentalMat' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvUnDistortOnce': | |
compat.cpp:(.text.cvUnDistortOnce+0x7b): undefined reference to `cvUndistort2' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvCalcEMD': | |
compat.cpp:(.text.cvCalcEMD+0x9e): undefined reference to `cvCalcEMD2' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvHoughLinesSDiv': | |
compat.cpp:(.text.cvHoughLinesSDiv+0x48): undefined reference to `cvHoughLines2' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvHoughLinesP': | |
compat.cpp:(.text.cvHoughLinesP+0x4a): undefined reference to `cvHoughLines2' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvHoughLines': | |
compat.cpp:(.text.cvHoughLines+0x46): undefined reference to `cvHoughLines2' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvProject3D': | |
compat.cpp:(.text.cvProject3D+0x109): undefined reference to `cvTransform' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvbReciprocal': | |
compat.cpp:(.text.cvbReciprocal+0x71): undefined reference to `cvPow' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvbInvSqrt': | |
compat.cpp:(.text.cvbInvSqrt+0x71): undefined reference to `cvPow' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvbSqrt': | |
compat.cpp:(.text.cvbSqrt+0x71): undefined reference to `cvPow' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvbFastArctan': | |
compat.cpp:(.text.cvbFastArctan+0x9f): undefined reference to `cvCartToPolar' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvbCartToPolar': | |
compat.cpp:(.text.cvbCartToPolar+0xe6): undefined reference to `cvCartToPolar' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a(compat.o): In function `cvUnDistort': | |
compat.cpp:(.text.cvUnDistort+0x101): undefined reference to `cvUndistort2' | |
../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_objdetect.a(haar.o): In function `cvHaarDetectObjects': | |
haar.cpp:(.text.cvHaarDetectObjects+0x2fcd): undefined reference to `cvCanny' | |
collect2: ld returned 1 exit status | |
make: *** [bin/ofxKinect] Error 1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment