[Gstreamer-bugs] [Bug 89622] New - -Wall and -Werror break non gcc compilers

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Thu Aug 1 07:22:24 PDT 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=89622

Changed by shaun.merrigan at sun.com.

--- shadow/89622	Thu Aug  1 10:22:24 2002
+++ shadow/89622.tmp.23834	Thu Aug  1 10:22:24 2002
@@ -0,0 +1,31 @@
+Bug#: 89622
+Product: GStreamer
+Version: cvs
+OS: Solaris
+OS Details: Solaris 8 10/01 s28s_u6wos_08a SPARC
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: shaun.merrigan at sun.com               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.4.0
+URL: 
+Cc: sander.vesik at sun.com
+Summary: -Wall and -Werror break non gcc compilers
+
+I tried to build gstreamer from cvs. the flags -Wall and -Werror are not
+supported in forte I had to edit configure.ac
+
+-AS_VERSION(gstreamer, GST_VERSION, 0, 4, 0, 1, GST_ERROR="-Wall",
+GST_ERROR="-Wall -Werror")
++AS_VERSION(gstreamer, GST_VERSION, 0, 4, 0, 1, GST_ERROR="", GST_ERROR="")
+
+could you only set these flags if it finds a compilers which supports them?
+
+it is also hard coded in some of the makefiles
+
+Regards
+Shaun





More information about the Gstreamer-bugs mailing list