GNOME Bugzilla – Bug 131948
xoverlay and gstplay sample fails to build - missing includes
Last modified: 2004-12-22 21:47:04 UTC
when doing a full build of the latest CVS, the gst-libs/gst/xoverlay libs, and the examples/gstplay fail to build due to missing X11 includes in the compile command. Adding /usr/X11R6/include fixes the problem - simple patch for a developer to add in. (Same as the v4l compile bug fixd this morning)
seems it was done for other modules but not for those you wrote here : http://freedesktop.org/cgi-bin/viewcvs.cgi/*checkout*/gstreamer/gst-plugins/ChangeLog?rev=1.128 adding X_CFLAGS/X_LIBS should be enought
Actually, X_CFLAGS is already set and has the X11 include dir... Problem is that X_CFLAGS is not called for those modules. Again, is still an easy fix, but not being a coder, I can't seem to track down where it is faulty. I'll grab latest CVS and try it again and see if I can figure it out and submit a patch if I do.
2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst-libs/gst/colorbalance/Makefile.am: * gst-libs/gst/navigation/Makefile.am: * gst-libs/gst/xoverlay/Makefile.am: remove unused GST_OPT_CFLAGS from Makefiles include X_CFLAGS and X_LIBS in xoverlay. (#131948)