[Gstreamer-bugs] [Bug 121165] New - Compilation errors due to invalid -Wall option

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon Sep 1 04:35:32 PDT 2003


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=121165

Changed by damien.carbery at sun.com.

--- shadow/121165	Mon Sep  1 07:35:32 2003
+++ shadow/121165.tmp.13998	Mon Sep  1 07:35:32 2003
@@ -0,0 +1,35 @@
+Bug#: 121165
+Product: GStreamer
+Version: 0.6.3
+OS: SunOS
+OS Details: Solaris 8 x86
+Status: NEW   
+Resolution: 
+Severity: critical
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: damien.carbery at sun.com               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: Compilation errors due to invalid -Wall option
+
+The Sun ONE Studio 8 compiler does not support the '-Wall' option and
+results in a compilation error.
+
+Makefile and compiler output:
+cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/gnome-2.4/include
+-I../../../gst-libs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -mt
+-I/opt/gnome-2.4/include/gstreamer-0.6 -I/opt/gnome-2.4/include/glib-2.0
+-I/opt/gnome-2.4/lib/glib-2.0/include -I/opt/gnome-2.4/include/libxml2
+-DGST_DISABLE_DEPRECATED -g -Wall -finline-functions -ffast-math -g
+-I/opt/gnome-2.4/include -c audio.c  -KPIC -DPIC -o libgstaudio_la-audio.o
+cc: illegal option -Wall
+make[4]: *** [libgstaudio_la-audio.lo] Error 1
+make[4]: Leaving directory
+`/gnome/2.4/nightly/src-2.4-20030901/gst-plugins-0.6.3/gst-libs/gst/audio'
+
+This option is used in other makefiles in the gst-libs/gst directory tree.
+Patching 'configure' fixes this (remove -Wall from GST_ERROR on line 1758
+and 1764).




More information about the Gstreamer-bugs mailing list