[icecast] DarkIce make problem
Samuel Hathaway
lsy at munkynet.org
Sat Oct 6 03:25:26 UTC 2001
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 2
Are 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.
More information about the Icecast
mailing list