[Gstreamer-bugs] [Bug 96817] New - 0.4.1 fails to build on Solaris [patch included]

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Fri Oct 25 10:34:39 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=96817

Changed by fernando at secret.org.

--- shadow/96817	Fri Oct 25 13:34:39 2002
+++ shadow/96817.tmp.22805	Fri Oct 25 13:34:39 2002
@@ -0,0 +1,33 @@
+Bug#: 96817
+Product: GStreamer
+Version: 0.4.1
+OS: Solaris
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: fernando at secret.org               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.4.0
+URL: 
+Summary: 0.4.1 fails to build on Solaris [patch included]
+
+References to sys_errlist cause a build failure on Solaris/gcc 2.95.3
+
+A simple one line addition fixes this. I don't know what IFDEF
+I could wrap around this to make it Solaris specific.
+
+--- gst/elements/gstfilesink.c  Sun Sep  1 08:55:57 2002
++++ gst/elements/gstfilesink.c.fixed    Thu Oct 24 10:22:30 2002
+@@ -26,6 +26,8 @@
+ #include "gstfilesink.h"
+ #include <string.h>
+
++extern char *sys_errlist[];
++
+ GstElementDetails gst_filesink_details = {
+   "File Sink",
+   "Sink/File",





More information about the Gstreamer-bugs mailing list