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 614622 - Trying to compile and it blows up at seek
Trying to compile and it blows up at seek
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other Linux
: Normal blocker
: 0.10.29
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-01 22:39 UTC by Greg Ramos
Modified: 2010-04-02 16:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Greg Ramos 2010-04-01 22:39:54 UTC
Trying to compile gst-plugins-base. Configured OK, but then died during make. I need this to complete building xfce. Error says:

CC seek.c

embed_xid undecalred.
Comment 1 Greg Ramos 2010-04-01 22:40:36 UTC
No additonal comments. Can't cut and paste or I would give you more info.
Comment 2 Sebastian Dröge (slomo) 2010-04-02 16:57:44 UTC
You should install the X11 headers, otherwise you'll loose some features. 

This should fix it without X11 headers though:

commit 42bd6adeea8fddfd7d61e53eaf5bb9378e462cb5
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Fri Apr 2 18:56:34 2010 +0200

    seek: Only use embed_xid if HAVE_X is defined
    
    Fixes bug #614622.