Fails to build on macOS
Morse code library and applications for GNU/Linux
Brought to you by:
acerion
I had some issues building this on macOS and needed a few patches (you can see them all here). The configure script seems to override the Qt flags/libs provided by pkg-config, so I had to remove the lines where it does that, they shouldn't be required AFAICT. macOS also does not have CLOCK_BOOTTIME
, so I replaced it with CLOCK_MONOTONIC
. Lastly, I had to make it look for libpulse.dylib
rather than libpulse.so
. It works well now and is available on MacPorts. Feel free to use/adapt these patches.
Thank you for your message.
While macOS is not a platform that unixcw officially supports, I will
try to integrate your changes into main branch. Thank you for the patches!
Best regards,
Kamil
On 30.05.2024 22:01, Mohamed Akram wrote:
Related
Tickets: #3