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 still have the issue after following this thread
I have all dependencies installed, all fftw3 and libhackrf libs including reinstalling pkg-config afterward.
./configure: line 5064: syntax error near unexpected token `FFTW3,'
./configure: line 5064: `PKG_CHECK_MODULES(FFTW3, fftw3 >= 3.0)'
If I comment these lines in the configure file, then the line considering similar things with LIBHACKRF below results in a similar error.
Tried to comment PKG_CHECK_MODULES for LIBHACKRF and compile but eventually, of course, it does not find the libs.
Can someone help with this?
Or maybe with how should I adjust the Makefile after removing the lines from configure and trying to set up the libraries manually?
Thanks
The text was updated successfully, but these errors were encountered:
I still have the issue after following this thread
I have all dependencies installed, all fftw3 and libhackrf libs including reinstalling pkg-config afterward.
If I comment these lines in the
configure
file, then the line considering similar things withLIBHACKRF
below results in a similar error.Tried to comment PKG_CHECK_MODULES for LIBHACKRF and compile but eventually, of course, it does not find the libs.
The libs installed on my Debian system:
For libhackrf:
(irrelevant doc and info files are omitted)
Can someone help with this?
Or maybe with how should I adjust the
Makefile
after removing the lines fromconfigure
and trying to set up the libraries manually?Thanks
The text was updated successfully, but these errors were encountered: