XiolenceOT
New Member
- Joined
- Jun 5, 2023
- Messages
- 42
- Reaction score
- 4
Trying to compile the server but I'm getting these issues, followed a tutorial for the same version but it's just not working, 2 errors, 160 messages and 50 warnings.
Code:
Severity Code Description Project File Line Suppression State
Error C2338 static_assert failed: 'Cannot format an argument. To make type T formattable provide a formatter<T> specialization: https://fmt.dev/latest/api.html#udt' (compiling source file ..\src\iomarket.cpp) theforgottenserver D:\vcpkg\installed\x64-windows\include\fmt\core.h 1691
Severity Code Description Project File Line Suppression State
Error C2338 static_assert failed: 'Cannot format an argument. To make type T formattable provide a formatter<T> specialization: https://fmt.dev/latest/api.html#udt' (compiling source file ..\src\iomapserialize.cpp) theforgottenserver D:\vcpkg\installed\x64-windows\include\fmt\core.h 1691
Severity Code Description Project File Line Suppression State
Message see declaration of 'std::runtime_error' (compiling source file ..\src\iomarket.cpp) theforgottenserver C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.36.32532\include\stdexcept 101
Severity Code Description Project File Line Suppression State
Message see declaration of 'fmt::v10::format_error' (compiling source file ..\src\iomarket.cpp) theforgottenserver D:\vcpkg\installed\x64-windows\include\fmt\format.h 1055