> geoff@bumpy:src$ grep -ine shout_strerror stream.c > 151: shout_strerror(sdsc->conn.error)); > 185: shout_strerror(sdsc->conn.error)); > 208: shout_strerror(sdsc->conn.error)); > > all of these generated errors.Those are correct. Now what does your $prefix/include/shout/shout.h have? Also, I bet you that it's finding your old shout.h if that is installed in teh standard include paths. jack. --- >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-dev-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 think you're right. I'dve thought that --with-shout-prefix would have > over-ridden this, but apparently not. There are also shout.h files in more > out-of-the-way places, so I'll ask Kirk if /usr/include/shout/shout.h needs > to exist anymore. In the meantime, how do I deal wih this? <this sounds > rather familiar ... I remember asking this before>A quick workaround is: CFLAGS="-I/path/to/libshout2/include $CFLAGS" ./configure jack. --- >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-dev-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 Sun, 21 Oct 2001, Jack Moffitt wrote:> Those are correct. Now what does your $prefix/include/shout/shout.h > have?105:char *shout_strerror(int error);> Also, I bet you that it's finding your old shout.h if that is installed > in teh standard include paths.I think you're right. I'dve thought that --with-shout-prefix would have over-ridden this, but apparently not. There are also shout.h files in more out-of-the-way places, so I'll ask Kirk if /usr/include/shout/shout.h needs to exist anymore. In the meantime, how do I deal wih this? <this sounds rather familiar ... I remember asking this before> Geoff. --- >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-dev-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.