Hi all,

I have a strange problem writing OOT modules. On one PC it works quite well, on the other one I got an error message:
---------------------------------------------------------------------------
-- Build type not specified: defaulting to release.
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   filesystem
--   system
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
-- checking for module 'cppunit'
--   package 'cppunit' not found
-- Could NOT find CPPUNIT (missing:  CPPUNIT_INCLUDE_DIRS)
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
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!
See also "/home/gert/gnuradio/gr-tutorial/build/CMakeFiles/CMakeOutput.log".
See also "/home/gert/gnuradio/gr-tutorial/build/CMakeFiles/CMakeError.log".

------------------------------------------------------

What do I miss here ?

Thanks
Franz



_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to