You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had no luck trying to get LTE-Cell-Scanner to cmake because it can't find Boost and FFTW3. I've installed both via bootstrap.sh. I even tried ./configure make sudo make install with FFTW3. I also tried editing the cmake file because the name in usr/local/lib is actual libfftw3f.
I'm on Ubuntu 15.04. I didn't have this issue before. Not sure what's going on.
Here's the error:
CMake Error at /usr/share/cmake-3.0/Modules/FindBoost.cmake:1199 (message):
Unable to find the requested Boost libraries.
Unable to find the Boost header files. Please set BOOST_ROOT to the root
directory containing Boost or BOOST_INCLUDEDIR to the directory containing
Boost's headers.
Call Stack (most recent call first):
CMakeLists.txt:25 (FIND_PACKAGE)
-- Found ITPP: /usr/local/lib/libitpp.so
-- A library with BLAS API found.
-- A library with BLAS API found.
-- A library with LAPACK API found.
CMake Error at cmake/Modules/FindFFTW.cmake:44 (MESSAGE):
Could not find FFTW library
Call Stack (most recent call first):
CMakeLists.txt:31 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
The text was updated successfully, but these errors were encountered:
Ok I realize that I needed to install gnuradio-dev. That covered more of the errors but now I can't find RTLSDR. I did install RTLSDR via sudo apt-get. Any idea how to point the build to my rtlsdr library?
The default location for installing in debian,ubuntu,mint etc for 32 bit systems is not listed in the cmake files in this project. Easy fix, edit the file cmake/Modules/FindFFTW.cmake
and add the line to the FIND_LIBRARY section /usr/lib/i386-linux-gnu
I've had no luck trying to get LTE-Cell-Scanner to cmake because it can't find Boost and FFTW3. I've installed both via bootstrap.sh. I even tried ./configure make sudo make install with FFTW3. I also tried editing the cmake file because the name in usr/local/lib is actual libfftw3f.
I'm on Ubuntu 15.04. I didn't have this issue before. Not sure what's going on.
Here's the error:
CMake Error at /usr/share/cmake-3.0/Modules/FindBoost.cmake:1199 (message):
Unable to find the requested Boost libraries.
Unable to find the Boost header files. Please set BOOST_ROOT to the root
directory containing Boost or BOOST_INCLUDEDIR to the directory containing
Boost's headers.
Call Stack (most recent call first):
CMakeLists.txt:25 (FIND_PACKAGE)
-- Found ITPP: /usr/local/lib/libitpp.so
-- A library with BLAS API found.
-- A library with BLAS API found.
-- A library with LAPACK API found.
CMake Error at cmake/Modules/FindFFTW.cmake:44 (MESSAGE):
Could not find FFTW library
Call Stack (most recent call first):
CMakeLists.txt:31 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
The text was updated successfully, but these errors were encountered: