GNOME Bugzilla – Bug 614622
Trying to compile and it blows up at seek
Last modified: 2010-04-02 16:57:44 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.
No additonal comments. Can't cut and paste or I would give you more info.
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.