After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 122520 - Fix build under NetBSD/Alpha
Fix build under NetBSD/Alpha
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.1
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-09-17 11:38 UTC by Julio Merino
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Sample patch (571 bytes, patch)
2003-09-17 11:39 UTC, Julio Merino
none Details | Review

Description Julio Merino 2003-09-17 11:38:45 UTC
gstreamer fails to build under the Alpha platform (specially under NetBSD)
because cast problems in conversion to pointers.  The file currently
failing is libs/ext/cothreads/cothreads/cothreads.c, which converts an int
to void *. The conversion should be from intptr_t to void *.
Comment 1 Julio Merino 2003-09-17 11:39:12 UTC
Created attachment 20004 [details] [review]
Sample patch
Comment 2 David Schleef 2003-09-19 22:43:22 UTC
Please use 'make CFLAGS=-Wno-error'.  The 0.6.3 release accidentally
has -Werror enabled.  Bugs in libs/ext/cothreads are pretty much
ignored, since we haven't used the code in over a year, and it's been
removed from 0.7.