GNOME Bugzilla – Bug 87629
Make failes on gst/cothreads.c
Last modified: 2004-12-22 21:47:04 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
*** This bug has been marked as a duplicate of 87664 ***