discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] cmake / Could not find a package configuration file p


From: Dimitri
Subject: [Discuss-gnuradio] cmake / Could not find a package configuration file provided by "Gnuradio"
Date: Wed, 03 Sep 2014 19:33:00 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

Hi,

I've recently installed gnuradio (3.7.2.1, through apt-get install) on my Ubuntu 14.04.

I'd like now to build gr-baz, but cmake returns the following errors:

    ~/SDR/gr-baz/build$ cmake ..
    -- Build type not specified: defaulting to release.
    -- Boost version: 1.54.0
    -- Found the following Boost libraries:
    --   system
    --   thread
    CMake Warning at CMakeLists.txt:132 (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" 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.


    CMake Error at CMakeLists.txt:135 (message):
      GnuRadio Core required to compile baz


    -- Configuring incomplete, errors occurred!

I couldn't find gnuradio's cmake files mentioned above. I get the same error while trying to build gr-osmosdr.

Would appreciate any help!

Thanks

Dimitri



reply via email to

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