You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to build with the vs-2022-vcpkg preset, the build fails with the following error repeating multiple times
D:\Projects\fallout4\CommonLibF4\CommonLibF4\include\F4SE/Logger.h(35,2): error C7595: 'fmt::v8::basic_format_string<char,std::string_view &>::basic_format_string': call to immediate function is not a constant expression (compiling source file D:\Projects\fallout4\CommonLibF4\CommonLibF4\src\F4SE\API.cpp) [D:\Projects\fallout4\CommonLibF4\build\CommonLibF4\CommonLibF4.vcxproj]
D:\Projects\fallout4\CommonLibF4\CommonLibF4\include\F4SE/Logger.h(35,2): message : failure was caused by a read of a variable outside its lifetime (compiling source file D:\Projects\fallout4\CommonLibF4\CommonLibF4\src\F4SE\API.cpp) [D:\Projects\fallout4\CommonLibF4\build\CommonLibF4\CommonLibF4.vcxproj]
D:\Projects\fallout4\CommonLibF4\CommonLibF4\include\F4SE/Logger.h(35,2): error C7595: 'fmt::v8::basic_format_string<char,const char *>::basic_format_string': call to immediate function is not a constant expression (compiling source file D:\Projects\fallout4\CommonLibF4\CommonLibF4\src\F4SE\Interfaces.cpp) [D:\Projects\fallout4\CommonLibF4\build\CommonLibF4\CommonLibF4.vcxproj]
D:\Projects\fallout4\CommonLibF4\CommonLibF4\include\F4SE/Logger.h(35,2): message : see usage of 'a_fmt' (compiling source file D:\Projects\fallout4\CommonLibF4\CommonLibF4\src\F4SE\API.cpp) [D:\Projects\fallout4\CommonLibF4\build\CommonLibF4\CommonLibF4.vcxproj]
D:\Projects\fallout4\CommonLibF4\CommonLibF4\include\F4SE/Logger.h(35,2): message : failure was caused by a read of a variable outside its lifetime (compiling source file D:\Projects\fallout4\CommonLibF4\CommonLibF4\src\F4SE\Interfaces.cpp) [D:\Projects\fallout4\CommonLibF4\build\CommonLibF4\CommonLibF4.vcxproj]
D:\Projects\fallout4\CommonLibF4\CommonLibF4\src\F4SE\API.cpp(112): message : see reference to function template instantiation 'F4SE::log::warn<F4SE::stl::zstring &>::warn<F4SE::GetPluginInfo::<lambda_1>::()::FMT_COMPILE_STRING>(T &&,F4SE::stl::zstring &,std::source_location)' being compiled [D:\Projects\fallout4\CommonLibF4\build\CommonLibF4\CommonLibF4.vcxproj]
When I try to build with the vs-2022-vcpkg preset, the build fails with the following error repeating multiple times
Full command line output
The text was updated successfully, but these errors were encountered: