axmolengine / axmol

Axmol Engine – A Multi-platform Engine for Desktop, XBOX (UWP) and Mobile games. (A fork of Cocos2d-x-4.0)
https://axmol.dev
MIT License
868 stars 195 forks source link

Compile error in linux #933

Closed Joilnen closed 1 year ago

Joilnen commented 1 year ago

error.txt

halx99 commented 1 year ago

What your detial compiler version and linux edition? please check we are official support ubuntu 1804+, and the latest ci check is passed: https://github.com/axmolengine/axmol/actions/runs/3306278316

Joilnen commented 1 year ago

I am using archlinux and I can fix this changing axmol cmake to use c++17 instead c++20, maybe this last one is not compatible with the code of Vector in CCVector.h