GNOME Bugzilla – Bug 593625
Broken Compilation, missing files with latest commits in git repository
Last modified: 2009-08-31 08:49:30 UTC
make[3]: Entering directory `/usr/audio/dev/User/lglayal/GStreamer/GStreamer/Revision_GIT/gst-plugins-bad/gst/mpegpsmux' /bin/sh ../../libtool --tag=CC --tag=disable-static --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -pthread -I/usr/local/glib2-2.19.0-speed/include/glib-2.0 -I/usr/local/glib2-2.19.0-speed/lib/glib-2.0/include -I/usr/audio/dev/User/lglayal/GStreamer/GStreamer/Revision_GIT/Binaires//include/gstreamer-0.10 -I/usr/include/libxml2 -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Werror -fno-strict-aliasing -g -DGST_DISABLE_DEPRECATED -MT libgstmpegpsmux_la-mpegpsmux.lo -MD -MP -MF .deps/libgstmpegpsmux_la-mpegpsmux.Tpo -c -o libgstmpegpsmux_la-mpegpsmux.lo `test -f 'mpegpsmux.c' || echo './'`mpegpsmux.c gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -pthread -I/usr/local/glib2-2.19.0-speed/include/glib-2.0 -I/usr/local/glib2-2.19.0-speed/lib/glib-2.0/include -I/usr/audio/dev/User/lglayal/GStreamer/GStreamer/Revision_GIT/Binaires//include/gstreamer-0.10 -I/usr/include/libxml2 -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Werror -fno-strict-aliasing -g -DGST_DISABLE_DEPRECATED -MT libgstmpegpsmux_la-mpegpsmux.lo -MD -MP -MF .deps/libgstmpegpsmux_la-mpegpsmux.Tpo -c mpegpsmux.c -fPIC -DPIC -o .libs/libgstmpegpsmux_la-mpegpsmux.o mpegpsmux.c:49:27: error: mpegpsmux_aac.h: No such file or directory mpegpsmux.c:50:28: error: mpegpsmux_h264.h: No such file or directory mpegpsmux.c: In function 'mpegpsmux_create_stream': mpegpsmux.c:253: error: 'mpegpsmux_prepare_h264' undeclared (first use in this function) mpegpsmux.c:253: error: (Each undeclared identifier is reported only once mpegpsmux.c:253: error: for each function it appears in.) mpegpsmux.c:288: error: 'mpegpsmux_prepare_aac' undeclared (first use in this function) make[3]: *** [libgstmpegpsmux_la-mpegpsmux.lo] Error 1 make[3]: Leaving directory `/usr/audio/dev/User/lglayal/GStreamer/GStreamer/Revision_GIT/gst-plugins-bad/gst/mpegpsmux'
commit f3e2864f4cd699d915c44f911ad4b559c45b54c5 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Mon Aug 31 10:48:35 2009 +0200 mpegpsmux: Add missing files to fix compilation Fixes bug #593625.