[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] [linux] dumb scons problem
On Tue, Sep 06, 2005 at 06:24:01PM +0200, Till Bovermann wrote:
> ---snip---
> $ pkg-config --modversion sndfile
> Package sndfile was not found in the pkg-config search path.
> Perhaps you should add the directory containing `sndfile.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'sndfile' found
>
> $ export PKG_CONFIG_PATH="/vol/sound/lib/pkgconfig"
>
> $ pkg-config --modversion sndfile
> 1.0.5
>
> $ scons -h
> scons: Reading SConscript files ...
> Checking for pkg-config... ok
> Checking for sndfile >= 1.0.0... failed
> ---snap---
i cannot reproduce this.
what does
$ pkg-config --exists 'sndfile >= 1.0.0' && echo YES || echo NO
print?
<sk>