[Gstreamer-bugs] [Bug 121174] New - Compiler error in gst-libs/gst/riff/riffutil.c #define and variable args

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon Sep 1 06:02:09 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=121174

Changed by damien.carbery at sun.com.

--- shadow/121174	Mon Sep  1 09:02:09 2003
+++ shadow/121174.tmp.31868	Mon Sep  1 09:02:09 2003
@@ -0,0 +1,38 @@
+Bug#: 121174
+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: Compiler error in gst-libs/gst/riff/riffutil.c #define and variable args
+
+The '#define debug(format,args,...)' code does not compile on Solaris 8 x86
+with the latest compiler, Sun ONE Studio 8.
+
+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 -funroll-all-loops -finline-functions
+-ffast-math -g -I/opt/gnome-2.4/include -c riffutil.c  -KPIC -DPIC -o
+libgstriff_la-riffutil.o
+cc: Warning: illegal option -funroll-all-loops
+cc: Warning: illegal option -finline-functions
+cc: Warning: illegal option -ffast-math
+"riffutil.c", line 24: syntax error in macro parameters
+cc: acomp failed for riffutil.c
+make[4]: *** [libgstriff_la-riffutil.lo] Error 1
+make[4]: Leaving directory
+`/gnome/2.4/nightly/src-2.4-20030901/gst-plugins-0.6.3/gst-libs/gst/riff'
+
+Patch attached.




More information about the Gstreamer-bugs mailing list