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

Can't fine Boost and FFTW3 #12

Open
dsound-zz opened this issue Jun 1, 2015 · 2 comments
Open

Can't fine Boost and FFTW3 #12

dsound-zz opened this issue Jun 1, 2015 · 2 comments

Comments

@dsound-zz
Copy link

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!

@dsound-zz
Copy link
Author

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?

@seahorse41
Copy link

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

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