[Gstreamer-bugs] [Bug 104715] Changed - [Solaris] Can't build it!
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Sat Mar 15 09:21:06 PST 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=104715
Changed by peter.oshea at analog.com.
--- shadow/104715 Sat Feb 22 10:28:51 2003
+++ shadow/104715.tmp.29848 Sat Mar 15 12:21:05 2003
@@ -87,6 +87,17 @@
make: *** [all] Error 2
------- Additional Comments From Jonas.Jonsson at se.transport.bombardier.com 2003-01-29 06:20 -------
Created an attachment (id=13910)
The config log
+
+------- Additional Comments From peter.oshea at analog.com 2003-03-15 12:20 -------
+I ran into this also. It's pretty simple, in the Sparc Solaris
+version of the gst_atomic_int_dec_and_test (GstAtomicInt *aint)
+function, someone neglected to define val. Obviously this hasn't been
+successfully compiled on Sparc before!
+
+Looking at other versions of that function written for different
+architectures, it looks like the decrement value is one, so I just put
+in an "int val=1" line, and it compiles. Whether it works or not I
+have no idea, there are other Solaris compile problems.
More information about the Gstreamer-bugs
mailing list