-
Notifications
You must be signed in to change notification settings - Fork 61
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
Not building on ubuntu 18.10 #125
Labels
Comments
This is an interesting find, thanks. I'll be fixing this in an update coming later today. Please consider contributing PRs in the future, as these are much easier to address. |
Should be fine now. |
It seems to be a new warning respectively error introduced by gcc 8. I tried this solution and it works: Tencent/rapidjson#1323 |
janisozaur
added a commit
to janisozaur/Anvil
that referenced
this issue
Nov 19, 2018
Rather than trying to cheat compiler into forcefully zeroing memory, properly zero-initialise the relevant objects. For BitwiseCast explicitly cast to void-pointer, as this is the inteded behaviour. Fixes GPUOpen-Archive#125 Closes GPUOpen-Archive#128
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I try to build Anvil on ubuntu 18.10. [I tried on 18.04 too.] Sadly the make process does not finish and I get following error. Your building tag shows, that you can build the project, so maybe you know the mistake I made. It doesn't make a difference if I call cmake from another folder.
The text was updated successfully, but these errors were encountered: