On Sun, 21 Oct 2001, Jack Moffitt wrote:> I'm almost 100% certain CVS code has the right fixes. Paste an instance > of shout_strerror being called from ices here.OK: 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. 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.
> 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.
At 12:36 AM 10/22/01 +1000, you wrote:>On Sun, 21 Oct 2001, Jack Moffitt wrote: > >> I'm almost 100% certain CVS code has the right fixes. Paste an instance >> of shout_strerror being called from ices here. > >OK: > >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. >This means it isn't picking up the current version of libshout, which changes shout_strerror(). So you've got old libs/headers lying around still which the configure stuff is getting wrong, maybe. Michael --- >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.
> Yeah I did. but just to be sure, I did another update on everything, > rebuilt libshout, installed it in /usr2/friends/geoff, checked the date > stamps on the lib and the header to make sure they actually installed, > reconfigured ices and tried make again. The stream.c errors persist. > look further?I'm almost 100% certain CVS code has the right fixes. Paste an instance of shout_strerror being called from ices here. 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.