Greetings, I'm getting the following error trying to compile ices 0.2.0 on a RedHat 7.0 box. tream.c: In function `stream_send_file': stream.c:236: storage size of `delay' isn't known stream.c:236: warning: unused variable `delay' Let me know what other data you might need. Regards, Michael Ethridge MCSE, CCNA Sr. Consultant Enterprise Consulting Services 408-226-2902 877-488-5966 pager --------------------------------------------------------------------------- "I regard it as the cheif duty of the state to protect the individual and give him the opportunity to develop into a creative personality; that is to say; the state should be our servant and not we its slaves." --- Albert Einstein --- >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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Monday, 09 July 2001 at 18:38, Mike Ethridge wrote:> Greetings, > > I'm getting the following error trying to compile ices 0.2.0 on a RedHat 7.0 > box. > > stream.c: In function `stream_send_file': > stream.c:236: storage size of `delay' isn't known > stream.c:236: warning: unused variable `delay'Fixed in CVS, 0.2.1 will be out soon. If you can't wait, #include <sys/time.h> at the top of stream.c. -Brendan --- >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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.