PKG_CONFIG_PATH=/usr/local/lib/pkgconfig does not help. Same response at an empty path.<br>PKG_CONFIG_PATH=/usr/lib/pkgconfig/ makes configure run through. I guess it&#39;s because gtk+-2.0.pc actually is in /usr/lib/pkgconfig/.<br>
Adding both paths to PKG_CONFIG_PATH results in the same link error as I had before.<br><div class="Wj3C7c">
<br>
I have done a yum update. libgnome and libgnome-devel are there.<br>
</div>
<br><br><br><div class="gmail_quote">2008/10/27 Ebrahim Mayat <span dir="ltr">&lt;<a href="mailto:ebmayat@mac.com">ebmayat@mac.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On Mon, 2008-10-27 at 11:17 +0100, Bengt MÃ¥nsson wrote:<br>
&gt; I was recommended to use GWC and it appears to be what I need.<br>
&gt; The problem is, I can&#39;t install it.<br>
&gt; I use ccrma on a fedora8 installation.<br>
&gt;<br>
&gt; Have anyone recently managed to install it into a similar machine?<br>
&gt; Please tell me how.<br>
&gt;<br>
&gt; Here is what I&#39;ve done so far. Please help with any additional hints.<br>
&gt;<br>
&gt; When I run ./configure it ends with this:<br>
&gt;<br>
&gt; checking for libgnomeui-2.0... configure: error:<br>
&gt; Gnomeui2 development libraries not found.<br>
&gt;<br>
&gt; This is strange because if I run pkg-config --list-all It looks as if<br>
&gt; it&#39;s there<br>
&gt;<br>
&gt; libgnomeui-2.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;libgnomeui - libgnomeui<br>
&gt;<br>
&gt; I tried pkg-config --libs libgnomeui-2.0 and get a strange error<br>
&gt; printout<br>
&gt;<br>
&gt; Package gtk+-2.0 was not found in the pkg-config search path.<br>
&gt; Perhaps you should add the directory containing `gtk+-2.0.pc&#39;<br>
&gt; to the PKG_CONFIG_PATH environment variable<br>
&gt; Package &#39;gtk+-2.0&#39;, required by &#39;libgnomecanvas-2.0&#39;, not found<br>
&gt;<br>
&gt; So I try PKG_CONFIG_PATH=/usr/lib/pkgconfig/ and run ./configure again<br>
&gt; This time it looks good and I go for a make, which ends like this:<br>
&gt;<br>
&gt; lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2<br>
&gt; -lbonobo-activation -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0<br>
&gt; -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgconf-2<br>
&gt; -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0<br>
&gt; -lglib-2.0 &nbsp; -L/usr/lib -lsndfile &nbsp; -lasound -lfftw3 -lm -o gwc<br>
&gt; /usr/bin/ld: skipping incompatible /usr/lib/libgnomeui-2.so when<br>
&gt; searching for -lgnomeui-2<br>
&gt; /usr/bin/ld: skipping incompatible /usr/lib/libgnomeui-2.so when<br>
&gt; searching for -lgnomeui-2<br>
&gt; /usr/bin/ld: skipping incompatible /usr/lib/libgnome-2.so when<br>
&gt; searching for -lgnome-2<br>
&gt; /usr/bin/ld: skipping incompatible /usr/lib/libgnome-2.so when<br>
&gt; searching for -lgnome-2<br>
&gt; /usr/bin/ld: skipping incompatible /usr/lib/<a href="http://libgtk-x11-2.0.so" target="_blank">libgtk-x11-2.0.so</a> when<br>
&gt; searching for -lgtk-x11-2.0<br>
&gt; /usr/bin/ld: skipping incompatible /usr/lib/<a href="http://libgtk-x11-2.0.so" target="_blank">libgtk-x11-2.0.so</a> when<br>
&gt; searching for -lgtk-x11-2.0<br>
&gt; /usr/bin/ld: skipping incompatible /usr/lib/<a href="http://libgtk-x11-2.0.so" target="_blank">libgtk-x11-2.0.so</a> when<br>
&gt; searching for -lgtk-x11-2.0<br>
&gt; /usr/bin/ld: cannot find -lgtk-x11-2.0<br>
&gt; collect2: ld returned 1 exit status<br>
&gt; make: *** [gwc] Error 1<br>
&gt;<br>
<br>
</div></div>Try<br>
<br>
$ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --enable-alsa<br>
<br>
Also, ensure that your RPMs for libgnome etc. are up to date.<br>
<font color="#888888"><br>
E<br>
<br>
</font></blockquote></div><br>