[Gstreamer-bugs] [Bug 113992] New - compile failure with gcc-3.3

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Thu May 29 12:55:21 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=113992

Changed by ds at schleef.org.

--- shadow/113992	Thu May 29 15:55:20 2003
+++ shadow/113992.tmp.28743	Thu May 29 15:55:20 2003
@@ -0,0 +1,43 @@
+Bug#: 113992
+Product: GStreamer
+Version: HEAD CVS
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: ds at schleef.org               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.6.x
+URL: 
+Summary: compile failure with gcc-3.3
+
+Gstreamer does not compile with -Wall -Werror with gcc-3.3 because of a bug
+in glib (#113991).
+
+Workarounds:
+
+ 1) Don't use gcc-3.3 by running 'CC=gcc-3.2 ./autogen.sh'
+
+ 2) Remove -Werror in configure.ac and rerun ./autogen.sh
+
+ 3) Apply this patch to /usr/lib/glib-2.0/glibconfig.h:
+
+diff -ur glib-2.2.1/configure.in glib-2.2.1-deb/configure.in
+--- glib-2.2.1/configure.in     2003-01-28 14:00:02.000000000 -0800
++++ glib-2.2.1-deb/configure.in 2003-05-29 11:52:10.000000000 -0700
+@@ -1969,9 +1969,9 @@
+ #define G_MAXLONG      $glib_Ml
+ #define G_MAXULONG     $glib_Mul
+
+-#define G_MININT64     ((gint64)  0x8000000000000000)
+-#define G_MAXINT64     ((gint64)  0x7fffffffffffffff)
+-#define G_MAXUINT64    ((guint64) 0xffffffffffffffff)
++#define G_MININT64     ((gint64)  0x8000000000000000LL)
++#define G_MAXINT64     ((gint64)  0x7fffffffffffffffLL)
++#define G_MAXUINT64    ((guint64) 0xffffffffffffffffLL)
+
+ _______EOF





More information about the Gstreamer-bugs mailing list