-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
A compiler release for windows #762
Comments
There's currently no one in the core team working on this, sorry. Also read this: https://groups.google.com/forum/?fromgroups#!topic/crystal-lang/grBVugVCHm0 |
@asterite Can I make the compiler output ASM? |
@nabeelomer Yes, do |
@asterite Somebody working on a Windows release now? |
@nabeelomer Not really. There's this, but we never merged it or tested it well, plus it's missing a lot of things. |
@asterite You say I can run " |
This is really not about crosscompiling but about getting stdlib compatible. |
@jhass Maybe I am just naive, but how is it not about cross compiling? Wouldn't it be solved by something like mingw? |
@stephan-nordnes-eriksen I issue is simply that the Crystal standard library doesn't work on Windows. So, it couldn't even possibly compile. |
@stephan-nordnes-eriksen cross compiling is there, did you follow my link? stdlib is not there. |
@jhass You could release only the compiler and not the library for Windows (we'll call the Windows API for every thing). |
@nabeelomer no, the compiler itself heavily relies on stdlib. |
I'll just add a direct link here for reference: https://github.com/xwanderer/crystal/tree/win32/win32 |
When are you planning to release a compiler for windows?
The text was updated successfully, but these errors were encountered: