When building libshout, configure outputs this error:<br>
<br>
checking for Vorbis... no<br>
*** Could not run Vorbis test program, checking why...<br>
*** The test program failed to compile or link. See the file config.log for the<br>
*** exact error that occured. This usually means Vorbis was incorrectly installed<br>
*** or that you have moved Vorbis since it was installed.<br>
configure: error: requisite Ogg Vorbis library not found<br>
<br>
But I have the latest svn source installed of both ogg and vorbis.<br>
I have never moved vorbis.<br>
<br>
config.log shows this:<br>
<br>
configure:23180: checking for Vorbis<br>
configure:23227: gcc -o conftest -g -O2    
conftest.c    -lvorbis -lm -lvorbisenc  >&5<br>
In file included from /usr/local/include/ogg/os_types.h:123,<br>
                
from /usr/local/include/ogg/ogg.h:24,<br>
                
from /usr/local/include/vorbis/codec.h:26,<br>
                 from conftest.c:52:<br>
/usr/local/include/ogg/config_types.h:6: error: parse error before 'ogg_uint16_t'<br>
/usr/local/include/ogg/config_types.h:8: error: parse error before 'ogg_uint32_t'<br>
configure:23230: $? = 1<br>
configure: program exited with status 1<br>
<br>
<br>
I'm using gcc 4.0.<br>
<br>
Thanks for your help.<br clear="all"><br>-- <br><Arthur/>