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



Description Michaël Arnauts 2005-05-21 17:40:51 UTC
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/mjpegtools
-I/usr/include/mjpegtools/mpeg2enc -I/usr/include/mjpegtools/mplex
-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 -g -O2 -MT libgstmpeg2enc_la-gstmpeg2enc.lo -MD -MP -MF
.deps/libgstmpeg2enc_la-gstmpeg2enc.Tpo -c gstmpeg2enc.cc  -fPIC -DPIC -o
.libs/libgstmpeg2enc_la-gstmpeg2enc.o
cc1plus: warnings being treated as errors
/usr/include/mjpegtools/mpeg2enc/elemstrmwriter.hh:28: warning: 'class
ElemStrmWriter' has virtual functions but non-virtual destructor
gstmpeg2encstreamwriter.hh:29: warning: 'class GstMpeg2EncStreamWriter' has
virtual functions but non-virtual destructor
make: *** [libgstmpeg2enc_la-gstmpeg2enc.lo] Error 1
Comment 1 Maciej Katafiasz 2005-05-21 17:44:09 UTC
setting all gcc4 compile problems as blockers
Comment 2 Maciej Katafiasz 2005-05-21 18:27:19 UTC
apparently its fixed upstream in mjpegtools, marking NOTGNOME