GNOME Bugzilla – Bug 130800
Compile error when using non standard x install
Last modified: 2004-12-22 21:47:04 UTC
When X is installed into a non-standard location, ie. /opt/XFree86-4.4RC2 the plugins will not compile properly. Unfortunally I fixed the problem before I copied the exact error. My fix was to change libgstvideo4linux_la_CFLAGS = $(GST_CFLAGS) to libgstvideo4linux_la_CFLAGS = $(GST_CFLAGS) $(X_CFLAGS) in gst-plugins/sys/v4l/Makefile.am That allows an extra include directory that configure detects for the X include files. That might not cover all the issues, but it solved my only problem.
Forgot to close this, but I fixed this one or two days ago... Thanks for noticing + patches!