[gstreamer-bugs] [Bug 324530] plugin arts doesn't compile with -Werrror enabled

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Dec 19 17:20:39 PST 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=324530
 GStreamer | gst-plugins | Ver: 0.8.x


German Poo Caaman~o changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gpoo at ubiobio.cl




------- Comment #4 from German Poo Caaman~o  2005-12-20 01:20 UTC -------
Defining CFLAGS in the enviroment doesn't work, because is overrided by the
command line option (-Werror) when the program is compiled.

Anyway, there is another compiling error in mplex's header (part of
mjpegtools):

 g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -I../../gst-libs
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread
-I/home/gpoo/gnome/jhbuild/include/gstreamer-0.8
-I/home/gpoo/gnome/jhbuild/include/glib-2.0
-I/home/gpoo/gnome/jhbuild/lib/glib-2.0/include
-I/home/gpoo/gnome/jhbuild/include/libxml2 -DGST_DISABLE_DEPRECATED -Wall
-Werror -I/usr/include/mjpegtools -I/usr/include/mjpegtools/mpeg2enc
-I/usr/include/mjpegtools/mplex -g -O2 -MT libgstmplex_la-gstmplex.lo -MD -MP
-MF .deps/libgstmplex_la-gstmplex.Tpo -c gstmplex.cc  -fPIC -DPIC -o
.libs/libgstmplex_la-gstmplex.o
cc1plus: warnings being treated as errors
/usr/include/mjpegtools/mplex/stream_params.hpp:69: warning: 'class
FrameIntervals' has virtual functions but non-virtual destructor
/usr/include/mjpegtools/mplex/stream_params.hpp:76: warning: 'class
ConstantFrameIntervals' has virtual functions but non-virtual destructor
/usr/include/mjpegtools/mplex/inputstrm.hpp:78: warning: 'class MuxStream' has
virtual functions but non-virtual destructor
/usr/include/mjpegtools/mplex/inputstrm.hpp:137: warning: 'class
DummyMuxStream' has virtual functions but non-virtual destructor
/usr/include/mjpegtools/mplex/outputstrm.hpp:29: warning: 'class OutputStream'
has virtual functions but non-virtual destructor
/usr/include/mjpegtools/mplex/padstrm.hpp:29: warning: 'class PaddingStream'
has virtual functions but non-virtual destructor
/usr/include/mjpegtools/mplex/padstrm.hpp:40: warning: 'class VCDAPadStream'
has virtual functions but non-virtual destructor
/usr/include/mjpegtools/mplex/padstrm.hpp:52: warning: 'class DVDPriv2Stream'
has virtual functions but non-virtual destructor
gstmplexoutputstream.hh:29: warning: 'class GstMplexOutputStream' has virtual
functions but non-virtual destructor
make[3]: *** [libgstmplex_la-gstmplex.lo] Error 1
make[3]: Leaving directory `/home/gpoo/cvs/gnome2/gst-plugins/ext/mplex'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/gpoo/cvs/gnome2/gst-plugins/ext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gpoo/cvs/gnome2/gst-plugins'
make: *** [all] Error 2

The way to go is adding the followings options in autogen.sh:
--disable-arts --disable-artstest --disable-artsc --disable-mplex

This problem could stop people who want to test GNOME.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list