discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] cmake and Fedora 20


From: fnguyen
Subject: [Discuss-gnuradio] cmake and Fedora 20
Date: Fri, 13 Jun 2014 10:46:20 -0400
User-agent: Roundcube Webmail/0.7.1

Hello All,
I'm working on the Out-of-Tree Module tutorial to ensure that my install of GNU Radio (3.7.3) on Fedora 20 (64bit) is working properly (as I am more accustomed to working on Ubuntu). Alas, when I run CMake on the tutorial code, I receive the following error. I believe it has something to do with setting the correct path to GNURadio and CMake, but I'm not entirely sure.

-------------------------------------------------------
-- Build type not specified: defaulting to release.
-- Boost version: 1.54.0
-- Found the following Boost libraries:
--   filesystem
--   system
-- checking for module 'cppunit'
--   package 'cppunit' not found
-- Could NOT find CPPUNIT (missing:  CPPUNIT_INCLUDE_DIRS)
CMake Error at CMakeLists.txt:93 (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!
See also "/home/gnuradio/GRC_Modules/gr-howto/build/CMakeFiles/CMakeOutput.log".
---------------------------------------------------------------

Any guidance would be much appreciate.

Thanks in advance,
Francis Nguyen



reply via email to

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