Alexander Grund
Alexander Grund
ping here, please don't close
You need a recursive clone or init and update the submodules
This is this issue: https://github.com/boostorg/move/issues/61 I'm wondering why warning inside system libs are triggered though. `/usr/local/include` should be exempt from warnings.
> Wno-error excludes seems to be essential. If I deleted one of them compiling fails'' Can you use `-DRTTR_ENABLE_WERROR=OFF` and post the list of those warnings please? > with -std=c++17...
Ok so all warnings are from inside Boost in /usr/local. However it finds a homebrew Boost: > -- Found Boost: /opt/homebrew/lib/cmake/Boost-1.89.0/BoostConfig.cmake This shouldn't happen but could explain the warnings. Do...
> Ok without C++17 Parameter it compiles now as the same speed. Don't know what was the problem before that it was kinda slow. Just seen you are using ccache...
> `boost_system......./boost_system-config.cmake` > > is missing. I see, that's not a compiled library anymore which might be the reason. Check e.g. boost_headers. I'm looking for something like: `get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../../" ABSOLUTE)`...
Ok so the files are there but not used for some reason. Did you check `$CPATH` as I suggested above? Maybe even search the whole env: `env | grep /usr/local/include`...
Ok, that helps a lot. > That's my CPATH: That seems to be your `$PATH` not `$CPATH`, note the "C". The output you posted (part below) looks like /usr/local is...
> Yes, rttrGameData.raw should be deleted It is intentionally not so it can be inspected in debug mode, e.g. after crashes: https://github.com/Return-To-The-Roots/s25client/blob/a8dc3da9ad2a8df96b7429512e66db5cbb117b82/libs/s25main/Savegame.cpp#L124-L129 > The second thing with the .sav files....