من opencv 2.4.2 را روی kubuntu 12.04.1 LTS با کمک cmake به همراه TBB نصب کردم
اما وقتی در برنامه یک پنجره باز می کنم که تصویر را نمایش دهد ارور زیر را نشان می دهد
OpenCV Error: 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 cvNamedWindow, file /home/dmerejkowsky/src/OpenCV-2.1.0/src/highgui/window.cpp, line 180
terminate called after throwing an instance of 'cv::Exception'
what(): /home/dmerejkowsky/src/OpenCV-2.1.0/src/highgui/window.cpp:180: 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 cvNamedWindow
من ایتدا libgtk2.0-dev و pkg-config را نصب کردم سپس opencv را نصب کردم.
الان نمی دانم GTK+ 2.x را چه کار کنم آیا همان libgtk2.0-dev است؟ اگر همان است این ارور را چی کار کنم؟