Skip to content

Fix running of test and tools on windows and macos - #6

Merged
bernardassan merged 3 commits into
mainfrom
fix-test-on-windows-and-macos
Dec 16, 2024
Merged

Fix running of test and tools on windows and macos#6
bernardassan merged 3 commits into
mainfrom
fix-test-on-windows-and-macos

Conversation

@bernardassan

@bernardassan bernardassan commented Dec 10, 2024

Copy link
Copy Markdown
Collaborator

Follow up attempt at fixes similar issues reported in #3

resolves #3

Also ensure one can build on and for windows
Awaiting testing to ensure test run on windows

resolves #3
It isn't cross compilable to windows due to the use of sys/wait.h
which is a posix system header

It also doesn't compile on musl libc because mplay modifies stdin and
stdout which are const in musl libc
@bernardassan bernardassan changed the title Fix test on windows and macos Fix running of test and tools on windows and macos Dec 11, 2024
@bernardassan
bernardassan merged commit 974d4f9 into main Dec 16, 2024
@bernardassan
bernardassan deleted the fix-test-on-windows-and-macos branch December 16, 2024 10:15
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

Successfully merging this pull request may close these issues.

Cross compilation and running of tool and test not working robustly across platforms

1 participant