I was recommended to use GWC and it appears to be what I need.<br>The problem is, I can&#39;t install it.<br>I use ccrma on a fedora8 installation.<br><br>Have anyone recently managed to install it into a similar machine?<br>
Please tell me how.<br><br>Here is what I&#39;ve done so far. Please help with any additional hints.<br><br>When I run ./configure it ends with this:<br><br>checking for libgnomeui-2.0... configure: error:<br>Gnomeui2 development libraries not found.<br>
<br>This is strange because if I run pkg-config --list-all It looks as if it&#39;s there<br><br>libgnomeui-2.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libgnomeui - libgnomeui<br><br>I tried pkg-config --libs libgnomeui-2.0 and get a strange error printout<br>
<br>Package gtk+-2.0 was not found in the pkg-config search path.<br>Perhaps you should add the directory containing `gtk+-2.0.pc&#39;<br>to the PKG_CONFIG_PATH environment variable<br>Package &#39;gtk+-2.0&#39;, required by &#39;libgnomecanvas-2.0&#39;, not found<br>
<br>So I try PKG_CONFIG_PATH=/usr/lib/pkgconfig/ and run ./configure again<br>This time it looks good and I go for a make, which ends like this:<br><br>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&nbsp;&nbsp; -L/usr/lib -lsndfile&nbsp;&nbsp; -lasound -lfftw3 -lm -o gwc<br>
/usr/bin/ld: skipping incompatible /usr/lib/libgnomeui-2.so when searching for -lgnomeui-2<br>/usr/bin/ld: skipping incompatible /usr/lib/libgnomeui-2.so when searching for -lgnomeui-2<br>/usr/bin/ld: skipping incompatible /usr/lib/libgnome-2.so when searching for -lgnome-2<br>
/usr/bin/ld: skipping incompatible /usr/lib/libgnome-2.so when searching for -lgnome-2<br>/usr/bin/ld: skipping incompatible /usr/lib/<a href="http://libgtk-x11-2.0.so">libgtk-x11-2.0.so</a> when searching for -lgtk-x11-2.0<br>
/usr/bin/ld: skipping incompatible /usr/lib/<a href="http://libgtk-x11-2.0.so">libgtk-x11-2.0.so</a> when searching for -lgtk-x11-2.0<br>/usr/bin/ld: skipping incompatible /usr/lib/<a href="http://libgtk-x11-2.0.so">libgtk-x11-2.0.so</a> when searching for -lgtk-x11-2.0<br>
/usr/bin/ld: cannot find -lgtk-x11-2.0<br>collect2: ld returned 1 exit status<br>make: *** [gwc] Error 1<br><br>?<br>/Bengt<br><br>