After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 130800 - Compile error when using non standard x install
Compile error when using non standard x install
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.7.3
Other Windows
: Normal normal
: 0.7.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-07 19:35 UTC by Matt Lavin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Matt Lavin 2004-01-07 19:35:51 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.
Comment 1 Ronald Bultje 2004-01-16 15:03:34 UTC
Forgot to close this, but I fixed this one or two days ago...

Thanks for noticing + patches!