Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake Error: The following variables are used in this project, but they are set to NOTFOUND. #32

Open
ianmclean1995 opened this issue Jun 7, 2019 · 1 comment

Comments

@ianmclean1995
Copy link

I've managed to work through most of my issues so far, but I'm a bit stuck on the two errors I'm getting after I run cmake:

-- Found FFTW: /usr/local/lib/libfftw3.so
CMake Error at cmake/Modules/FindRTLSDR.cmake:43 (MESSAGE):
Could not find RTLSDR library
Call Stack (most recent call first):
CMakeLists.txt:33 (FIND_PACKAGE)

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
Boost_INCLUDE_DIR (ADVANCED)
used as include directory in directory /home/imc/LTE-Cell-Scanner
used as include directory in directory /home/imc/LTE-Cell-Scanner
used as include directory in directory /home/imc/LTE-Cell-Scanner

-- Configuring incomplete, errors occurred!
See also "/home/imc/LTE-Cell-Scanner/build/CMakeFiles/CMakeOutput.log".

Any advice or direction would be appreciated, thanks!

@velichkov
Copy link

Hi @ianmclean1995,

CMake Error at cmake/Modules/FindRTLSDR.cmake:43 (MESSAGE):
Could not find RTLSDR library

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
Boost_INCLUDE_DIR (ADVANCED)

You need to install boost and rtlsdr libraries, if you are using Debian/Ubuntu/Kali then run sudo apt-get install libboost-dev rtl-sdr. See also #12 and #15.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants