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
-
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