ArnoAnsems / CatacombGL

CatacombGL is a source port with OpenGL graphics for Catacomb 3D (1991), The Catacomb Abyss (1992), The Catacomb Armageddon (1992) and The Catacomb Apocalypse (1993).
GNU General Public License v3.0
147 stars 13 forks source link

Fixes for building on Linux #58

Closed SymenMulders closed 3 months ago

SymenMulders commented 3 months ago

Fixed missing uint8_t type in Engine/GameId.h; fixed std::filesystem::path/std_string type mismatches in commandline arg parsing, src/System/CatacombGL.cpp

Builds without warning or error, tested and it runs correctly.

ArnoAnsems commented 3 months ago

Thank you for your help! I'm sorry that it didn't build out-of-the-box. Recently I've been working on getting Ubuntu up and running again, in preparation of releasing a new version of CatacombGL, but it took a bit more time than expected, Future deliveries to the source port should be fine on Linux.