Using RH71. Got Lame, Vorbis, gcc3 and everything installed. When I try to make DarkIce I get this error. Can anyone help? $ make make all-recursive make[1]: Entering directory `/usr/src/download/darkice-0.6' Making all in src make[2]: Entering directory `/usr/src/download/darkice-0.6/src' c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -c DarkIce.cpp In file included from DarkIce.cpp:79: VorbisLibEncoder.h:46:2: #error need vorbis/vorbisenc.h make[2]: *** [DarkIce.o] Error 1 make[2]: Leaving directory `/usr/src/download/darkice-0.6/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/download/darkice-0.6' make: *** [all-recursive-am] Error 2 Thanks, Matt --- >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 at 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 Fri, 5 Oct 2001, Matt & Stephanie Mencel wrote:> Using RH71. Got Lame, Vorbis, gcc3 and everything installed. When I try to > make DarkIce I get this error. Can anyone help? > > $ make > make all-recursive > make[1]: Entering directory `/usr/src/download/darkice-0.6' > Making all in src > make[2]: Entering directory `/usr/src/download/darkice-0.6/src' > c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -c DarkIce.cpp > In file included from DarkIce.cpp:79: > VorbisLibEncoder.h:46:2: #error need vorbis/vorbisenc.h > make[2]: *** [DarkIce.o] Error 1 > make[2]: Leaving directory `/usr/src/download/darkice-0.6/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/download/darkice-0.6' > make: *** [all-recursive-am] Error 2Are you sure you've done `make install' for lame, libogg, and libvorbis? When you run ./configure, you should get the following lines: checking for ogg_stream_init in -logg... yes checking for vorbis_info_init in -lvorbis... yes checking for vorbis_encode_init in -lvorbisenc... yes checking for lame_init in -lmp3lame... yes If any of these say "no" rather than yes, then the build process won't be able to find your libs for that package. I got this error when I forgot to run `make install' on libvorbis... -samuel --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Nevermind...had to run make distclean...then it worked. -----Original Message----- From: owner-icecast at xiph.org [mailto:owner-icecast at xiph.org]On Behalf Of Matt & Stephanie Mencel Sent: Friday, October 05, 2001 9:44 PM To: icecast at xiph.org Subject: [icecast] DarkIce make problem Using RH71. Got Lame, Vorbis, gcc3 and everything installed. When I try to make DarkIce I get this error. Can anyone help? $ make make all-recursive make[1]: Entering directory `/usr/src/download/darkice-0.6' Making all in src make[2]: Entering directory `/usr/src/download/darkice-0.6/src' c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -c DarkIce.cpp In file included from DarkIce.cpp:79: VorbisLibEncoder.h:46:2: #error need vorbis/vorbisenc.h make[2]: *** [DarkIce.o] Error 1 make[2]: Leaving directory `/usr/src/download/darkice-0.6/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/download/darkice-0.6' make: *** [all-recursive-am] Error 2 Thanks, Matt --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Yea, I figured it out...brain fart on my part. Got it working, but getting some sort of TCPSocket error now... still trying. :) [root@jabez etc]# darkice -c /usr/local/etc/darkice.cfg DarkIce 0.6 live audio streamer, http://darkice.sourceforge.net Copyright (c) 2000-2001, Tyrell Hungary, http://tyrell.hu Using config file: /usr/local/etc/darkice.cfg Using POSIX real-time scheduling, priority 98 LAME version 3.89 (beta 1, Oct 5 2001) (http://www.mp3dev.org/) Using polyphase lowpass filter, transition band: 3645 Hz - 3912 Hz DarkIce: TcpSocket.cpp:212: connect error [111] [root@jabez etc]# --- >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.