-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fails to build on Fedora 28 on ppc64 #3
Comments
Could you check line 173 of And what version of ldc are you using? |
@MikeWey This is with LDC 1.8.0. line 173:
|
It appears that all the enums are lower case. |
It looks like ldc's support for |
I see. 😢 |
You could try GDC if it's available. |
GDC unfortunately just became available for Fedora 30, since it was only just mainlined into GCC for GCC 9. Debian had been patching in GDC into their GCC builds for years, but Fedora had not. |
I don't think GDC can be used on ppc64 either since libgphobos doesn't build on ppc64(le) yet apparently |
I'm trying to build GlibD 2.0.2 on ppc64 for Fedora 28 using gir-to-d 0.18.0, and I'm getting the following error:
Any idea what's causing that?
The text was updated successfully, but these errors were encountered: