-
Notifications
You must be signed in to change notification settings - Fork 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
Windows support #3
Comments
Not exactly 'trivial'. |
Actually most of these posix imports are unused (I have no idea why I've added them) and rest are used only for errno. |
Anyway, it compiles for me on latest devel (emit tons of warnings, I've just fixed them). Could you post an error message? |
Oh, interesting. It appears to be my installation of nim that is the problem. I'm getting casting errors, |
This is caused by bad definition of |
698a9f1 is nearly there, but there are still some problems with linker. |
Make reactor.nim compile on Windows.
The text was updated successfully, but these errors were encountered: