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 305024 - [mplex] doesn't compile with gcc4
[mplex] doesn't compile with gcc4
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.x
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-21 17:48 UTC by Michaël Arnauts
Modified: 2005-08-29 15:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michaël Arnauts 2005-05-21 17:48:28 UTC
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -I../../gst-libs
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gstreamer-0.8
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/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:83: warning: 'class MuxStream' has
virtual functions but non-virtual destructor
/usr/include/mjpegtools/mplex/inputstrm.hpp:142: 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[1]: *** [libgstmplex_la-gstmplex.lo] Error 1
make[1]: Leaving directory `/mnt/extra/Sources/gst-plugins/ext/mplex'
make: *** [all-recursive] Error 1
Comment 1 Maciej Katafiasz 2005-05-21 18:27:30 UTC
apparently its fixed upstream in mjpegtools, marking NOTGNOME