Skip to content

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

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

Merged
merged 3 commits into from
Dec 16, 2024

Conversation

bernardassan
Copy link
Collaborator

@bernardassan bernardassan commented Dec 10, 2024

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
20 checks passed
@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