-
-
Notifications
You must be signed in to change notification settings - Fork 198
Description
The following errors occur during installation via git
End of search list.
GNU C++20 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)
compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP
warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 62b090dbbefa50644117a3c13d47369a
In file included from /usr/include/c++/12/chrono:41,
from /home/kd14364/server/cs2_4034/.updater/counterstrikesharp/libraries/spdlog/include/spdlog/common.h:10,
from /home/kd14364/server/cs2_4034/.updater/counterstrikesharp/libraries/spdlog/include/spdlog/spdlog.h:12,
from /home/kd14364/server/cs2_4034/.updater/counterstrikesharp/src/core/log.h:6,
from /home/kd14364/server/cs2_4034/.updater/counterstrikesharp/src/scripting/natives/natives_convars.cpp:18:
/usr/include/c++/12/sstream:495:7: error: ‘struct std::basic_stringbuf<_CharT, _Traits, _Alloc>::__xfer_bufptrs’ redeclared with different access
495 | struct __xfer_bufptrs
| ^~~~~~
gmake[2]: *** [CMakeFiles/counterstrikesharp.dir/build.make:538: CMakeFiles/counterstrikesharp.dir/src/scripting/natives/natives_convars.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:654: CMakeFiles/counterstrikesharp.dir/all] Error 2
gmake: *** [Makefile:156: all] Error 2
Please help