GNOME Bugzilla – Bug 87663
FreeBSD doesn't have pthread_attr_setstack
Last modified: 2004-12-22 21:47:04 UTC
FreeBSD doesn't have the pthread_attr_setstack function used in gst/gstthread.c. My solution was to replace it with calls to pthread_attr_setstackaddr and pthread_attr_setstacksize. Patch follows.
Created attachment 9711 [details] [review] Fix gst/gstthread.c on freebsd
Hi, I would like to add stuff to detect freebsd, could you attach the output of configure on your system, as well as the generated config.log so I can look at it ? Thanks Thomas
Remarking this from needinfo to open, hopefully we can handle it togheter with the rest of the freebsd stuff we are currently looking into.
fixed some time ago