I am trying to compile the new version of gnuradio 3.7.5.1. However,
when I try to generate a Cmake file I get this error -->
– Build type set to release.
– Compiler Version: cc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-7)
Copyright © 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
– Compiler Flags: /usr/bin/cc:::-O3 -DNDEBUG -fvisibility=hidden
-Wsign-compare -Wall -Wno-uninitialized
/usr/bin/c++:::-O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall
-Wno-uninitialized
– ADDING PERF COUNTERS
– Building Static Libraries: OFF
– Boost version: 1.53.0
– Found the following Boost libraries:
– date_time
– program_options
– filesystem
– system
– thread
– Minimum SWIG version required is 1.3.31
– The build system will automatically enable all components.
– Use -DENABLE_DEFAULT=OFF to disable components by default.
– Configuring python-support support…
– Dependency PYTHONLIBS_FOUND = TRUE
– Dependency SWIG_FOUND = TRUE
– Dependency SWIG_VERSION_CHECK = TRUE
– Enabling python-support support.
– Override with -DENABLE_PYTHON=ON/OFF
– Configuring testing-support support…
– Dependency CPPUNIT_FOUND = TRUE
– Enabling testing-support support.
– Override with -DENABLE_TESTING=ON/OFF
– Configuring volk support…
– Disabling volk support.
– Override with -DENABLE_VOLK=ON/OFF
– ENABLE_GR_LOG set to ON.
– HAVE_LOG4CPP set to False.
– LOG4CPP_LIBRARIES set to .
– Could NOT find Sphinx (missing: SPHINX_EXECUTABLE)
– Configuring doxygen support…
– Dependency DOXYGEN_FOUND = YES
– Enabling doxygen support.
– Override with -DENABLE_DOXYGEN=ON/OFF
– Configuring sphinx support…
– Dependency SPHINX_FOUND = FALSE
– Disabling sphinx support.
– Override with -DENABLE_SPHINX=ON/OFF
– Configuring gnuradio-runtime support…
– Dependency Boost_FOUND = 1
– Dependency ENABLE_VOLK = OFF
– Dependency PYTHONINTERP_FOUND = TRUE
CMake Error at cmake/Modules/GrComponent.cmake:75 (message):
user force-enabled gnuradio-runtime but configuration checked failed
Call Stack (most recent call first):
gnuradio-runtime/CMakeLists.txt:36 (GR_REGISTER_COMPONENT)
– Configuring incomplete, errors occurred!
See also
“/home/shamma/Downloads/gnuradio-3.7.5.1/build/CMakeFiles/CMakeOutput.log”.
See also
“/home/shamma/Downloads/gnuradio-3.7.5.1/build/CMakeFiles/CMakeError.log”.
I checked that I have got all the dependencies needed to compile
gnuradio.
I think of feeding the directory of the missing binaries/libraries
manually using cmake-gui. However, I don’t know what these dependencies
are looking for?