Advertisement
john987

error during installation of Opencv

Apr 18th, 2011
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. Linking CXX executable ../../bin/opencv_test
  2.  
  3. CMakeFiles/opencv_test.dir/src/highguitest.o: In function `CV_HighGuiTest::run(int)':
  4.  
  5. highguitest.cpp:(.text._ZN14CV_HighGuiTest3runEi+0x12): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
  6.  
  7. ../../lib/libopencv_features2d.so.2.2.0: undefined reference to `cv::SIFT::SIFT(double, bool, bool, int, int, int, int)'
  8.  
  9. ../../lib/libopencv_features2d.so.2.2.0: undefined reference to `cv::SIFT::CommonParams::CommonParams()'
  10.  
  11. ../../lib/libopencv_features2d.so.2.2.0: undefined reference to `cv::SIFT::DescriptorParams::DescriptorParams()'
  12.  
  13. ../../lib/libopencv_features2d.so.2.2.0: undefined reference to `cv::SIFT::DetectorParams::DetectorParams()'
  14.  
  15. ../../lib/libopencv_features2d.so.2.2.0: undefined reference to `cv::SIFT::operator()(cv::Mat const&, cv::Mat const&, std::vector<cv::KeyPoint, std::allocator<cv::KeyPoint> >&, cv::Mat&, bool) const'
  16.  
  17. ../../lib/libopencv_features2d.so.2.2.0: undefined reference to `cv::SIFT::operator()(cv::Mat const&, cv::Mat const&, std::vector<cv::KeyPoint, std::allocator<cv::KeyPoint> >&) const'
  18.  
  19. ../../lib/libopencv_features2d.so.2.2.0: undefined reference to `cv::SIFT::SIFT(double, double, int, int, int, int)'
  20.  
  21. collect2: ld returned 1 exit status
  22.  
  23. make[2]: *** [bin/opencv_test] Error 1
  24.  
  25. make[1]: *** [tests/cv/CMakeFiles/opencv_test.dir/all] Error 2
  26.  
  27. make: *** [all] Error 2
  28.  
  29. root@omap:/OpenCV-2.2.0#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement