차근차근/OpenCV

The function is not implemented

예쁜꽃이피었으면 2014. 8. 27. 17:47

윈도우에서 작업한 소스파일을

리눅스에서 실행시키려는데 밑에 에러가 났다.

근데, 컴파일도 문제없이 되고 프로그램 실행 중에 난 에러다.


 Unspecified error

(The function is not implemented. 

Rebuild the library with Windows, GTK+ 2.x or Carbon support. 

If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config,

 then re-run cmake or configure script)

 in cvDestroyAllWindows, 

file /var/www/html/opencv-2.4.6.1/modules/highgui/src/window.cpp,

 line 495

terminate called after throwing an instance of 'cv::Exception'

  what():  /var/www/html/opencv-2.4.6.1/modules/highgui/src/window.cpp:495: error: (-2) 

The function is not implemented. 

Rebuild the library with Windows, GTK+ 2.x or Carbon support. 

If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function cvDestroyAllWindows





==>

내가 실행하고자 하는 소스에

cvDestroyAllWindows() 라는

필요없는 소스가 들어있어다.

이걸 지우면 된다.

반응형