Rondel
Active Member
- Joined
- Feb 1, 2022
- Messages
- 15
- Reaction score
- 38
Hey, I've just followed the Compiling on Windows (vcpkg) (https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows-%28vcpkg%29) tutorial. I've succesfully went through all the steps, however when I tried building the Nekiro 1.5 TFS 7.72 downgrade i've encountered few errors:
The above erros in the picutre
Any ideas how to fix that? Thank you in advance!
Code:
Severity Code Description Project File Line Suppression State
Error C2079 '_' uses undefined struct 'fmt::v10::detail::type_is_unformattable_for<T,char>' theforgottenserver C:\dev\vcpkg\installed\x64-windows\include\fmt\core.h 1577
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 C:\dev\vcpkg\installed\x64-windows\include\fmt\core.h 1581
Error C2079 '_' uses undefined struct 'fmt::v10::detail::type_is_unformattable_for<T,char>' theforgottenserver C:\dev\vcpkg\installed\x64-windows\include\fmt\core.h 1577
Error C2079 '_' uses undefined struct 'fmt::v10::detail::type_is_unformattable_for<T,char>' theforgottenserver C:\dev\vcpkg\installed\x64-windows\include\fmt\core.h 1577
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 C:\dev\vcpkg\installed\x64-windows\include\fmt\core.h 1581
The above erros in the picutre

Any ideas how to fix that? Thank you in advance!