[icecast] also error compiling ices

David M Dennis dmd at speakeasy.org
Fri Jan 31 16:37:00 UTC 2003



More specifically 

#define inet_aton(a,b)       inet_pton(AF_INET, (a), (b))

into ices/libshout/sock.h

Thanks to the list for giving me this a few weeks back 

+-------------------------
+ Dave Dennis
+ Seattle, WA
+ dmd at speakeasy.org
+ http://bauhaus.nu/dion
+-------------------------

On 31 Jan 2003, Karl Heyes wrote:

> On Fri, 2003-01-31 at 11:37, Daniel Knoll wrote:
> > Hey developer Freaks,
> > 
> > can anyone explain, what is wrong ? is a libary missing ?
> > I don't understand this "make" output
> > 
> > thanx for your help ..
> 
> known bug with ices on solaris, it is missing the inet_aton function
> you need to change it to inet_pton
> 
> something like in sock.h
> add 
> 
> #define inet_aton(x,y)    inet_pton(AF_INET, x, y)
> 
> karl.
> 
> 
> --- >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