Jeremiah Benham wrote:
You have to install the guile-1.8.pc file that is in
the denemo root
directory. You install it where the rest of the .pc files are.
locate *.pc.
Which I would have learned had I read the README. Sorry about that.
A new problem at the linking stage :
/usr/lib/gcc/i586-suse-linux/4.1.2/../../../libportaudio.so: undefined
reference to `jack_port_unlock'
/usr/lib/gcc/i586-suse-linux/4.1.2/../../../libportaudio.so: undefined
reference to `jack_port_lock'
collect2: ld returned 1 exit status
make[2]: *** [denemo] Error 1
make[2]: Leaving directory `/home/dlphilp/src/denemo-0.8.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dlphilp/src/denemo-0.8.0'
make: *** [all] Error 2
dlphilp@The3800:/usr/lib> ls -l libportaudio*
-rw-r--r-- 1 root root 233568 Nov 25 2006 libportaudio.a
lrwxrwxrwx 1 root root 21 Jun 14 2007 libportaudio.so ->
libportaudio.so.2.0.0
lrwxrwxrwx 1 root root 21 Jun 14 2007 libportaudio.so.2 ->
libportaudio.so.2.0.0
-rwxr-xr-x 1 root root 158960 Jan 4 2007 libportaudio.so.2.0.0
-rw-r--r-- 1 root root 101394 Dec 29 2006 libportaudio18.a
lrwxrwxrwx 1 root root 24 Jun 15 2007 libportaudio18.so ->
libportaudio18.so.0.0.18
-rw-r--r-- 1 root root 26516 Dec 29 2006 libportaudio18.so.0.0.18
Not sure what to do next...
Best,
dp