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 562270 - build without gdk fails
build without gdk fails
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal normal
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-25 22:53 UTC by Benjamin Kampmann
Modified: 2009-01-09 23:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benjamin Kampmann 2008-11-25 22:53:38 UTC
Please describe the problem:
Trying to build the module (using jhbuild) fails if there is no gdk even though all checks of configure passed. It seems to be included in at least one of the examples ("seek") but also with --disable-examples it fails because of the inlcude of gdk in "test-colorkey".

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Part of the Error I get when compiling on MacOSX:

chmod +x gst-visualise-0.10
Making all in tests
Making all in icles
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../gst-libs -I../../gst-libs -D_REENTRANT -I/Library/Frameworks/Mono.framework/Versions/2.0.1/include/glib-2.0 -I/Library/Frameworks/Mono.framework/Versions/2.0.1/lib/glib-2.0/include -I/Users/benjaminkampmann/dev/gst/jhbuild/install/include/gstreamer-0.10 -I/Users/benjaminkampmann/dev/gst/jhbuild/install//include/libxml2   -Wall -Wdeclaration-after-statement -Werror -fno-strict-aliasing  -g   -DGST_DISABLE_DEPRECATED -I/usr/X11/include -I/Library/Frameworks/Mono.framework/Versions/2.0.1/include/gtk-2.0 -I/Library/Frameworks/Mono.framework/Versions/2.0.1/lib/gtk-2.0/include -I/Library/Frameworks/Mono.framework/Versions/2.0.1/include/atk-1.0 -I/Library/Frameworks/Mono.framework/Versions/2.0.1/include/cairo -I/Library/Frameworks/Mono.framework/Versions/2.0.1/include/pango-1.0 -I/Library/Frameworks/Mono.framework/Versions/2.0.1/include/glib-2.0 -I/Library/Frameworks/Mono.framework/Versions/2.0.1/lib/glib-2.0/include -I/Library/Frameworks/Mono.framework/Versions/2.0.1/include/libpng12 -I/Library/Frameworks/Mono.framework/Versions/2.0.1/include/pixman-1   -g -O2 -MT test_colorkey-test-colorkey.o -MD -MP -MF .deps/test_colorkey-test-colorkey.Tpo -c -o test_colorkey-test-colorkey.o `test -f 'test-colorkey.c' || echo './'`test-colorkey.c
test-colorkey.c:30:22: error: gdk/gdkx.h: No such file or directory
cc1: warnings being treated as errors
test-colorkey.c: In function ‘bus_sync_handler’:
test-colorkey.c:53: warning: implicit declaration of function ‘GDK_WINDOW_XID’
make[3]: *** [test_colorkey-test-colorkey.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
*** error during stage build of gst-plugins-base: ########## Error running make   *** [3/17]
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2008-11-27 14:10:26 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.