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 87629 - Make failes on gst/cothreads.c
Make failes on gst/cothreads.c
Status: RESOLVED DUPLICATE of bug 87664
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.4.0
Other FreeBSD
: Normal normal
: 0.4.1
Assigned To: GStreamer Maintainers
Andy Wingo
Depends on:
Blocks:
 
 
Reported: 2002-07-08 05:04 UTC by Andrew Turner
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andrew Turner 2002-07-08 05:04:06 UTC
MAP_ANONYMOUS is undeclaired on FreeBSD. It is MAP_ANON.

To fix I added to cothreads.c

#ifndef MAP_ANONYMOUS
# define MAP_ANONYMOUS MAP_ANON
#endif

above the mmap
Comment 1 Thomas Vander Stichele 2002-07-10 13:16:43 UTC

*** This bug has been marked as a duplicate of 87664 ***