Compiling iceS for icecast errors

bluehz

Registered
Has anyone had any luck compiling IceS, Liveice, or other similar audio streamers to provide a source for Icecast?

I am getting lots of errors and unsuccessful compiles. Best bet (least errors) so far is iceS, but I am getting this error when compiling:

make all-recursive
Making all in libshout
make all-recursive
Making all in doc
make[4]: Nothing to be done for `all'.
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -O -g -c sock.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -O -g -c sock.c -o sock.o
sock.c:34: header file 'sys/poll.h' not found
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
make[4]: *** [sock.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive-am] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
 
Back
Top