Skip to content

Add MingW support #550

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

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

Conversation

27justin
Copy link
Contributor

Description

Ark can currently not be cross-compiled from Linux to Windows using MingW. There are some minor incompatibilities across the code-base and missing relevant compilation options.

This PR enables compatibility with x86_64-w64-mingw32-c++ as the compiler, the changes consist of some required compilation switches, and some minor code changes.

Checklist

  • I have read the Contributor guide
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation if needed
  • I have added tests that prove my fix/feature is working
  • New and existing tests pass locally with my changes

@SuperFola
Copy link
Member

Thanks for the PR!

I see there is no way to test the mingw config in the CI, could you update it?

Tips: it might be faster to test the CI on your fork first than here (since GitHub continuously ask me to approve workflow runs somehow?)

@coveralls
Copy link

Coverage Status

coverage: 86.7%. remained the same
when pulling f68de10 on 27justin:feat/mingw-support
into 58293c7 on ArkScript-lang:dev.

@SuperFola
Copy link
Member

Hi there!

Would you still like to add MinGW support to ArkScript?

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.

3 participants