om-synth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Om-synth] 0.1.2 release


From: Dave Robillard
Subject: Re: [Om-synth] 0.1.2 release
Date: Wed, 10 Aug 2005 23:40:38 +1000

On Wed, 2005-10-08 at 14:52 +0200, elgrande wrote:
> Dave Robillard wrote:
> 
> >Hi all,
> >
> >I think what's currently sitting in CVS is about to become the 0.1.2
> >release.
> >
> >If everyone who runs CVS could test it (just do some "typical" usage,
> >whatever that means for you) and let me know how it goes, it'd be much
> >appreciated.  I have a nasty habit of breaking things while fixing
> >others :)
> >
> >Cheers,
> >
> >-DR-
> >
> >
> >
> >_______________________________________________
> >Om-synth mailing list
> >address@hidden
> >http://lists.nongnu.org/mailman/listinfo/om-synth
> >
> >
> >  
> >
> Hi Dave,
> 
> currently I am dropping out from ./configure
> 
> With error msg:
> 
> checking for JACK_LIBS...
> configure: error: Package requirements (jack >= 0.99.0) were not met.
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
> 
> My shell says:
> address@hidden:~/om_test1.2.0/om-synth$ jackd -V
> jackd version 0.99.54 tmpdir /dev/shm protocol 15
> 
> 
> Jack is standard installation made using apt-get.

Do you have the corresponding -dev package installed?  It's probably
called something like libjack0.99.0-dev.

If not, install it. :)

If you do, like the message says, you probably don't have your
PKG_CONFIG_PATH set correctly.  It's usual value is
"/usr/lib/pkgconfig:/usr/local/lib/pkgconfig".

Check those directories for jack.pc and do:

export PKG_CONFIG_PATH="/usr/lib/pkgconfig:/usr/local/lib/pkgconfig"

(or whatever directory jack.pc lives in, but I highly doubt it's
anywhere else)

Then run ./configure and it should find it alright.

-DR-





reply via email to

[Prev in Thread] Current Thread [Next in Thread]