On Tue, Oct 08, 2002, Robert Steinhäußer wrote:
> after my `cvs update` today, `./autogen.sh` fails:
>
> - ------------------------------------------------------------------------------
> checking for gnuradio >= 0.5... Package gnuradio was not found in the
> pkg-config search path.
> Perhaps you should add the directory containing `gnuradio.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'gnuradio' found
>
> configure: error: Library requirements (gnuradio >= 0.5) not met; consider
> adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a
> nonstandard prefix so pkg-config can find them.
> - ------------------------------------------------------------------------------
>
> Where is the mistake? With me, or with the code?
nope, with the code, just comment out the 'PKG_CHECK_MODULES(GNURADIO, gnuradio >= 0.5)'
line in configure.ac.
I'll have to turn this to some PKG_CHECK_OPT_MODULE or alike.
Cheers
Stephane
|