> > >> >> >> I can't get darkice to compile (error in 'MultiThreadedConnector.cpp') >> and there is no darkice RPM for PPC. > > > Please use the CVS version of darkice, which includes a fix for the > problem you mentioned.<p>OK, I got the CVS version of darkice. Now when I run 'make' I get the following error(s): VorbisLibEncoder.cpp: In method 'bool VorbisLibEncoder::open()': Plus about 10 more lines of errors. I probably don't have a Vorbis Encoder installed, if that's what the problem is However, I wasn't really planning on using Vorbis right now; I just want to do a live MP3 stream. Drew <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.
Akos Maroy
2004-Aug-06 14:23 UTC
[icecast] Liveice on Linux PPC || use ices => use darkice
Drew Lane wrote:> OK, I got the CVS version of darkice. > > Now when I run 'make' I get the following error(s): > > VorbisLibEncoder.cpp: In method 'bool VorbisLibEncoder::open()': > > Plus about 10 more lines of errors.well, what do these lines say? :)> > I probably don't have a Vorbis Encoder installed, if that's what the > problem is > However, I wasn't really planning on using Vorbis right now; I just want > to do > a live MP3 stream.you can configure it not to use vorbis libs. try ./configure --without-vorbis make make install <p>Akos --- >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.
> > >> >> >> 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.