Michael, Thanks for the response, I'm not a software developer so bear with me. Yes I'm using an OOT at https://github.com/kik/sdr-tv/blob/master/gr-ntsc/examples/ntsc.grc which I would like to experiment with. My thinking was to edit the CMakelists.txt??? that comes along with this gr-function to indicate where gnuradio is located but not sure if this is correct nor do I know the syntax to do this. Will perform a search to find out using apt or maybe locate?? then what? I can say that if I run a python script in my home directory it can not import any gr classes but I can execute gnuradion_companion. Not sure if this helps. Still learning, Thanks!
----- Original Message ----- From: "Michael Dickens" <[email protected]> To: [email protected] Sent: Wednesday, January 13, 2016 8:56:24 AM Subject: Re: [Discuss-gnuradio] CMake Error 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, [email protected] 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! _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
