Hi LAUs,
I'm trying to install Gnome Wave Cleaner on my FedoraCore3 (CCRMA) box
and am (as usual, for me) running into dependency hell.
In order of GWC's ./configure complaints:
**I first installed libsndfile (which already existed in /usr/bin but
apparently some other component was missing.) This fixed that error.
**I then installed fftw (which also existed bla, bla, bla.) Fixed.
**It then complained about libgnomeui. When I ./configure that one I
get:
checking for esound >= 0.2.26 audiofile >= 0.2.3... Package esound was
not found in the pkg-config search path.
Perhaps you should add the directory containing `esound.pc'
to the PKG_CONFIG_PATH environment variable
No package 'esound' found
checking for libgnome-2.0 >= 2.0.0 libgnomecanvas-2.0 >= 2.0.0
libbonoboui-2.0 >= 2.0.0 gconf-2.0 >= 1.1.11... Package libgnome-2.0 was
not found in the pkg-config search path.
Perhaps you should add the directory containing `libgnome-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnome-2.0' found
configure: error: Library requirements (libgnome-2.0 >= 2.0.0
libgnomecanvas-2.0 >= 2.0.0 libbonoboui-2.0 >= 2.0.0 gconf-2.0 >=
1.1.11) not met; consider adjusting the PKG_CONFIG_PATH environment
variable if your libraries are in a nonstandard prefix so pkg-config can
find them.
Am I totally on the wrong track here? In concept, installing apps on
Linux is pretty simple but I can't ever remember having it just work for
me using the standard ./configure, make, make install process. Sure
wish CCRMA had an apt-get package... Sure wish I understood Linux
better. 8^)
Thanks for any help on this,
Mike
Mike Jewell
One-Up Audio
On Fri, 29 Jul 2005 07:19 , Mike Jewell <mj405(a)oneupaudio.com> sent:
>
>When I go to the gwc site (
http://gwc.sourceforge.net\) I'm confused
>as to what to get.
>
And Jan Depner wrote:
At the bottom of the page, go to "The GWC
project files at
sourceforge.net".
Grab gwc2. Its a tgz so you'll have to do the obligatory ./configure,
make, make install (read the README and/or INSTALL file).
Jan