> > >> >> >> Plus about 10 more lines of errors. > > > well, what do these lines say? :)<p>make all-recursive make[1]: Entering directory `/usr/darkice/darkice' Making all in src make[2]: Entering directory `/usr/darkice/darkice/src' c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pedantic -Wall -c VorbisLibEncoder.cpp VorbisLibEncoder.cpp: In method `bool VorbisLibEncoder::open()': VorbisLibEncoder.cpp:157: `vorbis_encode_setup_managed' undeclared (first use this function) VorbisLibEncoder.cpp:157: (Each undeclared identifier is reported only once VorbisLibEncoder.cpp:157: for each function it appears in.) VorbisLibEncoder.cpp:158: `OV_ECTL_RATEMANAGE_SET' undeclared (first use this function) VorbisLibEncoder.cpp:159: `vorbis_encode_setup_init' undeclared (first use this function) VorbisLibEncoder.cpp:118: warning: `int ret' might be used uninitialized in this function VorbisLibEncoder.cpp: In method `void VorbisLibEncoder::vorbisBlocksOut()': VorbisLibEncoder.cpp:319: `vorbis_bitrate_addblock' undeclared (first use this function) VorbisLibEncoder.cpp:321: `vorbis_bitrate_flushpacket' undeclared (first use this function) make[2]: *** [VorbisLibEncoder.o] Error 1 make[2]: Leaving directory `/usr/darkice/darkice/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/darkice/darkice' make: *** [all-recursive-am] Error 2> > you can configure it not to use vorbis libs. try > > ./configure --without-vorbis > make > make installI do have vorbis installed, but I got the same result either way. Drew <p><p><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.
> > obviously you have some wierd version of vorbis on your machine. what > version do you have? I persume it's not 1.0 final...<p>Yeah, I think installing the final verison of vorbis solved a lot of problems. However, here's a new error I'm getting when trying to 'make' darkice: make all-recursive make[1]: Entering directory `/usr/darkice/darkice' Making all in src make[2]: Entering directory `/usr/darkice/darkice/src' c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pedantic -Wall -c Util.cpp Util.cpp: In function `static char * Util::fileAddDate(const char *)': Util.cpp:282: `time' undeclared (first use this function) Util.cpp:282: (Each undeclared identifier is reported only once Util.cpp:282: for each function it appears in.) Util.cpp:283: `localtime' undeclared (first use this function) Util.cpp:283: `strftime' undeclared (first use this function) make[2]: *** [Util.o] Error 1 make[2]: Leaving directory `/usr/darkice/darkice/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/darkice/darkice' make: *** [all-recursive-am] Error 2 <p>Any idea what's wrong? Thanks, Drew --- >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.
Drew Lane wrote:> make all-recursive > make[1]: Entering directory `/usr/darkice/darkice' > Making all in src > make[2]: Entering directory `/usr/darkice/darkice/src' > c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pedantic -Wall -c > VorbisLibEncoder.cpp > VorbisLibEncoder.cpp: In method `bool VorbisLibEncoder::open()': > VorbisLibEncoder.cpp:157: `vorbis_encode_setup_managed' undeclared > (first use this function) > VorbisLibEncoder.cpp:157: (Each undeclared identifier is reported only once > VorbisLibEncoder.cpp:157: for each function it appears in.) > VorbisLibEncoder.cpp:158: `OV_ECTL_RATEMANAGE_SET' undeclared (first use > this function) > VorbisLibEncoder.cpp:159: `vorbis_encode_setup_init' undeclared (first > use this function) > VorbisLibEncoder.cpp:118: warning: `int ret' might be used uninitialized > in this function > VorbisLibEncoder.cpp: In method `void VorbisLibEncoder::vorbisBlocksOut()': > VorbisLibEncoder.cpp:319: `vorbis_bitrate_addblock' undeclared (first > use this function) > VorbisLibEncoder.cpp:321: `vorbis_bitrate_flushpacket' undeclared (first > use this function) > make[2]: *** [VorbisLibEncoder.o] Error 1 > make[2]: Leaving directory `/usr/darkice/darkice/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/darkice/darkice' > make: *** [all-recursive-am] Error 2obviously you have some wierd version of vorbis on your machine. what version do you have? I persume it's not 1.0 final...>> ./configure --without-vorbis >> make >> make install > > > I do have vorbis installed, but I got the same result either way.this sounds _very_ strange. what is the output of the above configure command? --- >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.