GNOME Bugzilla – Bug 118067
[0.6.3] build failure with debugging disabled
Last modified: 2005-11-12 20:45:12 UTC
Hi, I try to compile gstreamer-0.6.2 on my GNU/Linux system with gcc-3.2 there was no problem with the configure, but for the make I got this : [...] gmake[4]: Entering directory `/tmp/gstreamer-0.6.2/gst' source='gstinfo.c' object='libgstreamer_0.6_la-gstinfo.lo' libtool=yes \ depfile='.deps/libgstreamer_0.6_la-gstinfo.Plo' tmpdepfile='.deps/libgstreamer_0.6_la-gstinfo. TPlo' \ depmode=gcc3 /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile gcc -s -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/BerkeleyDB.4.1/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/libxml2 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGST_DISABLE_DEPRECATED -I../libs -I../include -DG_LOG_DOMAIN=g_log_domain_gstreamer -DGST_CACHE_DIR=\" "/usr/local/var/cache/gstreamer-0.6"\" -O3 -march=i686 -c -o libgstreamer_0.6_la-gstinfo. lo `test -f 'gstinfo.c' || echo './'`gstinfo.c rm -f .libs/libgstreamer_0.6_la-gstinfo.lo gcc -s -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/BerkeleyDB.4.1/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/libxml2 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2. 0/include -I.. -DGST_DISABLE_DEPRECATED -I../libs -I../include -DG_LOG_DOMAIN=g_log_domain_gstreamer -DGST_CACHE_DIR=\ "/usr/local/var/cache/gstreamer-0.6\" -O3 -march=i686 -c gstinfo.c -MT libgstreamer_0. 6_la-gstinfo.lo -MD -MP -MF .deps/libgstreamer_0.6_la-gstinfo.TPlo -fPIC -DPIC -o . libs/libgstreamer_0.6_la-gstinfo.lo gstinfo.c: In function `_gst_debug_register_funcptr': gstinfo.c:570: `__gst_function_pointers' undeclared (first use in this function) gstinfo.c:570: (Each undeclared identifier is reported only once gstinfo.c:570: for each function it appears in.) gmake[4]: *** [libgstreamer_0.6_la-gstinfo.lo] Error 1 gmake[4]: Leaving directory `/tmp/gstreamer-0.6.2/gst' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/tmp/gstreamer-0.6.2/gst' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/tmp/gstreamer-0.6.2/gst' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/tmp/gstreamer-0.6.2' gmake: *** [all] Error 2 It would be great if you could help me with this ! Best regards, -- Pierre.
Could you attach a complete build log?
Oh, I see. Don't disable debugging.
Created attachment 18710 [details] [review] patch to fix build failure
Oh, I see more. Someone deleted an m4 file from common/m4. Readded.
Applied to 0.6.x. HEAD was fixed already.