SFTtech / openage

Free (as in freedom) open source clone of the Age of Empires II engine 🚀
http://openage.dev
Other
12.6k stars 1.11k forks source link

Cannot compile with gcc 10 on Ubuntu 18.04 #1272

Closed duanqn closed 4 years ago

duanqn commented 4 years ago

First issue: libopenage/util/hash.h should include <cstdint> for types like uint8_t There are some issues in the nyan source code as well.

simonsan commented 4 years ago

I fixed it here: https://github.com/SFTtech/openage/pull/1270/files#diff-f30302a8c23a15eecf4b8e34c724c246

Nyan is fixed here https://github.com/SFTtech/nyan/pull/80/files#diff-1a646e211f6f61b65311426cdf0a410c

TheJJ commented 4 years ago

I think we've fixed both of them now, in SFTtech/nyan@2d6fba801a34e67677ce212c8af7c0f991d2bbcd and 454a08557b4623829e322410180ebcd7ff776996. Sorry @simonsan I didn't see you had them already in your pulls, I fixed them while only reading #934.