-
Notifications
You must be signed in to change notification settings - Fork 146
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
Error when running ./configure #3
Comments
after installing pkg-config all problems are gone. |
I have the same problem, and installing pkg-config and rerunning 'bootstrap' solves the issue. |
getting the following error after installing pkg-config.... No package 'libhackrf' found Consider adjusting the PKG_CONFIG_PATH environment variable if you Alternatively, you may set the environment variables LIBHACKRF_CFLAGS |
I still have the issue after following this thread...
If I comment these lines in the The libs installed on my Debian system:
For libhackrf:
(irrelevant doc and info files are omitted) Can someone help with this? Thanks
|
root@ubuntu:~/kal-v0.4.1# ./bootstrap
configure.ac:34: installing
./config.guess' configure.ac:34: installing
./config.sub'configure.ac:4: installing
./install-sh' configure.ac:4: installing
./missing'src/Makefile.am: installing
./depcomp' Makefile.am: installing
./INSTALL'root@ubuntu:~/kal-v0.4.1# CXXFLAGS='-W -Wall -O3' ./configure
...
checking for strtoul... yes
checking for strtol... yes
./configure: line 4896: syntax error near unexpected token
FFTW3,' ./configure: line 4896:
PKG_CHECK_MODULES(FFTW3, fftw3 >= 3.0)'The text was updated successfully, but these errors were encountered: