윈도우에서 작업한 소스파일을
리눅스에서 실행시키려는데 밑에 에러가 났다.
근데, 컴파일도 문제없이 되고 프로그램 실행 중에 난 에러다.
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() 라는
필요없는 소스가 들어있어다.
이걸 지우면 된다.
'차근차근 > OpenCV' 카테고리의 다른 글
배경제거 (0) | 2014.10.07 |
---|---|
[Visual Studio 2012 ] PDB 파일을 찾거나 열 수 없습니다. (0) | 2014.10.06 |
응용 프로그램 오류 (0xc000007b) (0) | 2014.08.27 |
Visual Words를 이용한 유사 이미지 검색 (2) | 2014.08.11 |
Normalized Cross Correlation (NCC) (0) | 2014.08.08 |