Skip to content
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

Open
ktoksoz opened this issue Oct 3, 2019 · 7 comments
Open

MacOS builds #10

ktoksoz opened this issue Oct 3, 2019 · 7 comments

Comments

@ktoksoz
Copy link

ktoksoz commented Oct 3, 2019

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>

@f4exb
Copy link
Owner

f4exb commented Oct 3, 2019

SerialDV does not build on MacOS

@f4exb
Copy link
Owner

f4exb commented Oct 12, 2019

Correction: this has to be done here. If on Mac it will use a dummy controller that just does nothing.

@f4exb
Copy link
Owner

f4exb commented Oct 12, 2019

Now on dev branch. Can you try it please?

@ktoksoz
Copy link
Author

ktoksoz commented Oct 12, 2019

Right now I am getting a different error. it seems there is a define problem,
Screen Shot 2019-10-12 at 09 51 49

@f4exb
Copy link
Owner

f4exb commented Oct 13, 2019

I have moved BUFFER_LENGTH definition to the generic part so this should be fixed now (on dev of course)

@ktoksoz
Copy link
Author

ktoksoz commented Oct 13, 2019

builds and installs without issue.
Now I'll try to build sdrangel.

image

@f4exb
Copy link
Owner

f4exb commented Oct 13, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants