GNOME Bugzilla – Bug 321824
SGI compiler doesn't allow adding to void *
Last modified: 2005-11-21 19:02:07 UTC
Distribution/Version: 6.5 gst/cothreads.c has lines line: (void *) cothread + [num] Because cothread is void *, the SGI C compiler doesn't allow addition. Solution is to remove the (void *) cast.
Created attachment 54922 [details] [review] Remove (void *) casts on cothread
I'd rather not change anything there, as it is voodoo. If you are serious however about getting it in, reopen this bug and post compilation reports and tests with gcc 3 and 4. Otherwise just maintain local patches, or switch to GStreamer 0.9/0.10 (final release on 5 december). GStreamer 0.8 is unmaintained now.
Whoops, meant to close as WONTFIX.