运行调用OPENCV2.2库的QT4程序,报如下错误,重编了opencv,选择WITH_QT好像还是不行,不知道哪位大师遇到这样的问题,请帮忙指点一下,感激不尽!!!!
[root@FriendlyARM /tmp]# ./faceIDemo -qws
error
OpenCV Error: Unspecified error (The function is not implemented. Rebuild the li
brary 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 /tmp/OpenCV-2.2.0/modules/highgui/src/window.cpp, line 274
terminate called after throwing an instance of 'cv::Exception'
what(): /tmp/OpenCV-2.2.0/modules/highgui/src/window.cpp:274: error: (-2) The
function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carb
on 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
Aborted
[root@FriendlyARM /tmp]#