etorth / mir2x

open source MMORPG game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation failed !

fliot opened this issue · comments

I suppose this is a simple dependency issue, but I didn't found what is missing, can you help me ?

[ 32%] No install step for 'sol2'
[ 33%] Completed 'sol2'
[ 33%] Built target sol2
Scanning dependencies of target mir2x_3rds
[ 33%] Built target mir2x_3rds
Scanning dependencies of target common
[ 33%] Building CXX object common/src/CMakeFiles/common.dir/colorf.cpp.o
c++: error: unrecognized command line option ‘-fcoroutines’
make[2]: *** [common/src/CMakeFiles/common.dir/build.make:63: common/src/CMakeFiles/common.dir/colorf.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1111: common/src/CMakeFiles/common.dir/all] Error 2
make: *** [Makefile:152: all] Error 2

update your gcc to gcc-10.2

indeed! Thanks