hi. i just tried to compile latest icecast version from cvs on a debian 'woody' intel machine. autogen works without errors but trying to 'make' it i receive the following error-message in the end. ____________________________________________________________________________ _ ... /usr/local/icecast/stream/include -I/usr/local/icecast/stream/include \ -I/usr/local/icecast/stream/include -c `test -f yp.c || echo './'`yp.c yp.c: In function `yp_submit_url': yp.c:36: `CURLOPT_NOSIGNAL' undeclared (first use in this function) yp.c:36: (Each undeclared identifier is reported only once yp.c:36: for each function it appears in.) make[2]: *** [yp.o] Error 1 make[2]: Leaving directory `/usr/local/icecast/src/icecast/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/icecast/src/icecast/src' make: *** [all-recursive] Error 1 ____________________________________________________________________________ _ <p>anyone an idea?? <p>matthias --- >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.
What you need is the most recent version of libcurl... there was a decision made a month or two ago to bump up the libcurl version dependency, so that's causing frustrations for a lot of people. If you just update though, it will work just fine. :) --Joseph Wilhelm On Wed, 2003-05-21 at 16:14, Matthias Gronwald wrote:> hi. > > i just tried to compile latest icecast version from cvs on a debian 'woody' > intel machine. autogen works without errors but trying to 'make' it i > receive the following error-message in the end. > > ____________________________________________________________________________ > _ > ... > /usr/local/icecast/stream/include -I/usr/local/icecast/stream/include \ > -I/usr/local/icecast/stream/include -c `test -f yp.c || echo './'`yp.c > yp.c: In function `yp_submit_url': > yp.c:36: `CURLOPT_NOSIGNAL' undeclared (first use in this function) > yp.c:36: (Each undeclared identifier is reported only once > yp.c:36: for each function it appears in.) > make[2]: *** [yp.o] Error 1 > make[2]: Leaving directory `/usr/local/icecast/src/icecast/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/local/icecast/src/icecast/src' > make: *** [all-recursive] Error 1 > ____________________________________________________________________________ > _ > > > anyone an idea?? > > > matthias > > --- >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.--- >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.
ok, commenting out really seem to work. :) thanks, matthias --- >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.
Hi: You need curl 7.10.x. I think this change was made as part of the code to handle the unavailability of YP servers, so commenting out the line in question might be OK until this happens, at which time it might come back to haunt you. Geoff. <p> -- Geoff Shang <gshang@uq.net.au> ICQ number 43634701 Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html <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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
I had this same problem. To fix, I just commented the line with the CURLOPT_NOSIGNAL out since I couldn't find that option anywhere in the curl headers. It's running fine on my Debian woody box. Kevin "Matthias Gronwald" <magron@web.de> writes:> hi. > > i just tried to compile latest icecast version from cvs on a debian 'woody' > intel machine. autogen works without errors but trying to 'make' it i > receive the following error-message in the end. > > ____________________________________________________________________________ > _ > ... > /usr/local/icecast/stream/include -I/usr/local/icecast/stream/include \ > -I/usr/local/icecast/stream/include -c `test -f yp.c || echo './'`yp.c > yp.c: In function `yp_submit_url': > yp.c:36: `CURLOPT_NOSIGNAL' undeclared (first use in this function) > yp.c:36: (Each undeclared identifier is reported only once > yp.c:36: for each function it appears in.) > make[2]: *** [yp.o] Error 1 > make[2]: Leaving directory `/usr/local/icecast/src/icecast/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/local/icecast/src/icecast/src' > make: *** [all-recursive] Error 1 > ____________________________________________________________________________ > _ > > > anyone an idea?? > > > matthias > > --- >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.-- If all the world valued food and cheer and song over hoarded gold, the world would be a merrier place. -- Thorin Oakenshield, from "The Hobbit" --- >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.