dethrace
dethrace copied to clipboard
Reverse engineering the 1997 game "Carmageddon"
While building on Linux with latest cmake and gcc 11 I've encountered some warnings. The warnings are listed below. Not sure if they might cause bugs, but listing anyway, fixing...
When configuring DethRace with `-DBUILD_SHARED_LIBS=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON`, linking fails due to missing symbols. (eventually add ` -DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined"` to emit an error on missing symbols) ``` /usr/bin/ld: lib/BRender-v1.3.2/drivers/pentprim/libsoftprmf.so: undefined reference to `TrapezoidRenderPIZ2TIA_RGB_555'...