On 22/12/2024 01:22, Makoto Fujiwara wrote:
Thanks Greg. Honestly speaking I did not notice c++20 was there already. When I added USE_CXX_FEATURES+= c++03, pkglint flaged me duplication, thanks rillig@ Again, I've not thought deeply. games/openrct2 runs into 99 % spinning at some point, and understood it was running with gcc10, so just tried using gcc12 and it runs OK. Upstream does not seem to me any gcc requirement: https://github.com/OpenRCT2/OpenRCT2/blob/develop/readme.md (I've just checked this URL, for the first time ;-(
Actually it does here: https://github.com/OpenRCT2/OpenRCT2/wiki/Building-OpenRCT2-on-Linux Says GCC>=12. or clang >=8.0. (C++20 support required) Mike