Thanks for the info, yes glib-2.35 does clean up the compile problems.
now I have a link problem:
[ 32%] Building CXX object modules/core/CMakeFiles/opencv_perf_core.dir/perf/perf_precomp.cpp.o
Linking CXX executable ../../bin/opencv_perf_core
warning: libgtk-x11-2.0.so.0, needed by ../../lib/libopencv_highgui.so.2.4.2, not found (try using -rpath or -rpath-link)
warning: libatk-1.0.so.0, needed by ../../lib/libopencv_highgui.so.2.4.2, not found (try using -rpath or -rpath-link)
warning: libgio-2.0.so.0, needed by ../../lib/libopencv_highgui.so.2.4.2, not found (try using -rpath or -rpath-link)
warning: libpangoft2-1.0.so.0, needed by ../../lib/libopencv_highgui.so.2.4.2, not found (try using -rpath or -rpath-link)
warning: libpangocairo-1.0.so.0, needed by ../../lib/libopencv_highgui.so.2.4.2, not found (try using -rpath or -rpath-link)
: warning: libgdk_pixbuf-2.0.so.0, needed by ../../lib/libopencv_highgui.so.2.4.2, not found (try using -rpath or -rpath-link)
: warning: libcairo.so.2, needed by ../../lib/libopencv_highgui.so.2.4.2, not found (try using -rpath or -rpath-link)
: warning: libpango-1.0.so.0, needed by ../../lib/libopencv_highgui.so.2.4.2, not found (try using -rpath or -rpath-link)
: warning: libfreetype.so.6, needed by ../../lib/libopencv_highgui.so.2.4.2, not found (try using -rpath or -rpath-link)
: warning: libfontconfig.so.1, needed by ../../lib/libopencv_highgui.so.2.4.2, not found (try using -rpath or -rpath-link)
: warning: libgobject-2.0.so.0, needed by ../../lib/libopencv_highgui.so.2.4.2, not found (try using -rpath or -rpath-link)
: warning: libglib-2.0.so.0, needed by ../../lib/libopencv_highgui.so.2.4.2, not found (try using -rpath or -rpath-link)
: warning: libgthread-2.0.so.0, needed by ../../lib/libopencv_highgui.so.2.4.2, not found (try using -rpath or -rpath-link)
: warning: libgstbase-0.10.so.0, needed by ../../lib/libopencv_highgui.so.2.4.2, not found (try using -rpath or -rpath-link)
: warning: libgstreamer-0.10.so.0, needed by ../../lib/libopencv_highgui.so.2.4.2, not found (try using -rpath or -rpath-link)
: warning: libgmodule-2.0.so.0, needed by ../../lib/libopencv_highgui.so.2.4.2, not found (try using -rpath or -rpath-link)
: warning: libxml2.so.2, needed by ../../lib/libopencv_highgui.so.2.4.2, not found (try using -rpath or -rpath-link)
: warning: libgstapp-0.10.so.0, needed by ../../lib/libopencv_highgui.so.2.4.2, not found (try using -rpath or -rpath-link)
: warning: libgstvideo-0.10.so.0, needed by ../../lib/libopencv_highgui.so.2.4.2, not found (try using -rpath or -rpath-link)
../../lib/libopencv_highgui.so.2.4.2: undefined reference to `gst_app_src_set_caps'
../../lib/libopencv_highgui.so.2.4.2: undefined reference to `g_time_val_add'
../../lib/libopencv_highgui.so.2.4.2: undefined reference to `gst_element_link_many'
../../lib/libopencv_highgui.so.2.4.2: undefined reference to `gtk_widget_queue_draw'
../../lib/libopencv_highgui.so.2.4.2: undefined reference to `g_return_if_fail_warning'
../../lib/libopencv_highgui.so.2.4.2: undefined reference to `gst_element_link'
../../lib/libopencv_highgui.so.2.4.2: undefined reference to `gst_app_sink_set_max_buffers'
They are all in the rootfs/usr/lib
What have I messed up here?
Thanks,
Roger