[PlanetCCRMA] Installing Gnome Wave Cleaner

Bengt Månsson bengt.mansson at gmail.com
Mon Oct 27 08:52:40 PDT 2008


PKG_CONFIG_PATH=/usr/local/lib/pkgconfig does not help. Same response at an
empty path.
PKG_CONFIG_PATH=/usr/lib/pkgconfig/ makes configure run through. I guess
it's because gtk+-2.0.pc actually is in /usr/lib/pkgconfig/.
Adding both paths to PKG_CONFIG_PATH results in the same link error as I had
before.

I have done a yum update. libgnome and libgnome-devel are there.



2008/10/27 Ebrahim Mayat <ebmayat at mac.com>

> On Mon, 2008-10-27 at 11:17 +0100, Bengt Månsson wrote:
> > I was recommended to use GWC and it appears to be what I need.
> > The problem is, I can't install it.
> > I use ccrma on a fedora8 installation.
> >
> > Have anyone recently managed to install it into a similar machine?
> > Please tell me how.
> >
> > Here is what I've done so far. Please help with any additional hints.
> >
> > When I run ./configure it ends with this:
> >
> > checking for libgnomeui-2.0... configure: error:
> > Gnomeui2 development libraries not found.
> >
> > This is strange because if I run pkg-config --list-all It looks as if
> > it's there
> >
> > libgnomeui-2.0          libgnomeui - libgnomeui
> >
> > I tried pkg-config --libs libgnomeui-2.0 and get a strange error
> > printout
> >
> > Package gtk+-2.0 was not found in the pkg-config search path.
> > Perhaps you should add the directory containing `gtk+-2.0.pc'
> > to the PKG_CONFIG_PATH environment variable
> > Package 'gtk+-2.0', required by 'libgnomecanvas-2.0', not found
> >
> > So I try PKG_CONFIG_PATH=/usr/lib/pkgconfig/ and run ./configure again
> > This time it looks good and I go for a make, which ends like this:
> >
> > lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2
> > -lbonobo-activation -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
> > -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgconf-2
> > -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0
> > -lglib-2.0   -L/usr/lib -lsndfile   -lasound -lfftw3 -lm -o gwc
> > /usr/bin/ld: skipping incompatible /usr/lib/libgnomeui-2.so when
> > searching for -lgnomeui-2
> > /usr/bin/ld: skipping incompatible /usr/lib/libgnomeui-2.so when
> > searching for -lgnomeui-2
> > /usr/bin/ld: skipping incompatible /usr/lib/libgnome-2.so when
> > searching for -lgnome-2
> > /usr/bin/ld: skipping incompatible /usr/lib/libgnome-2.so when
> > searching for -lgnome-2
> > /usr/bin/ld: skipping incompatible /usr/lib/libgtk-x11-2.0.so when
> > searching for -lgtk-x11-2.0
> > /usr/bin/ld: skipping incompatible /usr/lib/libgtk-x11-2.0.so when
> > searching for -lgtk-x11-2.0
> > /usr/bin/ld: skipping incompatible /usr/lib/libgtk-x11-2.0.so when
> > searching for -lgtk-x11-2.0
> > /usr/bin/ld: cannot find -lgtk-x11-2.0
> > collect2: ld returned 1 exit status
> > make: *** [gwc] Error 1
> >
>
> Try
>
> $ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --enable-alsa
>
> Also, ensure that your RPMs for libgnome etc. are up to date.
>
> E
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ccrma-mail.stanford.edu/pipermail/planetccrma/attachments/20081027/d860e1ce/attachment-0001.html 


More information about the PlanetCCRMA mailing list