discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] CMake Error


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] CMake Error
Date: Wed, 13 Jan 2016 08:56:24 -0500

Hi shortwavedude - You're trying to configure an OOT module, yes? (GNU
Radio internally would not look for itself, so this is the logical
conclusion. Which OOT module are you trying to build?) That error means
that this OOT module is looking for GR 3.7.2 or newer, and that cmake
can't find GR installed in the usual cmake locations (e.g.,
/usr/local/lib/cmake, /usr/local/share/cmake). Since I don't use Ubuntu,
I can't help much beyond advising the you use apt to search for
"gnuradio" and see what options come up, and maybe one of those will
include the cmake files. Maybe a "dev" version or something like that.
Hopefully one of the Linux / Ubuntu GR devs can chime in here with more
specific info. Hope this helps! - MLD

On Tue, Jan 12, 2016, at 09:11 PM, address@hidden wrote:
> Wondering if anyone can comment on this error. I'm running Ubuntu 14.04 which 
> I installed gnuradio using apt. The problem that I see is that it's looking 
> for gnuradio  version 3.7.2.   This is the version that got installed when I 
> used apt to install.  Do I need to provide a path name back to gnuradio??  
> Any help would be appreciated. Thanks!! 
> 
> -- Build type not specified: defaulting to release.
> -- Boost version: 1.54.0
> -- Found the following Boost libraries:
> --   filesystem
> --   system
> CMake Error at CMakeLists.txt:94 (find_package):
>   By not providing "FindGnuradio.cmake" in CMAKE_MODULE_PATH this project has
>   asked CMake to find a package configuration file provided by "Gnuradio",
>   but CMake did not find one.
> 
>   Could not find a package configuration file provided by "Gnuradio"
>   (requested version 3.7.2) with any of the following names:
> 
>     GnuradioConfig.cmake
>     gnuradio-config.cmake
> 
>   Add the installation prefix of "Gnuradio" to CMAKE_PREFIX_PATH or set
>   "Gnuradio_DIR" to a directory containing one of the above files.  If
>   "Gnuradio" provides a separate development package or SDK, be sure it has
>   been installed.
> 
> -- Configuring incomplete, errors occurred!



reply via email to

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