-
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
ldc2 build on windows 10 fails #1
Labels
bug
Something isn't working
Comments
Run: dub upgrade to upgrade all the dependencies. It can be built with DMD. dub build --config=example --arch=x86_64 --build=debug --compiler=dmd It fails when building with LDC dub build --config=example --arch=x86_64 --build=debug --compiler=ldc2 We are fixing it. |
See also: dcarp/protobuf-d#8 |
Thank you, will review that. Sounds like upstream module issue . |
Upstream bug was fixed is this still an issue? |
Yes, it still is an issue, ldc2 build fails also on Linux. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all, thank you for creating the grpc binding. I try to build, but get a failure:
The text was updated successfully, but these errors were encountered: