Configure script doesn't find jack

You're new to the LinuxSampler world? You don't know where to start and nothing works? Here's the place to ask for help.
Post Reply
wistily
Newbie
Posts: 11
Joined: Tue Jul 22, 2008 11:07 pm

Configure script doesn't find jack

Post by wistily » Mon Jan 12, 2009 8:15 pm

Hi,
i'm trying to compile linuxsampler from CVS but the configure script doesn't find jack, wich was also compiled from latest release of sources and seems to work correctly.
I'm on amd64 arch, so i suppose it has something to do with with the lib64 dir where libjack is installed.
Any idea ?

wistily
Newbie
Posts: 11
Joined: Tue Jul 22, 2008 11:07 pm

Re: Configure script doesn't find jack

Post by wistily » Thu Jan 15, 2009 7:44 pm

I have resolved the problem by creating a symlink in /usr/local/lib/pkgconfig/jack.pc -> /usr/local/lib64/pkgconfig/jack.pc and the compilation works, but when i run LS, it segfaults...

dakylla
User
Posts: 51
Joined: Wed Jan 14, 2009 11:08 am

Re: Configure script doesn't find jack

Post by dakylla » Thu Jan 15, 2009 8:22 pm

it seems like linuxsampler does not work under jack 0.116.1 . this is to be confirmed

Andreas
Developer
Posts: 214
Joined: Sun Feb 03, 2008 8:33 am

Re: Configure script doesn't find jack

Post by Andreas » Fri Jan 16, 2009 6:45 am

dakylla wrote:it seems like linuxsampler does not work under jack 0.116.1 . this is to be confirmed
It works fine for me.

dakylla
User
Posts: 51
Joined: Wed Jan 14, 2009 11:08 am

Re: Configure script doesn't find jack

Post by dakylla » Fri Jan 16, 2009 10:11 am

hi,

im very happy to hear this :). what distro do you use ?
im using debian lenny, and i can't get them to work together
see my post HERE

Andreas
Developer
Posts: 214
Joined: Sun Feb 03, 2008 8:33 am

Re: Configure script doesn't find jack

Post by Andreas » Sat Jan 17, 2009 9:31 am

I use Mandriva 2008.0, but I have built jack from the jack sources instead of using a mandriva package.

wistily
Newbie
Posts: 11
Joined: Tue Jul 22, 2008 11:07 pm

Re: Configure script doesn't find jack

Post by wistily » Sun Jan 18, 2009 4:04 pm

The latest fix commited for AMD64 detection has fixed my segfault problem.

Andreas
Developer
Posts: 214
Joined: Sun Feb 03, 2008 8:33 am

Re: Configure script doesn't find jack

Post by Andreas » Wed Jan 21, 2009 10:07 pm

I just tried LS with jack 0.116.1 on a 64-bit machine. No problem there either.

To make the LS configure script find jack, I added /usr/local/lib64/pkgconfig first in PKG_CONFIG_PATH. Maybe your symlink trick made LS use the wrong include files for jack?

Andreas
Developer
Posts: 214
Joined: Sun Feb 03, 2008 8:33 am

Re: Configure script doesn't find jack

Post by Andreas » Wed Jan 21, 2009 10:12 pm

Ah, sorry, I see now that I mix up the messages from wistily and dakylla. You can ignore my question.

Post Reply