Re: [proaudio] Cannot emerge rezound |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] Cannot emerge rezound
- From: "Reuben Martin" <reuben.m@xxxxxxxxx>
- Date: Thu, 13 Jul 2006 18:51:56 -0500
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tvxcuOIzZscKKtpQlSpKv7NrPw9bFqL/08VksQ8TQ8F5pxH8mznG8GvZzZXohz13dgFclH38hx0cxuqwA6zXua18DssqIrbP3sZO78vvJQBi2A0Xcr7qBQR30/NsC2j2WdZPxEL0og8bpMuGlujcWRPKt0HZXpqGw+BWOrDGwUU=
If I remember correctly, one of the configure options is to skip the
checks for libfox. I remember I had the same problems and I think I
hacked to ebuild file to turn on that configure option. It's been a
while, I may be wrong...
-Reuben
On 7/13/06, Jean-Baptiste Mestelan <mestelan@xxxxxxxxx> wrote:
Hello :-)
Thanks for a great many apps coming to my new Gentoo box.
I fail to emerge rezound 0.12.2_beta-r2, however :
configure: WARNING: cdrdao not found on $PATH -- this is necessary for
burning audio files to CD -- http://cdrdao.sourceforge.net
configure: Tests for methods to use for audio I/O will follow below. The
method actually used will be determined at run-time depending on the order
of the values in the ~/.rezound/registry.dat file in AudioOutput(or
Input)Methods and will depend on which method first initializes
successfully. Alternatively, there is an --audio-method=... flag to the
rezound binary to choose which method to try first. See 'rezound --help'
for more information.
*** disabling OSS for audio I/O
checking for ALSA CFLAGS...
checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
checking for libasound headers version >= 1.0.0... found.
checking for snd_ctl_open in -lasound... yes
*** enabling ALSA for audio I/O
checking for Pa_Initialize in -lportaudio... yes
checking portaudio.h usability... yes
checking portaudio.h presence... yes
checking for portaudio.h... yes
*** enabling libportaudio for audio I/O
checking for pkg-config... /usr/bin/pkg-config
checking for jack... yes
checking JACK_CFLAGS...
checking JACK_LIBS... -ljack
*** enabling JACK for audio I/O
*** See
http://sourceforge.net/docman/display_doc.php?docid=15095&group_id=5056
for more help on using ReZound with JACK
checking for audiofile-config... /usr/bin/audiofile-config
checking for Audio File Library - version >= 0.2.2... yes
checking for Ogg... yes
checking for Vorbis... yes
checking for libFLAC... yes
checking for libFLAC++... yes
checking fftw.h usability... yes
checking fftw.h presence... yes
checking for fftw.h... yes
checking for fftw_create_plan in -lfftw... yes
checking rfftw.h usability... yes
checking rfftw.h presence... yes
checking for rfftw.h... yes
checking for rfftw_create_plan in -lrfftw... yes
configure: enabling LADSPA support
checking soundtouch/SoundTouch.h usability... yes
checking soundtouch/SoundTouch.h presence... yes
checking for soundtouch/SoundTouch.h... yes
checking for soundtouch_ac_test in -lSoundTouch... yes
checking for FXApp class in -lFOX-1.5... no
checking for FXApp class in -lFOX-1.4... no
checking for FXApp class in -lFOX-1.3... no
checking for FXApp class in -lFOX-1.2... no
checking for FXApp class in -lFOX-1.1... no
checking for FXApp class in -lFOX... no
configure: error:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
!!!!! Fatal Error: libFOX missing, broken or outdated !!!!!
Note that the ebuild mentions dependecy :
>=x11-libs/fox-1.6.2
which I have installed alright.
localhost pkgconfig # ls /usr/lib/libFOX*
/usr/lib/libFOX-1.6.a /usr/lib/libFOX-1.6.so
/usr/lib/libFOX-1.6.so.0.0.4
/usr/lib/libFOX-1.6.la /usr/lib/libFOX-1.6.so.0
I've been fiddling around a bit, but as a NB, I have yet no idea how to
solve this issue.
Anyone would please give me a clue ? I'll post extra information if
necessary.
Many thanks.