-
Notifications
You must be signed in to change notification settings - Fork 8
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
MacOS builds #10
Comments
SerialDV does not build on MacOS |
Correction: this has to be done here. If on Mac it will use a dummy controller that just does nothing. |
Now on dev branch. Can you try it please? |
I have moved BUFFER_LENGTH definition to the generic part so this should be fixed now (on dev of course) |
Now v1.1.3 is released. If you use the "external libraries" in the build you will need the dev branch of SDRangel that checks out this version. |
Since this project a required dependency to sdrangel, it would be nice to be able to compile it under macos.
When try to compile in macos, compiler cannot find serial.h.
serialDV/serialdatacontroller.cpp:33:10: fatal error: 'linux/serial.h' file not found
#include <linux/serial.h>
The text was updated successfully, but these errors were encountered: