On Mon, 2008-10-20 at 13:31 -0400, Dave Phillips wrote:
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'
this call was removed from the JACK API a couple of versions ago. We put
out a call to ask for applications that used it. we got no replies.
denemo should not be using it. find the calls and delete them.
--p