[icecast] Compiling Darkice
Akos Maroy
darkeye at tyrell.hu
Mon Aug 26 14:24:53 UTC 2002
OK, I now see that the send() on FreeBSD does not support the
MSG_NOSIGNAL flag. As a short workaround you could simply change line
316 from:
ret = send( sockfd, buf, len, MSG_NOSIGNAL);
to
ret = send( sockfd, buf, len, 0);
<p>Later I'll try to add FreeBSD specific #ifdefs (are you familiar with
these kinds of porting issues, e.g. how to make configure report if the
target is FreeBSD, and what macros does it set?)
<p>Akos
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Icecast
mailing list