Hi, when i tried to install opencv 2.4.4 in fedora 18
i got this error
Linking CXX executable ../../bin/opencv_perf_core /lib/libEGL.so.1: undefined reference to `wl_display_dispatch_queue_pending' collect2: error: ld returned 1 exit status make[2]: * [bin/opencv_perf_core] Error 1 make[1]: * [modules/core/CMakeFiles/opencv_perf_core.dir/all] Error 2
make: * [all] Error 2
before i used [cmake -D CMAKE_BUILD_TYPRE=RELEASE -D CMAKE_INSTALL_PREFIRX=/usr ..] command
i had done yum install gcc-c++ ffmpeg ffmpeg-devel gtk2-devel git pkgconfig
and all of this package installed in my fedora 18
after that i got opencv source 2.4.4 from this homepage
and when i run command
make
i got above error message when it 33% done
now i have no idea how to i solve this problem.
please someone let me know what should i do ?
are there any other packages i should install more?
if then what package should i install? please let me know [i tried to install libavcodec-dev, libavformat-dev, libswscale-dev but yum install dose not work with it no package found error occur]