在尝试使用clang 6和clang 10的Ubuntu18.04上,AzerothCore无法构建:

发布于 2021-03-02 08:45:05
polly提供的解决方案
更新到最新的clang和cmake,也安装了gcc-10
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt install gcc-10 g++-10https://stackoverflow.com/questions/66431708
复制相似问题