[PlanetCCRMA] Re: jack_fst - Library requirements

Timo Sivula timo.sivula@luukku.com
Sat Oct 30 05:18:02 2004


On Fri, 2004-10-29 at 23:18, Matthew Allen wrote:
> when you did a ./configure for jack_fst what version of gtk was it
> looking for? Here is my output:
> 
> checking for gtk+-2.0 >= 2.2... Package gtk+-2.0 was not found in the

Here is mine:

[root@localhost jack_fst-1.2]# ./configure
...
checking for gtk+-2.0 >= 2.2... yes
...

> whats weird is that both you and I have the same version of gtk and
> you were able to get jack_fst installed and mine pukes on gtk not
> being up to date. Later today I will try to regress to fst-1.5 and see
> if that helps.

I remember I had to link /usr/lib/pkconfig to /usr/local/lib/pkconfig to
compile either fst or jack_fst, can't remember which. You may want to
try the same.

[root@localhost lib]# pwd
/usr/local/lib

[root@localhost lib]# ls -la
total 1168
drwxr-xr-x   3 root root   4096 Oct 28 22:07 .
drwxr-xr-x  15 root root   4096 Oct 17 15:01 ..
-rwxr-xr-x   1 root root 728562 Oct 28 22:07 libfst.so
-rw-r--r--   1 root root 445204 Oct 18 20:39 libvst.a
lrwxrwxrwx   1 root root     19 Oct 27 21:41 pkgconfig ->
/usr/lib/pkgconfig/

br, Timo