[LAU] Compiling Patchage...dependencies - Raul and FlowCanvas
Pieter Palmers
pieterp at joow.be
Mon May 19 02:34:45 EDT 2008
Roger Wakeman wrote:
> I just installed 64studio--UbuntuStudio 8.04 wasn't doing for me--
> and was surprised that Patchage wasn't included. Based completely
> on the screenshot from http://wiki.drobilla.net/Patchage I decided
> to compile 0.4.0 instead of 0.2.3 from the repositories.
>
> I get stuck on installing the dependency Raul-0.4.0.
> ./configure breaks here:
>
> checking for JACK... configure: error: Package requirements (jack
>> = 0.107.0) were not met:
>
> Requested 'jack >= 0.107.0' but version of jack is 0.103.0
>
> No problem...I installed the latest versions of jackd, jack
> libraries and qjackctrl. My jackd version is now 0.109.0, but the
> configure command still thinks that jack is version 0.103.0. I ran
> sudo updatedb...I admit I don't know what it does...and it didn't
> help anyway. Did anyone else encounter this or has anyone a
> suggestion?
If you compile a new version of jack by hand, you should make sure it
overwrites the one you have from the package. Usually you do this by
running configure with the correct prefix:
if "which jackd" gives
/usr/bin/jackd
you run configure with
./configure --prefix=/usr
Overwriting the packaged version ensures that you have only one jack
version installed, and also should prevent package dependency issues.
The better option is to keep using packaged versions. Also note that
0.109.2 has some issues that 0.103.0 doesn't have.
Greets,
Pieter
More information about the Linux-audio-user
mailing list