-
Notifications
You must be signed in to change notification settings - Fork 17
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
compilation error/ missing file: blaze/math/Matrix.h #37
Comments
You need to install the blaze development package.
Kind Regards,
Rob Riggs WX9O
Mobilinkd LLC
…On Thu, Dec 5, 2024 at 7:00 AM githubmicha ***@***.***> wrote:
Thank you very much for your work
I am currently trying to install openwebrx. (
https://github.com/jketterl/openwebrx/wiki/Manual-Package-installation-(including-digital-voice)
)
When compiling
‘m17-cxx-demod’
I get
In file included from /home/pi/pycsdr/m17-cxx-demod/include/m17cxx/ClockRecovery.h:5,
from /home/pi/pycsdr/m17-cxx-demod/include/m17cxx/M17Demodulator.h:6,
from /home/pi/pycsdr/m17-cxx-demod/apps/m17-demod.cpp:3:
/home/pi/pycsdr/m17-cxx-demod/include/m17cxx/KalmanFilter.h:8:10: fatal error: blaze/math/Matrix.h: No such file or directory
8 | #include <blaze/math/Matrix.h>
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
How can I fix this?
Thanks in advance for your answer.
—
Reply to this email directly, view it on GitHub
<#37>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABD64DG7CFTF4KL5MERQTOT2EBS7HAVCNFSM6AAAAABTCVDJZ6VHI2DSMVQWIX3LMV43ASLTON2WKOZSG4ZDANRUGY4TKMI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I'd recommend updating the cmake files to account for that before the actual compilation starts. |
Someone already added a bunch of code to the CMakeLists.txt file for that a while back. If that's not working, can you try adding this to the top-level CMakeLists.txt and let me know if it does what you need?
|
I also have the problem when compiling m17-cxx-demod, fatal error: blaze/math/Matrix.h: No such file or directory What package is the blaze development package on Debian? I tried the blaze dev packages available on my Bookworm system, but they don't help. I added find_package(blaze REQUIRED) to the top-level CMakeLists.txt. Here are the new errors:
If I have to build it from source, where can I find it? Thanks, Steve |
Thank you very much for your work
I am currently trying to install openwebrx. (https://github.com/jketterl/openwebrx/wiki/Manual-Package-installation-(including-digital-voice))
When compiling
‘m17-cxx-demod’
I get
How can I fix this?
Thanks in advance for your answer.
The text was updated successfully, but these errors were encountered: