Pete Leigh wrote:
On 27/11/05, Carlos Pino <pinojazz(a)gmail.com>
wrote:
scons: Reading SConscript files ...
Package libfst was not found in the pkg-config search path.
Perhaps you should add the directory containing `libfst.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libfst' found
Do you have a file /usr/local/lib/pkgconfig/libfst.pc ?
If so, do
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
and try the build again.
(If you have libfst.pc somewhere else then export that
location instead)
If you don't have libfst.pc anywhere, try something else ;-)
- Pete.
Hi Pete,thank you very much for your answer.
Probably my question was not much clear.Is not about a library path
but about this README file included at the fst-1.7 tarball that say It
is posible to build ardour with fst support :
5) build ardour with fst support.
copy the SC* files from the ardour directory into your ardour build path.
and the build ardour like:
scons VST=1 VSTPATH=/path/to/compiled/fst-1.7
After compile fst,the libfst.pc file doesn't exist,this is what I
found in this directory after the procces:
supertux@sid:~$ ls -la vst/fst-1.7
total 300
drwxr-xr-x 5 supertux supertux 4096 2005-11-27 23:36 .
drwxr-xr-x 44 supertux supertux 4096 2005-11-28 00:39 ..
drwxr-xr-x 3 supertux supertux 4096 2005-11-19 02:29 ardour
-rw-r--r-- 1 supertux supertux 9928 2005-05-21 19:43 audiomaster.c
-rw-r--r-- 1 supertux supertux 3944 2005-11-20 16:35 audiomaster.o
-rw-r--r-- 1 supertux supertux 18009 2005-11-13 19:37 COPYING
-rwxr-xr-x 1 supertux supertux 695 2005-11-20 16:35 fst
-rw-r--r-- 1 supertux supertux 411 2005-02-01 23:34 fst.c
-rw-r--r-- 1 supertux supertux 696 2005-02-01 23:34 fstconfig.c
-rwxr-xr-x 1 supertux supertux 112483 2005-11-20 16:35 fst.exe.so
-rw-r--r-- 1 supertux supertux 2519 2005-02-01 23:34 fst.h
-rw-r--r-- 1 supertux supertux 6522 2005-10-16 07:59 fstinfofile.c
-rw-r--r-- 1 supertux supertux 5480 2005-11-20 16:35 fstinfofile.o
-rw-r--r-- 1 supertux supertux 1304 2005-11-20 16:35 fst.o
-rw-r--r-- 1 supertux supertux 6360 2005-11-19 01:09 gtk.c
-rw-r--r-- 1 supertux supertux 5888 2005-11-20 16:35 gtk.o
-rwxr-xr-x 1 supertux supertux 7122 2005-02-01 23:10 install-sh
-rw-r--r-- 1 supertux supertux 789 2005-02-01 23:42 jackvst.h
-rw-r--r-- 1 supertux supertux 7604 2005-05-21 20:21 jfst.c
-rw-r--r-- 1 supertux supertux 5000 2005-11-20 16:35 jfst.o
-rw-r--r-- 1 supertux supertux 2962 2005-11-19 02:15 Makefile
-rw-r--r-- 1 supertux supertux 1251 2005-11-19 02:26 README
drwxr-xr-x 3 supertux supertux 4096 2005-11-20 16:35 vst
-rw-r--r-- 1 supertux supertux 5818 2005-05-21 20:23 vsti.c
-rw-r--r-- 1 supertux supertux 2508 2005-02-01 23:34 vstinfo.c
-rw-r--r-- 1 supertux supertux 3628 2005-11-20 16:35 vsti.o
drwxr-xr-x 9 supertux supertux 4096 2005-11-20 16:35 vstsdk2.3
-rw-r--r-- 1 supertux supertux 11559 2005-11-19 01:10 vstwin.c
-rw-r--r-- 1 supertux supertux 8456 2005-11-20 16:35 vstwin.o
So maybe my question must be about the README file included in the
fst-1.7.tar.gz,It is ok? and ,what must I do to get the requested
libfst.pc file from fst-1.7 source?
Thank you very much again.
I'm sorry about my english.
Saludos
Cheers
-- Carlos.