Still cant build. This is the output of errors from a clean git clone of ReCaveGame (ubuntu 24.10 gcc 14.2):
rich@neverwhere:build$ make [ 2%] Built target mcolor [ 4%] Built target…
Today's build error:
[ 38%] Building CXX object _deps/j3ml-build/tests/CMakeFiles/J3MLTestSuite.dir/tests.cpp.o In file included from /home/rich/Redacted/ReCaveGame/build/_deps/j3ml-src/tests/t…
Today's build error: ‘SLUSH’ is not a member of ‘CaveGame::Core::Tiles::ID’ {aka ‘CaveGame::Core::TileID’}
[ 82%] Building CXX object Core/CMakeFiles/CaveCore.dir/src/Core/Chunk.cpp.…
above corrected. current build error is line 141 of Client/src/Client/LocalWorld.cpp which seems to be an incomplete if() statement.
If I delete line 141 it builds and runs fine.
above now works, todays build error Core/src/Core/Generator.cpp : /usr/include/c++/13/functional:847:21: error: static assertion failed: Wrong number of arguments for pointer-to-member /home/rich…
build and run now works correctly on my x64 PC, will have a play on ARM and maybe RISC-V tonight, but due to the nature of the changed you made I am happy to assume it is not platform dependant.…