-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
Building LuaD fails on Windows #642
Comments
Thanks for the report. I try to reproduce this now. |
Ok, I can reproduce it. The error is in |
Quick fix is to change line 4177 in
to
The DMD source assumes that the statement of a I still need to investigate if this is a genuine frontend bug or if the bug occurs because of a AST rewrite in LDC specific code. |
Fixed in master. |
I'm using the 0.13.0 release on windows, with the mingw build recommended in the README.txt file, and when I try to download and run the unit tests on LuaD using dub, the compiler seems to be crashing somewhere:
Running the commands:
dub fetch luad
dub test --compiler=ldc2 --arch=x86
It errors out with the following text:
The text was updated successfully, but these errors were encountered: