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 120805 - gstreamer 0.6.3 won't build under gcc 3.3
gstreamer 0.6.3 won't build under gcc 3.3
Status: RESOLVED DUPLICATE of bug 120960
Product: GStreamer
Classification: Platform
Component: dont know
0.6.3
Other other
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-08-27 03:36 UTC by Jon Nelson
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
If you're building with gcc 3.3, apply this patch - it's dirty and ugly, but it works for me ;-) (1.07 KB, patch)
2003-08-29 15:11 UTC, James Ogley
none Details | Review

Description Jon Nelson 2003-08-27 03:42:57 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.

Comment 1 James Ogley 2003-08-29 15:11:35 UTC
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 ;-)
Comment 2 James Su 2003-08-29 15:48:28 UTC
Maybe you want to have a look at the bug 120960 :-)
Comment 3 David Schleef 2003-08-30 07:03:54 UTC

*** This bug has been marked as a duplicate of 120960 ***