serialDV icon indicating copy to clipboard operation
serialDV copied to clipboard

MacOS builds

Open ktoksoz opened this issue 5 years ago • 7 comments

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>

ktoksoz avatar Oct 03 '19 10:10 ktoksoz

SerialDV does not build on MacOS

f4exb avatar Oct 03 '19 12:10 f4exb

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

f4exb avatar Oct 12 '19 03:10 f4exb

Now on dev branch. Can you try it please?

f4exb avatar Oct 12 '19 03:10 f4exb

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

ktoksoz avatar Oct 12 '19 06:10 ktoksoz

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

f4exb avatar Oct 13 '19 02:10 f4exb

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

image

ktoksoz avatar Oct 13 '19 15:10 ktoksoz

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.

f4exb avatar Oct 13 '19 18:10 f4exb