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 165250 - Problem compiling gst-ffmpeg 0.8.3
Problem compiling gst-ffmpeg 0.8.3
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
0.8.3
Other Linux
: Normal normal
: 0.8.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-25 23:29 UTC by Pierre
Modified: 2005-01-27 10:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pierre 2005-01-25 23:29:48 UTC
[...]
Making all in ffmpeg
make[3]: Entering directory `/tmp/gst-ffmpeg-0.8.3/ext/ffmpeg'
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..   
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread
-I/usr/local/include/gstreamer-0.8 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2   -I
../../gst-libs/ext/ffmpeg/libavformat -I ../../gst-libs/ext/ffmpeg/libavcodec -s
-O3 -march=i686 -I/usr/local/include/libgnome-2.0
-I/usr/local/include/libgnome-2.0 -MT libgstffmpeg_la-gstffmpeg.lo -MD -MP -MF
".deps/libgstffmpeg_la-gstffmpeg.Tpo" -c -o libgstffmpeg_la-gstffmpeg.lo `test
-f 'gstffmpeg.c' || echo './'`gstffmpeg.c; \
then mv -f ".deps/libgstffmpeg_la-gstffmpeg.Tpo"
".deps/libgstffmpeg_la-gstffmpeg.Plo"; else rm -f
".deps/libgstffmpeg_la-gstffmpeg.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-pthread -I/usr/local/include/gstreamer-0.8 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I
../../gst-libs/ext/ffmpeg/libavformat -I ../../gst-libs/ext/ffmpeg/libavcodec -s
-O3 -march=i686 -I/usr/local/include/libgnome-2.0
-I/usr/local/include/libgnome-2.0 -MT libgstffmpeg_la-gstffmpeg.lo -MD -MP -MF
.deps/libgstffmpeg_la-gstffmpeg.Tpo -c gstffmpeg.c  -fPIC -DPIC -o
.libs/libgstffmpeg_la-gstffmpeg.o
gstffmpeg.c:63:3: attempt to use poisoned "gst_debug_log_valist"
gstffmpeg.c: In function `gst_ffmpeg_log_callback':
gstffmpeg.c:63: error: `ffmpeg_debug' undeclared (first use in this function)
gstffmpeg.c:63: error: (Each undeclared identifier is reported only once
gstffmpeg.c:63: error: for each function it appears in.)
make[3]: *** [libgstffmpeg_la-gstffmpeg.lo] Error 1
make[3]: Leaving directory `/tmp/gst-ffmpeg-0.8.3/ext/ffmpeg'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/gst-ffmpeg-0.8.3/ext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/gst-ffmpeg-0.8.3'
make: *** [all] Error 2
Comment 1 Ronald Bultje 2005-01-27 10:21:11 UTC
Fixed in CVS, thanks.