[gst-devel] [Bug 87823] New - 0.4.0 release not GCC 3.1 compliant
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Wed Jul 10 17:10:12 CEST 2002
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=87823
Changed by ali.akcaagac at stud.fh-wilhelmshaven.de.
--- shadow/87823 Wed Jul 10 08:25:59 2002
+++ shadow/87823.tmp.22290 Wed Jul 10 08:25:59 2002
@@ -0,0 +1,29 @@
+Bug#: 87823
+Product: GStreamer
+Version: 0.4.0
+OS: Linux
+OS Details:
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org
+ReportedBy: ali.akcaagac at stud.fh-wilhelmshaven.de
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.4.0
+URL:
+Cc:
+Summary: 0.4.0 release not GCC 3.1 compliant
+
+after trying to build gst-plugins-0.4.0 using gcc 3.1 i got a couple of
+warnings related to /usr/local/include in wrong searchpath. this is a
+known new feature from gcc 3.1 and not a bug of my system. the problem is
+you people have -Werror hardcoded into the configure script that cant be
+overwritten with --disable-more-warnings or some stuff. at the end the
+compiler warning will become a real error and exits. there are two ways
+for me to fix this.
+
+a) remove -Werror from the configure to skip that output
+b) fix tweak the makefiles by removing -I/usr/local/include to get things
+compiled.
More information about the gstreamer-devel
mailing list