Replies: 1 comment
-
This is more of a workaround than a fix, but I ran into the same issue, and I don't need support for plutosdr, so I just added |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Alexandre,
I'm running Macos Monterey.
git clone https://github.com/analogdevicesinc/libiio.git
cd libiio
git reset --hard v0.21
mkdir build; cd build
cmake -Wno-dev ..
And yet it is not found.
/Users/Loewal/Downloads/SDRPlusPlus/source_modules/plutosdr_source/src/main.cpp:8:10: fatal error: 'iio.h' file not found
#include <iio.h>
What can I do pleaase?
Thank you for your great program!
Beta Was this translation helpful? Give feedback.
All reactions