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 136841 - Some code will need to be rewritten to compile against gcc 3.5
Some code will need to be rewritten to compile against gcc 3.5
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal minor
: 0.8.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-11 01:26 UTC by Robert
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Robert 2004-03-11 01:26:41 UTC
gstreamer has some code that will need to be written to compile w. gcc 3.5
when it is released. 
Not important immediately, as 2.5 is a long way off, but it will be
released at some point, and there will be some changes in 3.5 that will not
let gstreamer build As-Is - mark as TODO for later.
Comment 1 Stephane Loeuillet 2004-03-11 01:29:22 UTC
to be more precise, there are several 'cast as lvalue' which were made
infamous in the linux kernel.

please include any place you found this compilation warning/error in
gstreamer
Comment 2 Benjamin Otte (Company) 2004-03-22 01:25:19 UTC
Is there a way to trigger warnings from gcc for this?
Comment 3 David Schleef 2004-03-22 19:54:46 UTC
Build with gcc-3.4
Comment 4 Benjamin Otte (Company) 2004-03-24 14:45:32 UTC
You could at least have given me a link.

But since I'm a crazy LFS user, I've happily patched my gcc 3.3.3 sources to
emit that warning and fixed the issues.

So there :p