flotsamarch / openlabora

OpenLabora is a C++20 open source digital adaptation of the Ora et Labora boardgame by Uwe Rosenberg.
Other
7 stars 1 forks source link

Build issues on GNU/Linux #1

Closed kelvium closed 2 years ago

kelvium commented 2 years ago

Gentoo ~amd64 compiled with clang, thinlto and mold; compiling openlabora just with clang and vcpkg.

Build logs: build1.txt, build2.txt. build1.txt is log of the first invocation of cmake --build, and build2.txt is the second one.

flotsamarch commented 2 years ago

The file which causes compilation error is temporarily removed from build by commit. Could be fixed by including std::list, but class is not used at the moment and I'm planning to reimplement it anyway. Should no longer be an issue.