GNOME Bugzilla – Bug 120805
gstreamer 0.6.3 won't build under gcc 3.3
Last modified: 2004-12-22 21:47:04 UTC
Distribution: Unknown Package: GStreamer Severity: major Version: GNOME2.3.7 0.6.3 Gnome-Distributor: GNOME.Org Synopsis: gstreamer 0.6.3 won't build under gcc 3.3 Bugzilla-Product: GStreamer Bugzilla-Component: don't know Bugzilla-Version: 0.6.3 Description: Description of Problem: gstreamer 0.6.3 won't build under gcc 3.3.1 gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -Wall -Werror -DGST_DISABLE_DEPRECATED -g -I../libs -I../include -DG_LOG_DOMAIN=g_log_domain_gstreamer -DGST_CACHE_DIR=\"/var/cache/gstreamer-0.6\" -mcpu=i686 -O2 -march=i686 -g -fstack-protector -MT libgstreamer_0.6_la-gstplugin.lo -MD -MP -MF .deps/libgstreamer_0.6_la-gstplugin.Tpo -c gstplugin.c -fPIC -DPIC -o .libs/libgstreamer_0.6_la-gstplugin.lo gstplugin.c: In function `gst_plugin_load_plugin': gstplugin.c:183: warning: dereferencing type-punned pointer will break strict-aliasing rules make[4]: *** [libgstreamer_0.6_la-gstplugin.lo] Error 1 Perhaps remove -Werror or fix the 'type-punned' pointer (whatever that is). ------- Bug moved to this database by unknown@bugzilla.gnome.org 2003-08-26 23:42 ------- Reassigning to the default owner of the component, gstreamer-maint@bugzilla.gnome.org.
Created attachment 19599 [details] [review] If you're building with gcc 3.3, apply this patch - it's dirty and ugly, but it works for me ;-)
Maybe you want to have a look at the bug 120960 :-)
*** This bug has been marked as a duplicate of 120960 ***