[icecast] Compiling Darkice
    Matthew Mencel 
    Matt at cmitech.com
       
    Mon Aug 26 14:29:55 UTC 2002
    
    
  
Sorry can't really help with porting issues.  I can solve simple compiling and scripting problems, but that's about as far as it goes.
Thanks though for helping my solve this issue.  I appreciate it.
Matt
>>> darkeye at tyrell.hu 8/26/02 9:24:53 AM >>>
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.
--- >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