Skip to content
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

Build issues on Clang/MinGW toolchain for Windows #314

Open
maximmenshikov opened this issue Apr 17, 2022 · 1 comment
Open

Build issues on Clang/MinGW toolchain for Windows #314

maximmenshikov opened this issue Apr 17, 2022 · 1 comment
Assignees
Labels

Comments

@maximmenshikov
Copy link
Collaborator

There are several issues with Clang/MinGW-based toolchain for Windows.

  • The Windows support bits rely on _MSC_VER, but obviously it is not the case with Clang/MinGW or MinGW compiler. For MinGW, you rely on POSIX compatibility layer, but Clang/MinGW toolchain doesn't have it.
  • Archives (.dll.a) are not installed, therefore by default linking to .dll is not possible.
@maximmenshikov maximmenshikov self-assigned this Apr 17, 2022
maximmenshikov added a commit to maximmenshikov/RuC that referenced this issue Apr 17, 2022
maximmenshikov added a commit to maximmenshikov/RuC that referenced this issue Apr 18, 2022
Victor-Y-Fadeev added a commit that referenced this issue Apr 19, 2022
[#312,#314] Fix header parsing in C++ context and Windows build issues
@podsvirov
Copy link

podsvirov commented Oct 4, 2022

Just for notes: the ruc and ruc-vm packages now available on Windows via MSYS2 distro. I was use some patches, but looks like it's generally work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants