GNOME Bugzilla – Bug 562270
build without gdk fails
Last modified: 2009-01-09 23:24:31 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]
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.