Created
November 5, 2018 20:28
-
-
Save wgaylord/03bd87b234ca20490e9a3e3e13eb5b6b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chibill@Ham-top:~/gr-limesdr/build$ cmake .. | |
-- The CXX compiler identification is GNU 7.3.0 | |
-- The C compiler identification is GNU 7.3.0 | |
-- Check for working CXX compiler: /usr/bin/c++ | |
-- Check for working CXX compiler: /usr/bin/c++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Check for working C compiler: /usr/bin/cc | |
-- Check for working C compiler: /usr/bin/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Build type not specified: defaulting to release. | |
-- Configuring Boost C++ Libraries... | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Looking for pthread_create | |
-- Looking for pthread_create - not found | |
-- Looking for pthread_create in pthreads | |
-- Looking for pthread_create in pthreads - not found | |
-- Looking for pthread_create in pthread | |
-- Looking for pthread_create in pthread - found | |
-- Found Threads: TRUE | |
-- Boost version: 1.65.1 | |
-- Found the following Boost libraries: | |
-- thread | |
-- system | |
-- chrono | |
-- date_time | |
-- atomic | |
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) | |
-- Configuring GNU Radio C++ Libraries... | |
CMake Error at CMakeLists.txt:129 (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. | |
-- Configuring incomplete, errors occurred! | |
See also "/home/chibill/gr-limesdr/build/CMakeFiles/CMakeOutput.log". | |
See also "/home/chibill/gr-limesdr/build/CMakeFiles/CMakeError.log". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment