Skip to content

Instantly share code, notes, and snippets.

@hYdos
Created August 5, 2021 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hYdos/26cfc0f635c89ffabb2b6512e1327cf4 to your computer and use it in GitHub Desktop.
Save hYdos/26cfc0f635c89ffabb2b6512e1327cf4 to your computer and use it in GitHub Desktop.
====================[ Build | binviz | Debug ]==================================
/home/haydenv/.local/share/JetBrains/Toolbox/apps/CLion/ch-0/211.7628.27/bin/cmake/linux/bin/cmake --build /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug --target binviz -- -j 9
[ 21%] Building CXX object external/imgui_glfw_gl3_backend/CMakeFiles/imgui_glfw_gl3_backend.dir/imgui_impl_opengl3.cpp.o
[ 21%] Building CXX object src/util/CMakeFiles/util.dir/util.cpp.o
[ 21%] Building CXX object src/util/CMakeFiles/util.dir/log.cpp.o
[ 35%] Built target stb_image
[ 42%] Building CXX object external/imgui_glfw_gl3_backend/CMakeFiles/imgui_glfw_gl3_backend.dir/imgui_impl_glfw.cpp.o
[ 50%] Linking CXX static library ../../lib/libimgui_glfw_gl3_backend.a
[ 50%] Built target imgui_glfw_gl3_backend
/home/haydenv/CLionProjects/VelocityRa/binviz/src/util/log.cpp: In function ‘void logging::init()’:
/home/haydenv/CLionProjects/VelocityRa/binviz/src/util/log.cpp:25:45: warning: assignment from temporary ‘initializer_list’ does not extend the lifetime of the underlying array [-Winit-list-lifetime]
25 | main_sinks = { cmd_sink, file_sink_main };
| ^
/home/haydenv/CLionProjects/VelocityRa/binviz/src/util/log.cpp:27:29: warning: assignment from temporary ‘initializer_list’ does not extend the lifetime of the underlying array [-Winit-list-lifetime]
27 | main_sinks = { cmd_sink };
| ^
[ 57%] Linking CXX static library ../../lib/libutil.a
[ 57%] Built target util
[ 71%] Building CXX object CMakeFiles/binviz.dir/src/renderer.cpp.o
[ 71%] Building CXX object CMakeFiles/binviz.dir/src/main.cpp.o
[ 78%] Building CXX object CMakeFiles/binviz.dir/src/shader.cpp.o
[ 85%] Building CXX object CMakeFiles/binviz.dir/src/gui.cpp.o
/home/haydenv/CLionProjects/VelocityRa/binviz/src/main.cpp:39:32: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
39 | constexpr char* window_title = "BinViz v1.0";
| ^~~~~~~~~~~~~
[ 92%] Linking CXX executable bin/binviz
/usr/bin/ld: lib/libutil.a(util.cpp.o): warning: relocation against `_ZTISt13runtime_error' in read-only section `.text'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `main':
/home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/fmt/core.h:2076: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/fmt/core.h:2076: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `main':
/home/haydenv/CLionProjects/VelocityRa/binviz/src/main.cpp:147: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/main.cpp:205: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/main.cpp:205: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `std::filesystem::__cxx11::path::~path()':
/usr/include/c++/11.1.0/bits/fs_path.h:310: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `std::filesystem::__cxx11::path::path()':
/usr/include/c++/11.1.0/bits/fs_path.h:267: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/fs_path.h:267: undefined reference to `std::filesystem::__cxx11::path::_List::_List()'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `std::filesystem::__cxx11::path::empty() const':
/usr/include/c++/11.1.0/bits/fs_path.h:468: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::empty() const'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `std::filesystem::__cxx11::path::path(std::filesystem::__cxx11::path const&)':
/usr/include/c++/11.1.0/bits/fs_path.h:269: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/fs_path.h:269: undefined reference to `std::filesystem::__cxx11::path::_List::_List(std::filesystem::__cxx11::path::_List const&)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/fs_path.h:269: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `std::filesystem::__cxx11::path::string() const':
/usr/include/c++/11.1.0/bits/fs_path.h:1087: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/fs_path.h:1087: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/fs_path.h:1087: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `std::filesystem::__cxx11::path::filename() const':
/usr/include/c++/11.1.0/bits/fs_path.h:1208: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::back() const'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `std::filesystem::__cxx11::path::end() const':
/usr/include/c++/11.1.0/bits/fs_path.h:1271: undefined reference to `std::filesystem::__cxx11::path::_List::end() const'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Alloc_hider::~_Alloc_hider()':
/usr/include/c++/11.1.0/bits/basic_string.h:150: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `std::unique_ptr<std::filesystem::__cxx11::path::_List::_Impl, std::filesystem::__cxx11::path::_List::_Impl_deleter>::~unique_ptr()':
/usr/include/c++/11.1.0/bits/unique_ptr.h:361: undefined reference to `std::filesystem::__cxx11::path::_List::_Impl_deleter::operator()(std::filesystem::__cxx11::path::_List::_Impl*) const'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string<std::basic_string_view<char, std::char_traits<char> >, void>(std::basic_string_view<char, std::char_traits<char> > const&, std::allocator<char> const&)':
/usr/include/c++/11.1.0/bits/basic_string.h:651: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_to_string_view(std::basic_string_view<char, std::char_traits<char> >)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:651: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::__sv_wrapper::__sv_wrapper(std::basic_string_view<char, std::char_traits<char> >)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:651: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::__sv_wrapper, std::allocator<char> const&)'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string<std::allocator<char> >(char const*, std::allocator<char> const&)':
/usr/include/c++/11.1.0/bits/basic_string.h:526: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_local_data()'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:526: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Alloc_hider::_Alloc_hider(char*, std::allocator<char> const&)'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > std::filesystem::__cxx11::path::string<char, std::char_traits<char>, std::allocator<char> >(std::allocator<char> const&) const':
/usr/include/c++/11.1.0/bits/fs_path.h:1081: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/fs_path.h:1081: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::length() const'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/fs_path.h:1081: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned long, std::allocator<char> const&)'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `fmt::v7::basic_string_view<char>::basic_string_view<std::char_traits<char>, std::allocator<char> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/fmt/core.h:387: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::data() const'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/fmt/core.h:388: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::size() const'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `std::filesystem::__cxx11::path::path<char [256], std::filesystem::__cxx11::path>(char const (&) [256], std::filesystem::__cxx11::path::format)':
/usr/include/c++/11.1.0/bits/fs_path.h:286: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/fs_path.h:286: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/fs_path.h:286: undefined reference to `std::filesystem::__cxx11::path::_List::_List()'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/fs_path.h:287: undefined reference to `std::filesystem::__cxx11::path::_M_split_cmpts()'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/fs_path.h:286: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/fs_path.h:287: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `void spdlog::logger::log_<char [18], int&, char const*&, char, (char*)0>(spdlog::source_loc, spdlog::level::level_enum, char const (&) [18], int&, char const*&)':
/home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:284: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:284: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `void spdlog::logger::log_<char [49], unsigned int&, char const*&, char, (char*)0>(spdlog::source_loc, spdlog::level::level_enum, char const (&) [49], unsigned int&, char const*&)':
/home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:284: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:284: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `void spdlog::logger::log_<char [59], unsigned int&, unsigned int&, char const*&, char, (char*)0>(spdlog::source_loc, spdlog::level::level_enum, char const (&) [59], unsigned int&, unsigned int&, char const*&)':
/home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:284: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:284: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `fmt::v7::basic_memory_buffer<char, 250ul, std::allocator<char> >::basic_memory_buffer(std::allocator<char> const&)':
/home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/fmt/format.h:678: undefined reference to `std::allocator<char>::allocator(std::allocator<char> const&)'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `fmt::v7::basic_memory_buffer<char, 250ul, std::allocator<char> >::~basic_memory_buffer()':
/home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/fmt/format.h:681: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag)':
/usr/include/c++/11.1.0/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_data(char*)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:220: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_capacity(unsigned long)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:225: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_data() const'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:225: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_copy_chars(char*, char const*, char const*)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:232: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_set_length(unsigned long)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:226: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:228: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_dispose()'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:229: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:226: undefined reference to `__cxa_end_catch'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
/usr/include/c++/11.1.0/ext/new_allocator.h:139: undefined reference to `operator delete(void*, unsigned long)'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `__gnu_cxx::new_allocator<char>::allocate(unsigned long, void const*)':
/usr/include/c++/11.1.0/ext/new_allocator.h:111: undefined reference to `std::__throw_bad_alloc()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:121: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `__gnu_cxx::new_allocator<unsigned char>::deallocate(unsigned char*, unsigned long)':
/usr/include/c++/11.1.0/ext/new_allocator.h:139: undefined reference to `operator delete(void*, unsigned long)'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o: in function `void spdlog::logger::log_<char [10], char const*, char, (char*)0>(spdlog::source_loc, spdlog::level::level_enum, char const (&) [10], char const*&&)':
/home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:284: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:284: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o:(.data.rel.ro._ZTIN3fmt2v719basic_memory_bufferIcLm250ESaIcEEE[_ZTIN3fmt2v719basic_memory_bufferIcLm250ESaIcEEE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o:(.data.rel.ro._ZTIN3fmt2v76detail6bufferIcEE[_ZTIN3fmt2v76detail6bufferIcEE]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o:(.data.rel.local.DW.ref._ZTISt9exception[DW.ref._ZTISt9exception]+0x0): undefined reference to `typeinfo for std::exception'
/usr/bin/ld: CMakeFiles/binviz.dir/src/main.cpp.o:(.data.rel.local.DW.ref.__gxx_personality_v0[DW.ref.__gxx_personality_v0]+0x0): undefined reference to `__gxx_personality_v0'
/usr/bin/ld: CMakeFiles/binviz.dir/src/renderer.cpp.o: in function `Renderer::init()':
/home/haydenv/CLionProjects/VelocityRa/binviz/src/renderer.cpp:26: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/renderer.cpp:26: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/renderer.cpp:26: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/renderer.cpp:29: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/renderer.cpp:29: undefined reference to `std::runtime_error::runtime_error(char const*)'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/renderer.cpp:29: undefined reference to `std::runtime_error::~runtime_error()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/renderer.cpp:29: undefined reference to `typeinfo for std::runtime_error'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/renderer.cpp:29: undefined reference to `__cxa_throw'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/renderer.cpp:26: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/renderer.cpp:26: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/renderer.cpp:29: undefined reference to `__cxa_free_exception'
/usr/bin/ld: CMakeFiles/binviz.dir/src/renderer.cpp.o: in function `std::vector<unsigned int, std::allocator<unsigned int> >::_M_default_append(unsigned long)':
/usr/include/c++/11.1.0/bits/vector.tcc:643: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/vector.tcc:646: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/vector.tcc:643: undefined reference to `__cxa_end_catch'
/usr/bin/ld: CMakeFiles/binviz.dir/src/renderer.cpp.o: in function `std::vector<unsigned int, std::allocator<unsigned int> >::_M_check_len(unsigned long, char const*) const':
/usr/include/c++/11.1.0/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
/usr/bin/ld: CMakeFiles/binviz.dir/src/renderer.cpp.o: in function `__gnu_cxx::new_allocator<unsigned int>::deallocate(unsigned int*, unsigned long)':
/usr/include/c++/11.1.0/ext/new_allocator.h:139: undefined reference to `operator delete(void*, unsigned long)'
/usr/bin/ld: CMakeFiles/binviz.dir/src/renderer.cpp.o: in function `__gnu_cxx::new_allocator<unsigned int>::allocate(unsigned long, void const*)':
/usr/include/c++/11.1.0/ext/new_allocator.h:110: undefined reference to `std::__throw_bad_array_new_length()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:111: undefined reference to `std::__throw_bad_alloc()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:121: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: CMakeFiles/binviz.dir/src/shader.cpp.o: in function `renderer::load_shaders(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:18: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:18: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:18: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:18: undefined reference to `__cxa_guard_release'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:18: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:20: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:21: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:27: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:28: undefined reference to `std::basic_ifstream<char, std::char_traits<char> >::basic_ifstream(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::_Ios_Openmode)'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:29: undefined reference to `std::basic_ifstream<char, std::char_traits<char> >::is_open()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:30: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:31: undefined reference to `std::basic_ifstream<char, std::char_traits<char> >::rdbuf() const'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:31: undefined reference to `std::ostream::operator<<(std::basic_streambuf<char, std::char_traits<char> >*)'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:32: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::str() const'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:32: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:32: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:33: undefined reference to `std::basic_ifstream<char, std::char_traits<char> >::close()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:34: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:39: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:40: undefined reference to `std::basic_ifstream<char, std::char_traits<char> >::basic_ifstream(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::_Ios_Openmode)'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:41: undefined reference to `std::basic_ifstream<char, std::char_traits<char> >::is_open()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:42: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:43: undefined reference to `std::basic_ifstream<char, std::char_traits<char> >::rdbuf() const'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:43: undefined reference to `std::ostream::operator<<(std::basic_streambuf<char, std::char_traits<char> >*)'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:44: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::str() const'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:44: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:44: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:45: undefined reference to `std::basic_ifstream<char, std::char_traits<char> >::close()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:46: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:52: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:60: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:60: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:67: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:75: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:75: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:91: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:91: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:104: undefined reference to `std::basic_ifstream<char, std::char_traits<char> >::~basic_ifstream()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:104: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:104: undefined reference to `std::basic_ifstream<char, std::char_traits<char> >::~basic_ifstream()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:104: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:104: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:104: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:18: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:18: undefined reference to `__cxa_guard_abort'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:18: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:18: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:34: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:46: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:46: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:64: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:79: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:104: undefined reference to `std::basic_ifstream<char, std::char_traits<char> >::~basic_ifstream()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:104: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:104: undefined reference to `std::basic_ifstream<char, std::char_traits<char> >::~basic_ifstream()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:104: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:104: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/shader.cpp:104: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: CMakeFiles/binviz.dir/src/shader.cpp.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/usr/include/c++/11.1.0/bits/basic_string.h:6084: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:6085: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::append(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:6087: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: CMakeFiles/binviz.dir/src/shader.cpp.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&, char const*)':
/usr/include/c++/11.1.0/bits/basic_string.h:6194: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::append(char const*)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:6194: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: CMakeFiles/binviz.dir/src/shader.cpp.o: in function `void spdlog::logger::log_<char [25], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, char, (char*)0>(spdlog::source_loc, spdlog::level::level_enum, char const (&) [25], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)':
/home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:284: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:284: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: CMakeFiles/binviz.dir/src/shader.cpp.o: in function `std::vector<char, std::allocator<char> >::_S_check_init_len(unsigned long, std::allocator<char> const&)':
/usr/include/c++/11.1.0/bits/stl_vector.h:1769: undefined reference to `std::allocator<char>::allocator(std::allocator<char> const&)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/stl_vector.h:1769: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/stl_vector.h:1770: undefined reference to `std::__throw_length_error(char const*)'
/usr/bin/ld: CMakeFiles/binviz.dir/src/shader.cpp.o: in function `std::_Vector_base<char, std::allocator<char> >::_Vector_impl::~_Vector_impl()':
/usr/include/c++/11.1.0/bits/stl_vector.h:128: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: CMakeFiles/binviz.dir/src/shader.cpp.o: in function `void spdlog::logger::log_<char [35], char*, char, (char*)0>(spdlog::source_loc, spdlog::level::level_enum, char const (&) [35], char*&&)':
/home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:284: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:284: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: CMakeFiles/binviz.dir/src/shader.cpp.o: in function `void spdlog::logger::log_<char [37], char*, char, (char*)0>(spdlog::source_loc, spdlog::level::level_enum, char const (&) [37], char*&&)':
/home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:284: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:284: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: CMakeFiles/binviz.dir/src/shader.cpp.o: in function `void spdlog::logger::log_<char [34], char*, char, (char*)0>(spdlog::source_loc, spdlog::level::level_enum, char const (&) [34], char*&&)':
/home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:284: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:284: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/logger.h:289: undefined reference to `__cxa_end_catch'
/usr/bin/ld: CMakeFiles/binviz.dir/src/shader.cpp.o: in function `std::_Vector_base<char, std::allocator<char> >::_Vector_impl::_Vector_impl(std::allocator<char> const&)':
/usr/include/c++/11.1.0/bits/stl_vector.h:137: undefined reference to `std::allocator<char>::allocator(std::allocator<char> const&)'
/usr/bin/ld: CMakeFiles/binviz.dir/src/gui.cpp.o: in function `ImGui::vector_getter::{lambda(void*, int, char const**)#1}::operator()(ImGui::vector_getter, int, char const*) const':
/home/haydenv/CLionProjects/VelocityRa/binviz/src/gui.cpp:24: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const'
/usr/bin/ld: CMakeFiles/binviz.dir/src/gui.cpp.o: in function `Gui::draw_ui()':
/home/haydenv/CLionProjects/VelocityRa/binviz/src/gui.cpp:263: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/gui.cpp:301: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/gui.cpp:301: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/gui.cpp:308: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/gui.cpp:308: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/gui.cpp:316: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/gui.cpp:316: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/gui.cpp:343: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/gui.cpp:343: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/gui.cpp:347: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/gui.cpp:347: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/gui.cpp:263: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/gui.cpp:301: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/gui.cpp:308: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/gui.cpp:316: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: CMakeFiles/binviz.dir/src/gui.cpp.o:/home/haydenv/CLionProjects/VelocityRa/binviz/src/gui.cpp:343: more undefined references to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()' follow
/usr/bin/ld: CMakeFiles/binviz.dir/src/gui.cpp.o: in function `std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_range_check(unsigned long) const':
/usr/include/c++/11.1.0/bits/stl_vector.h:1073: undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)'
/usr/bin/ld: CMakeFiles/binviz.dir/src/gui.cpp.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::deallocate(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, unsigned long)':
/usr/include/c++/11.1.0/ext/new_allocator.h:139: undefined reference to `operator delete(void*, unsigned long)'
/usr/bin/ld: CMakeFiles/binviz.dir/src/gui.cpp.o: in function `void __gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::construct<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)':
/usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: CMakeFiles/binviz.dir/src/gui.cpp.o: in function `std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_check_len(unsigned long, char const*) const':
/usr/include/c++/11.1.0/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
/usr/bin/ld: CMakeFiles/binviz.dir/src/gui.cpp.o: in function `void std::_Destroy<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*)':
/usr/include/c++/11.1.0/bits/stl_construct.h:140: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: CMakeFiles/binviz.dir/src/gui.cpp.o: in function `void __gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::destroy<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*)':
/usr/include/c++/11.1.0/ext/new_allocator.h:162: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: CMakeFiles/binviz.dir/src/gui.cpp.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::allocate(unsigned long, void const*)':
/usr/include/c++/11.1.0/ext/new_allocator.h:110: undefined reference to `std::__throw_bad_array_new_length()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:111: undefined reference to `std::__throw_bad_alloc()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:121: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libimguid.a(imgui.cpp.o): in function `ImGui::ShowMetricsWindow(bool*)':
/usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui.cpp:16318: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui.cpp:16318: undefined reference to `__cxa_guard_release'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libimguid.a(imgui_demo.cpp.o): in function `ShowDemoWindowWidgets()':
/usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:1457: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:1457: undefined reference to `__cxa_guard_release'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:1541: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:1541: undefined reference to `__cxa_guard_release'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:1692: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:1692: undefined reference to `__cxa_guard_release'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:1729: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:1729: undefined reference to `__cxa_guard_release'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:1741: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:1741: undefined reference to `__cxa_guard_release'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:1802: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:1802: undefined reference to `__cxa_guard_release'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:1849: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:1849: undefined reference to `__cxa_guard_release'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libimguid.a(imgui_demo.cpp.o): in function `ShowDemoWindowLayout()':
/usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:3084: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:3084: undefined reference to `__cxa_guard_release'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:3085: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:3085: undefined reference to `__cxa_guard_release'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libimguid.a(imgui_demo.cpp.o): in function `ShowDemoWindowTables()':
/usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:3988: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:3988: undefined reference to `__cxa_guard_release'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:4887: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:4887: undefined reference to `__cxa_guard_release'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:4986: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:4986: undefined reference to `__cxa_guard_release'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:5107: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:5107: undefined reference to `__cxa_guard_release'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:5108: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:5108: undefined reference to `__cxa_guard_release'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libimguid.a(imgui_demo.cpp.o): in function `ShowDemoWindowMisc()':
/usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:5488: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:5488: undefined reference to `__cxa_guard_release'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:5488: undefined reference to `__cxa_guard_abort'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libimguid.a(imgui_demo.cpp.o): in function `ImGui::ShowStyleEditor(ImGuiStyle*)':
/usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:6000: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:6000: undefined reference to `__cxa_guard_release'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:6107: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:6107: undefined reference to `__cxa_guard_release'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:6000: undefined reference to `__cxa_guard_abort'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:6107: undefined reference to `__cxa_guard_abort'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libimguid.a(imgui_demo.cpp.o): in function `ShowExampleAppConsole(bool*)':
/usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:6707: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:6707: undefined reference to `__cxa_guard_release'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:6707: undefined reference to `__cxa_guard_abort'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libimguid.a(imgui_demo.cpp.o): in function `ShowExampleAppLog(bool*)':
/usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:6842: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:6842: undefined reference to `__cxa_guard_release'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:6842: undefined reference to `__cxa_guard_abort'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libimguid.a(imgui_demo.cpp.o): in function `ShowExampleAppLongText(bool*)':
/usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:7031: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:7031: undefined reference to `__cxa_guard_release'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libimguid.a(imgui_demo.cpp.o): in function `ShowExampleAppCustomRendering(bool*)':
/usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:7333: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:7333: undefined reference to `__cxa_guard_release'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:7399: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:7399: undefined reference to `__cxa_guard_release'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:7400: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:7400: undefined reference to `__cxa_guard_release'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libimguid.a(imgui_demo.cpp.o): in function `ShowExampleAppDocuments(bool*)':
/usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:7729: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:7729: undefined reference to `__cxa_guard_release'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:7896: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:7896: undefined reference to `__cxa_guard_release'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/imgui/src/53f5570fae-bdbb515fc7.clean/imgui_demo.cpp:7729: undefined reference to `__cxa_guard_abort'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::set_pattern(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, spdlog::pattern_time_type)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/spdlog-inl.h:32: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/spdlog-inl.h:32: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/spdlog-inl.h:32: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/spdlog-inl.h:32: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/spdlog-inl.h:32: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/spdlog-inl.h:32: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/spdlog-inl.h:32: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/spdlog-inl.h:32: undefined reference to `operator delete(void*)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/spdlog-inl.h:32: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/spdlog-inl.h:32: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/spdlog-inl.h:32: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::spdlog_ex::spdlog_ex(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common-inl.h:53: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::spdlog_ex::spdlog_ex(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common-inl.h:56: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common-inl.h:58: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common-inl.h:58: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common-inl.h:59: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common-inl.h:60: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common-inl.h:60: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common-inl.h:61: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common-inl.h:61: undefined reference to `std::exception::~exception()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::spdlog_ex::what() const':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common-inl.h:65: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::throw_spdlog_ex(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common-inl.h:70: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common-inl.h:70: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common-inl.h:70: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::throw_spdlog_ex(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common-inl.h:75: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common-inl.h:75: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common-inl.h:75: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common-inl.h:75: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common-inl.h:75: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common-inl.h:75: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::registry::registry()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/registry-inl.h:34: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/registry-inl.h:34: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/registry-inl.h:34: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/registry-inl.h:34: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/registry-inl.h:34: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/registry-inl.h:47: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/registry-inl.h:47: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/registry-inl.h:47: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/registry-inl.h:47: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/registry-inl.h:34: undefined reference to `operator delete(void*)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/registry-inl.h:34: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/registry-inl.h:34: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/registry-inl.h:47: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/registry-inl.h:47: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::registry::instance()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/registry-inl.h:293: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/registry-inl.h:293: undefined reference to `__cxa_guard_release'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/registry-inl.h:293: undefined reference to `__cxa_guard_abort'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::registry::throw_if_exists_(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/registry-inl.h:301: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/registry-inl.h:301: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::registry::register_logger_(std::shared_ptr<spdlog::logger>)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/registry-inl.h:307: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/registry-inl.h:310: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/registry-inl.h:310: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::os::now()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:81: undefined reference to `std::chrono::_V2::system_clock::now()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::os::fopen_s(_IO_FILE**, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::os::remove(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:168: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::os::rename(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:182: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:182: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:198: more undefined references to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const' follow
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::os::filesize(_IO_FILE*)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:213: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:213: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:254: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:254: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:213: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:213: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:254: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:254: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::os::filename_to_str(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:389: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::os::is_color_terminal()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:428: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:428: undefined reference to `__cxa_guard_release'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::os::mkdir_(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:528: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::os::create_dir(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:541: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::empty() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:549: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_first_of(char const*, unsigned long) const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:553: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::size() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:556: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::substr(unsigned long, unsigned long) const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:558: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::empty() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:563: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:563: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::size() const'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::os::dir_name(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:575: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_last_of(char const*, unsigned long) const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:576: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::substr(unsigned long, unsigned long) const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:576: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::os::getenv[abi:cxx11](char const*)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:593: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:593: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:593: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:593: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/os-inl.h:593: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::pattern_formatter::pattern_formatter(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, spdlog::pattern_time_type, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::unordered_map<char, std::unique_ptr<spdlog::custom_flag_formatter, std::default_delete<spdlog::custom_flag_formatter> >, std::hash<char>, std::equal_to<char>, std::allocator<std::pair<char const, std::unique_ptr<spdlog::custom_flag_formatter, std::default_delete<spdlog::custom_flag_formatter> > > > >)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:1019: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:1020: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:1027: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:1027: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::pattern_formatter::pattern_formatter(spdlog::pattern_time_type, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:1031: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:1031: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:1031: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:1032: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:1031: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:1038: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:1038: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::pattern_formatter::set_pattern(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:1069: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::pattern_formatter::compile_pattern_(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:1351: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::end() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:1354: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::begin() const'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::log_msg_buffer::log_msg_buffer(spdlog::details::log_msg const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/log_msg_buffer-inl.h:14: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/log_msg_buffer-inl.h:14: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::log_msg_buffer::log_msg_buffer(spdlog::details::log_msg_buffer const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/log_msg_buffer-inl.h:22: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/log_msg_buffer-inl.h:22: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::logger::logger(spdlog::logger const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:20: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:26: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::logger::logger(spdlog::logger&&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:28: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::logger::swap(spdlog::logger&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:45: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::swap(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::logger::clone(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:161: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::logger::sink_it_(spdlog::details::log_msg const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:188: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:188: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:188: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:188: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:188: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:188: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:188: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:188: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:188: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:188: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:188: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:188: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:188: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:188: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:188: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:188: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:188: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:188: undefined reference to `__cxa_end_catch'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::logger::flush_()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:206: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:206: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:206: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:206: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:206: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:206: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:206: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:206: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:206: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:206: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:206: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:206: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:206: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:206: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:206: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:206: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:206: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:206: undefined reference to `__cxa_end_catch'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::logger::err_handler_(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:240: undefined reference to `std::chrono::_V2::system_clock::now()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:253: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger-inl.h:253: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::details::periodic_worker, std::default_delete<spdlog::details::periodic_worker> > spdlog::details::make_unique<spdlog::details::periodic_worker, spdlog::details::registry::flush_every(std::chrono::duration<long, std::ratio<1l, 1l> >)::{lambda()#1}&, std::chrono::duration<long, std::ratio<1l, 1l> >&>(spdlog::details::registry::flush_every(std::chrono::duration<long, std::ratio<1l, 1l> >)::{lambda()#1}&, std::chrono::duration<long, std::ratio<1l, 1l> >&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::exception::exception()':
/usr/include/c++/11.1.0/bits/exception.h:63: undefined reference to `vtable for std::exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::_Hash_impl::hash(void const*, unsigned long, unsigned long)':
/usr/include/c++/11.1.0/bits/functional_hash.h:198: undefined reference to `std::_Hash_bytes(void const*, unsigned long, unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro+0x8): undefined reference to `vtable for __cxxabiv1::__class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro+0x18): undefined reference to `vtable for __cxxabiv1::__class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::hash<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const':
/usr/include/c++/11.1.0/bits/basic_string.h:6862: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::length() const'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:6862: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::data() const'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::mutex::lock()':
/usr/include/c++/11.1.0/bits/std_mutex.h:104: undefined reference to `std::__throw_system_error(int)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::recursive_mutex::lock()':
/usr/include/c++/11.1.0/mutex:112: undefined reference to `std::__throw_system_error(int)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::logger::logger(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::shared_ptr<spdlog::sinks::sink>)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger.h:65: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger.h:65: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger.h:65: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::logger::logger(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::initializer_list<std::shared_ptr<spdlog::sinks::sink> >)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger.h:70: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger.h:70: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger.h:70: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::flag_formatter::~flag_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter.h:57: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::aggregate_formatter::add_ch(char)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:718: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator+=(char)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::full_formatter::full_formatter(spdlog::details::padding_info)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:933: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:933: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::formatter::~formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/formatter.h:14: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::logger::logger<std::shared_ptr<spdlog::sinks::sink> const*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::shared_ptr<spdlog::sinks::sink> const*, std::shared_ptr<spdlog::sinks::sink> const*)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger.h:59: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger.h:61: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*)':
/usr/include/c++/11.1.0/bits/basic_string.h:6236: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > fmt::v7::to_string<char, 250ul>(fmt::v7::basic_memory_buffer<char, 250ul, std::allocator<char> > const&)':
/home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/fmt/format.h:3759: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/fmt/format.h:3759: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::max_size() const'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/fmt/format.h:3759: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/fmt/format.h:3760: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/fmt/format.h:3760: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned long, std::allocator<char> const&)'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/fmt/format.h:3760: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/fmt/format.h:3760: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::function<void (spdlog::details::log_msg const&)>::operator()(spdlog::details::log_msg const&) const':
/usr/include/c++/11.1.0/bits/std_function.h:559: undefined reference to `std::__throw_bad_function_call()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::function<void (std::shared_ptr<spdlog::logger>)>::operator()(std::shared_ptr<spdlog::logger>) const':
/usr/include/c++/11.1.0/bits/std_function.h:559: undefined reference to `std::__throw_bad_function_call()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `__gnu_cxx::__enable_if<std::__is_char<char>::__value, bool>::__type std::operator==<char>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/usr/include/c++/11.1.0/bits/basic_string.h:6222: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::size() const'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:6222: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::size() const'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:6223: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::size() const'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:6223: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::data() const'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:6223: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::data() const'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/usr/include/c++/11.1.0/bits/basic_string.tcc:1179: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::get_allocator() const'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:1179: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::allocator<char> const&)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:1179: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:1179: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:1181: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::size() const'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:1181: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::reserve(unsigned long)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:1182: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::append(char const*, unsigned long)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:1183: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::append(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:1184: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:1185: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::details::full_formatter, std::default_delete<spdlog::details::full_formatter> > spdlog::details::make_unique<spdlog::details::full_formatter, spdlog::details::padding_info>(spdlog::details::padding_info&&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::pattern_formatter, std::default_delete<spdlog::pattern_formatter> > spdlog::details::make_unique<spdlog::pattern_formatter, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, spdlog::pattern_time_type const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::unordered_map<char, std::unique_ptr<spdlog::custom_flag_formatter, std::default_delete<spdlog::custom_flag_formatter> >, std::hash<char>, std::equal_to<char>, std::allocator<std::pair<char const, std::unique_ptr<spdlog::custom_flag_formatter, std::default_delete<spdlog::custom_flag_formatter> > > > > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, spdlog::pattern_time_type const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::unordered_map<char, std::unique_ptr<spdlog::custom_flag_formatter, std::default_delete<spdlog::custom_flag_formatter> >, std::hash<char>, std::equal_to<char>, std::allocator<std::pair<char const, std::unique_ptr<spdlog::custom_flag_formatter, std::default_delete<spdlog::custom_flag_formatter> > > > >&&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator delete(void*)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::aggregate_formatter::aggregate_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:714: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::details::aggregate_formatter, std::default_delete<spdlog::details::aggregate_formatter> > spdlog::details::make_unique<spdlog::details::aggregate_formatter>()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `fmt::v7::basic_memory_buffer<char, 250ul, std::allocator<char> >::basic_memory_buffer(fmt::v7::basic_memory_buffer<char, 250ul, std::allocator<char> >&&)':
/home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/fmt/format.h:709: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::pattern_formatter, std::default_delete<spdlog::pattern_formatter> > spdlog::details::make_unique<spdlog::pattern_formatter, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, spdlog::pattern_time_type&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&, spdlog::pattern_time_type&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator delete(void*)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::function<void (std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)>::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const':
/usr/include/c++/11.1.0/bits/std_function.h:559: undefined reference to `std::__throw_bad_function_call()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::sinks::sink::~sink()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/sink.h:15: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::log_msg_buffer* std::vector<spdlog::details::log_msg_buffer, std::allocator<spdlog::details::log_msg_buffer> >::_M_allocate_and_copy<__gnu_cxx::__normal_iterator<spdlog::details::log_msg_buffer const*, std::vector<spdlog::details::log_msg_buffer, std::allocator<spdlog::details::log_msg_buffer> > > >(unsigned long, __gnu_cxx::__normal_iterator<spdlog::details::log_msg_buffer const*, std::vector<spdlog::details::log_msg_buffer, std::allocator<spdlog::details::log_msg_buffer> > >, __gnu_cxx::__normal_iterator<spdlog::details::log_msg_buffer const*, std::vector<spdlog::details::log_msg_buffer, std::allocator<spdlog::details::log_msg_buffer> > >)':
/usr/include/c++/11.1.0/bits/stl_vector.h:1518: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/stl_vector.h:1521: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/stl_vector.h:1518: undefined reference to `__cxa_end_catch'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::default_delete<spdlog::details::periodic_worker>::operator()(spdlog::details::periodic_worker*) const':
/usr/include/c++/11.1.0/bits/unique_ptr.h:85: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::full_formatter::~full_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:929: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::pattern_formatter::~pattern_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter.h:77: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter.h:77: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::pattern_formatter::~pattern_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter.h:77: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::aggregate_formatter::~aggregate_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:711: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::aggregate_formatter::~aggregate_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:711: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::details::full_formatter, std::default_delete<spdlog::details::full_formatter> > spdlog::details::make_unique<spdlog::details::full_formatter, spdlog::details::padding_info&>(spdlog::details::padding_info&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::details::name_formatter<spdlog::details::scoped_padder>, std::default_delete<spdlog::details::name_formatter<spdlog::details::scoped_padder> > > spdlog::details::make_unique<spdlog::details::name_formatter<spdlog::details::scoped_padder>, spdlog::details::padding_info&>(spdlog::details::padding_info&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::details::level_formatter<spdlog::details::scoped_padder>, std::default_delete<spdlog::details::level_formatter<spdlog::details::scoped_padder> > > spdlog::details::make_unique<spdlog::details::level_formatter<spdlog::details::scoped_padder>, spdlog::details::padding_info&>(spdlog::details::padding_info&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::details::short_level_formatter<spdlog::details::scoped_padder>, std::default_delete<spdlog::details::short_level_formatter<spdlog::details::scoped_padder> > > spdlog::details::make_unique<spdlog::details::short_level_formatter<spdlog::details::scoped_padder>, spdlog::details::padding_info&>(spdlog::details::padding_info&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::details::t_formatter<spdlog::details::scoped_padder>, std::default_delete<spdlog::details::t_formatter<spdlog::details::scoped_padder> > > spdlog::details::make_unique<spdlog::details::t_formatter<spdlog::details::scoped_padder>, spdlog::details::padding_info&>(spdlog::details::padding_info&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: more undefined references to `operator new(unsigned long)' follow
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::details::z_formatter<spdlog::details::scoped_padder>, std::default_delete<spdlog::details::z_formatter<spdlog::details::scoped_padder> > > spdlog::details::make_unique<spdlog::details::z_formatter<spdlog::details::scoped_padder>, spdlog::details::padding_info&>(spdlog::details::padding_info&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::details::pid_formatter<spdlog::details::scoped_padder>, std::default_delete<spdlog::details::pid_formatter<spdlog::details::scoped_padder> > > spdlog::details::make_unique<spdlog::details::pid_formatter<spdlog::details::scoped_padder>, spdlog::details::padding_info&>(spdlog::details::padding_info&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::details::color_start_formatter, std::default_delete<spdlog::details::color_start_formatter> > spdlog::details::make_unique<spdlog::details::color_start_formatter, spdlog::details::padding_info&>(spdlog::details::padding_info&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::details::color_stop_formatter, std::default_delete<spdlog::details::color_stop_formatter> > spdlog::details::make_unique<spdlog::details::color_stop_formatter, spdlog::details::padding_info&>(spdlog::details::padding_info&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::details::source_location_formatter<spdlog::details::scoped_padder>, std::default_delete<spdlog::details::source_location_formatter<spdlog::details::scoped_padder> > > spdlog::details::make_unique<spdlog::details::source_location_formatter<spdlog::details::scoped_padder>, spdlog::details::padding_info&>(spdlog::details::padding_info&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::details::short_filename_formatter<spdlog::details::scoped_padder>, std::default_delete<spdlog::details::short_filename_formatter<spdlog::details::scoped_padder> > > spdlog::details::make_unique<spdlog::details::short_filename_formatter<spdlog::details::scoped_padder>, spdlog::details::padding_info&>(spdlog::details::padding_info&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: more undefined references to `operator new(unsigned long)' follow
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::details::z_formatter<spdlog::details::null_scoped_padder>, std::default_delete<spdlog::details::z_formatter<spdlog::details::null_scoped_padder> > > spdlog::details::make_unique<spdlog::details::z_formatter<spdlog::details::null_scoped_padder>, spdlog::details::padding_info&>(spdlog::details::padding_info&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::details::pid_formatter<spdlog::details::null_scoped_padder>, std::default_delete<spdlog::details::pid_formatter<spdlog::details::null_scoped_padder> > > spdlog::details::make_unique<spdlog::details::pid_formatter<spdlog::details::null_scoped_padder>, spdlog::details::padding_info&>(spdlog::details::padding_info&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::details::source_location_formatter<spdlog::details::null_scoped_padder>, std::default_delete<spdlog::details::source_location_formatter<spdlog::details::null_scoped_padder> > > spdlog::details::make_unique<spdlog::details::source_location_formatter<spdlog::details::null_scoped_padder>, spdlog::details::padding_info&>(spdlog::details::padding_info&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::details::short_filename_formatter<spdlog::details::null_scoped_padder>, std::default_delete<spdlog::details::short_filename_formatter<spdlog::details::null_scoped_padder> > > spdlog::details::make_unique<spdlog::details::short_filename_formatter<spdlog::details::null_scoped_padder>, spdlog::details::padding_info&>(spdlog::details::padding_info&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::details::source_filename_formatter<spdlog::details::null_scoped_padder>, std::default_delete<spdlog::details::source_filename_formatter<spdlog::details::null_scoped_padder> > > spdlog::details::make_unique<spdlog::details::source_filename_formatter<spdlog::details::null_scoped_padder>, spdlog::details::padding_info&>(spdlog::details::padding_info&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::details::source_linenum_formatter<spdlog::details::null_scoped_padder>, std::default_delete<spdlog::details::source_linenum_formatter<spdlog::details::null_scoped_padder> > > spdlog::details::make_unique<spdlog::details::source_linenum_formatter<spdlog::details::null_scoped_padder>, spdlog::details::padding_info&>(spdlog::details::padding_info&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: more undefined references to `operator new(unsigned long)' follow
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::pattern_formatter, std::default_delete<spdlog::pattern_formatter> > spdlog::details::make_unique<spdlog::pattern_formatter>()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator delete(void*)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::pattern_formatter, std::default_delete<spdlog::pattern_formatter> > spdlog::details::make_unique<spdlog::pattern_formatter, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `operator delete(void*)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::vector<spdlog::details::log_msg_buffer, std::allocator<spdlog::details::log_msg_buffer> >::_S_check_init_len(unsigned long, std::allocator<spdlog::details::log_msg_buffer> const&)':
/usr/include/c++/11.1.0/bits/stl_vector.h:1770: undefined reference to `std::__throw_length_error(char const*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::_Hashtable<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<spdlog::logger> >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<spdlog::logger> > >, std::__detail::_Select1st, std::equal_to<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::hash<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<true, false, true> >::_M_insert_unique_node(unsigned long, unsigned long, std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<spdlog::logger> >, true>*, unsigned long)':
/usr/include/c++/11.1.0/bits/hashtable.h:1993: undefined reference to `std::__detail::_Prime_rehash_policy::_M_need_rehash(unsigned long, unsigned long, unsigned long) const'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::allocator_traits<std::allocator<char> >::select_on_container_copy_construction(std::allocator<char> const&)':
/usr/include/c++/11.1.0/bits/alloc_traits.h:559: undefined reference to `std::allocator<char>::allocator(std::allocator<char> const&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `void std::vector<std::unique_ptr<spdlog::details::flag_formatter, std::default_delete<spdlog::details::flag_formatter> >, std::allocator<std::unique_ptr<spdlog::details::flag_formatter, std::default_delete<spdlog::details::flag_formatter> > > >::_M_realloc_insert<std::unique_ptr<spdlog::details::flag_formatter, std::default_delete<spdlog::details::flag_formatter> > >(__gnu_cxx::__normal_iterator<std::unique_ptr<spdlog::details::flag_formatter, std::default_delete<spdlog::details::flag_formatter> >*, std::vector<std::unique_ptr<spdlog::details::flag_formatter, std::default_delete<spdlog::details::flag_formatter> >, std::allocator<std::unique_ptr<spdlog::details::flag_formatter, std::default_delete<spdlog::details::flag_formatter> > > > >, std::unique_ptr<spdlog::details::flag_formatter, std::default_delete<spdlog::details::flag_formatter> >&&)':
/usr/include/c++/11.1.0/bits/vector.tcc:485: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/vector.tcc:493: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/vector.tcc:485: undefined reference to `__cxa_end_catch'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::_Hashtable<char, std::pair<char const, std::unique_ptr<spdlog::custom_flag_formatter, std::default_delete<spdlog::custom_flag_formatter> > >, std::allocator<std::pair<char const, std::unique_ptr<spdlog::custom_flag_formatter, std::default_delete<spdlog::custom_flag_formatter> > > >, std::__detail::_Select1st, std::equal_to<char>, std::hash<char>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<false, false, true> >::_M_insert_unique_node(unsigned long, unsigned long, std::__detail::_Hash_node<std::pair<char const, std::unique_ptr<spdlog::custom_flag_formatter, std::default_delete<spdlog::custom_flag_formatter> > >, false>*, unsigned long)':
/usr/include/c++/11.1.0/bits/hashtable.h:1993: undefined reference to `std::__detail::_Prime_rehash_policy::_M_need_rehash(unsigned long, unsigned long, unsigned long) const'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::name_formatter<spdlog::details::scoped_padder>::~name_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:107: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::level_formatter<spdlog::details::scoped_padder>::~level_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:123: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::short_level_formatter<spdlog::details::scoped_padder>::~short_level_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:140: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::t_formatter<spdlog::details::scoped_padder>::~t_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:646: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::v_formatter<spdlog::details::scoped_padder>::~v_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:680: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:173: more undefined references to `operator delete(void*)' follow
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::elapsed_formatter<spdlog::details::scoped_padder, std::chrono::duration<long, std::ratio<1l, 1000000000l> > >::elapsed_formatter(spdlog::details::padding_info)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:909: undefined reference to `std::chrono::_V2::system_clock::now()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::elapsed_formatter<spdlog::details::scoped_padder, std::chrono::duration<long, std::ratio<1l, 1000000000l> > >::~elapsed_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:902: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::elapsed_formatter<spdlog::details::scoped_padder, std::chrono::duration<long, std::ratio<1l, 1000000l> > >::elapsed_formatter(spdlog::details::padding_info)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:909: undefined reference to `std::chrono::_V2::system_clock::now()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::elapsed_formatter<spdlog::details::scoped_padder, std::chrono::duration<long, std::ratio<1l, 1000000l> > >::~elapsed_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:902: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::elapsed_formatter<spdlog::details::scoped_padder, std::chrono::duration<long, std::ratio<1l, 1000l> > >::elapsed_formatter(spdlog::details::padding_info)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:909: undefined reference to `std::chrono::_V2::system_clock::now()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::elapsed_formatter<spdlog::details::scoped_padder, std::chrono::duration<long, std::ratio<1l, 1000l> > >::~elapsed_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:902: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::elapsed_formatter<spdlog::details::scoped_padder, std::chrono::duration<long, std::ratio<1l, 1l> > >::elapsed_formatter(spdlog::details::padding_info)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:909: undefined reference to `std::chrono::_V2::system_clock::now()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::elapsed_formatter<spdlog::details::scoped_padder, std::chrono::duration<long, std::ratio<1l, 1l> > >::~elapsed_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:902: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::name_formatter<spdlog::details::null_scoped_padder>::~name_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:107: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::level_formatter<spdlog::details::null_scoped_padder>::~level_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:123: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::short_level_formatter<spdlog::details::null_scoped_padder>::~short_level_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:140: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::t_formatter<spdlog::details::null_scoped_padder>::~t_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:646: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:680: more undefined references to `operator delete(void*)' follow
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::elapsed_formatter<spdlog::details::null_scoped_padder, std::chrono::duration<long, std::ratio<1l, 1000000000l> > >::elapsed_formatter(spdlog::details::padding_info)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:909: undefined reference to `std::chrono::_V2::system_clock::now()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::elapsed_formatter<spdlog::details::null_scoped_padder, std::chrono::duration<long, std::ratio<1l, 1000000000l> > >::~elapsed_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:902: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::elapsed_formatter<spdlog::details::null_scoped_padder, std::chrono::duration<long, std::ratio<1l, 1000000l> > >::elapsed_formatter(spdlog::details::padding_info)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:909: undefined reference to `std::chrono::_V2::system_clock::now()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::elapsed_formatter<spdlog::details::null_scoped_padder, std::chrono::duration<long, std::ratio<1l, 1000000l> > >::~elapsed_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:902: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::elapsed_formatter<spdlog::details::null_scoped_padder, std::chrono::duration<long, std::ratio<1l, 1000l> > >::elapsed_formatter(spdlog::details::padding_info)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:909: undefined reference to `std::chrono::_V2::system_clock::now()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::elapsed_formatter<spdlog::details::null_scoped_padder, std::chrono::duration<long, std::ratio<1l, 1000l> > >::~elapsed_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:902: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::elapsed_formatter<spdlog::details::null_scoped_padder, std::chrono::duration<long, std::ratio<1l, 1l> > >::elapsed_formatter(spdlog::details::padding_info)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:909: undefined reference to `std::chrono::_V2::system_clock::now()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::elapsed_formatter<spdlog::details::null_scoped_padder, std::chrono::duration<long, std::ratio<1l, 1l> > >::~elapsed_formatter()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/pattern_formatter-inl.h:902: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `__gnu_cxx::new_allocator<std::shared_ptr<spdlog::sinks::sink> >::deallocate(std::shared_ptr<spdlog::sinks::sink>*, unsigned long)':
/usr/include/c++/11.1.0/ext/new_allocator.h:139: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `__gnu_cxx::new_allocator<spdlog::details::log_msg_buffer>::deallocate(spdlog::details::log_msg_buffer*, unsigned long)':
/usr/include/c++/11.1.0/ext/new_allocator.h:139: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::~_Sp_counted_base()':
/usr/include/c++/11.1.0/bits/shared_ptr_base.h:131: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::vector<std::shared_ptr<spdlog::sinks::sink>, std::allocator<std::shared_ptr<spdlog::sinks::sink> > >::_S_check_init_len(unsigned long, std::allocator<std::shared_ptr<spdlog::sinks::sink> > const&)':
/usr/include/c++/11.1.0/bits/stl_vector.h:1770: undefined reference to `std::__throw_length_error(char const*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::log_msg_buffer* std::__uninitialized_copy<false>::__uninit_copy<spdlog::details::log_msg_buffer*, spdlog::details::log_msg_buffer*>(spdlog::details::log_msg_buffer*, spdlog::details::log_msg_buffer*, spdlog::details::log_msg_buffer*)':
/usr/include/c++/11.1.0/bits/stl_uninitialized.h:95: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/stl_uninitialized.h:98: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/stl_uninitialized.h:95: undefined reference to `__cxa_end_catch'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<spdlog::logger> >, true>* std::__detail::_Hashtable_alloc<std::allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<spdlog::logger> >, true> > >::_M_allocate_node<std::piecewise_construct_t const&, std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&>, std::tuple<> >(std::piecewise_construct_t const&, std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&>&&, std::tuple<>&&)':
/usr/include/c++/11.1.0/bits/hashtable_policy.h:1880: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/hashtable_policy.h:1883: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/hashtable_policy.h:1880: undefined reference to `__cxa_end_catch'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::_Hashtable<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<spdlog::logger> >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<spdlog::logger> > >, std::__detail::_Select1st, std::equal_to<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::hash<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<true, false, true> >::_M_rehash(unsigned long, unsigned long const&)':
/usr/include/c++/11.1.0/bits/hashtable.h:2340: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/hashtable.h:2345: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/hashtable.h:2340: undefined reference to `__cxa_end_catch'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<spdlog::logger> >, true>* std::__detail::_Hashtable_alloc<std::allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<spdlog::logger> >, true> > >::_M_allocate_node<std::piecewise_construct_t const&, std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&>, std::tuple<> >(std::piecewise_construct_t const&, std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&>&&, std::tuple<>&&)':
/usr/include/c++/11.1.0/bits/hashtable_policy.h:1880: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/hashtable_policy.h:1883: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/hashtable_policy.h:1880: undefined reference to `__cxa_end_catch'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `__gnu_cxx::new_allocator<std::unique_ptr<spdlog::details::flag_formatter, std::default_delete<spdlog::details::flag_formatter> > >::deallocate(std::unique_ptr<spdlog::details::flag_formatter, std::default_delete<spdlog::details::flag_formatter> >*, unsigned long)':
/usr/include/c++/11.1.0/ext/new_allocator.h:139: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::vector<std::unique_ptr<spdlog::details::flag_formatter, std::default_delete<spdlog::details::flag_formatter> >, std::allocator<std::unique_ptr<spdlog::details::flag_formatter, std::default_delete<spdlog::details::flag_formatter> > > >::_M_check_len(unsigned long, char const*) const':
/usr/include/c++/11.1.0/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::__detail::_Hash_node<std::pair<char const, std::unique_ptr<spdlog::custom_flag_formatter, std::default_delete<spdlog::custom_flag_formatter> > >, false>* std::__detail::_Hashtable_alloc<std::allocator<std::__detail::_Hash_node<std::pair<char const, std::unique_ptr<spdlog::custom_flag_formatter, std::default_delete<spdlog::custom_flag_formatter> > >, false> > >::_M_allocate_node<std::piecewise_construct_t const&, std::tuple<char const&>, std::tuple<> >(std::piecewise_construct_t const&, std::tuple<char const&>&&, std::tuple<>&&)':
/usr/include/c++/11.1.0/bits/hashtable_policy.h:1880: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/hashtable_policy.h:1883: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/hashtable_policy.h:1880: undefined reference to `__cxa_end_catch'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::_Hashtable<char, std::pair<char const, std::unique_ptr<spdlog::custom_flag_formatter, std::default_delete<spdlog::custom_flag_formatter> > >, std::allocator<std::pair<char const, std::unique_ptr<spdlog::custom_flag_formatter, std::default_delete<spdlog::custom_flag_formatter> > > >, std::__detail::_Select1st, std::equal_to<char>, std::hash<char>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<false, false, true> >::_M_rehash(unsigned long, unsigned long const&)':
/usr/include/c++/11.1.0/bits/hashtable.h:2340: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/hashtable.h:2345: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/hashtable.h:2340: undefined reference to `__cxa_end_catch'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `__gnu_cxx::new_allocator<spdlog::details::log_msg_buffer>::allocate(unsigned long, void const*)':
/usr/include/c++/11.1.0/ext/new_allocator.h:110: undefined reference to `std::__throw_bad_array_new_length()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:111: undefined reference to `std::__throw_bad_alloc()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:121: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::log_msg_buffer* std::__uninitialized_copy<false>::__uninit_copy<__gnu_cxx::__normal_iterator<spdlog::details::log_msg_buffer const*, std::vector<spdlog::details::log_msg_buffer, std::allocator<spdlog::details::log_msg_buffer> > >, spdlog::details::log_msg_buffer*>(__gnu_cxx::__normal_iterator<spdlog::details::log_msg_buffer const*, std::vector<spdlog::details::log_msg_buffer, std::allocator<spdlog::details::log_msg_buffer> > >, __gnu_cxx::__normal_iterator<spdlog::details::log_msg_buffer const*, std::vector<spdlog::details::log_msg_buffer, std::allocator<spdlog::details::log_msg_buffer> > >, spdlog::details::log_msg_buffer*)':
/usr/include/c++/11.1.0/bits/stl_uninitialized.h:95: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/stl_uninitialized.h:98: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/stl_uninitialized.h:95: undefined reference to `__cxa_end_catch'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `__gnu_cxx::new_allocator<std::shared_ptr<spdlog::sinks::sink> >::allocate(unsigned long, void const*)':
/usr/include/c++/11.1.0/ext/new_allocator.h:110: undefined reference to `std::__throw_bad_array_new_length()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:111: undefined reference to `std::__throw_bad_alloc()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:121: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `__gnu_cxx::new_allocator<std::__detail::_Hash_node_base*>::deallocate(std::__detail::_Hash_node_base**, unsigned long)':
/usr/include/c++/11.1.0/ext/new_allocator.h:139: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::log_msg_buffer* std::__uninitialized_default_n_1<false>::__uninit_default_n<spdlog::details::log_msg_buffer*, unsigned long>(spdlog::details::log_msg_buffer*, unsigned long)':
/usr/include/c++/11.1.0/bits/stl_uninitialized.h:582: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/stl_uninitialized.h:585: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/stl_uninitialized.h:582: undefined reference to `__cxa_end_catch'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<spdlog::logger> >::~pair()':
/usr/include/c++/11.1.0/bits/stl_pair.h:211: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, spdlog::level::level_enum>::~pair()':
/usr/include/c++/11.1.0/bits/stl_pair.h:211: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `__gnu_cxx::new_allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<spdlog::logger> >, true> >::allocate(unsigned long, void const*)':
/usr/include/c++/11.1.0/ext/new_allocator.h:110: undefined reference to `std::__throw_bad_array_new_length()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:111: undefined reference to `std::__throw_bad_alloc()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:121: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `__gnu_cxx::new_allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<spdlog::logger> >, true> >::deallocate(std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<spdlog::logger> >, true>*, unsigned long)':
/usr/include/c++/11.1.0/ext/new_allocator.h:139: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `__gnu_cxx::new_allocator<std::unique_ptr<spdlog::details::flag_formatter, std::default_delete<spdlog::details::flag_formatter> > >::allocate(unsigned long, void const*)':
/usr/include/c++/11.1.0/ext/new_allocator.h:110: undefined reference to `std::__throw_bad_array_new_length()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:111: undefined reference to `std::__throw_bad_alloc()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:121: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `__gnu_cxx::new_allocator<std::__detail::_Hash_node<std::pair<char const, std::unique_ptr<spdlog::custom_flag_formatter, std::default_delete<spdlog::custom_flag_formatter> > >, false> >::allocate(unsigned long, void const*)':
/usr/include/c++/11.1.0/ext/new_allocator.h:110: undefined reference to `std::__throw_bad_array_new_length()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:111: undefined reference to `std::__throw_bad_alloc()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:121: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `__gnu_cxx::new_allocator<std::__detail::_Hash_node<std::pair<char const, std::unique_ptr<spdlog::custom_flag_formatter, std::default_delete<spdlog::custom_flag_formatter> > >, false> >::deallocate(std::__detail::_Hash_node<std::pair<char const, std::unique_ptr<spdlog::custom_flag_formatter, std::default_delete<spdlog::custom_flag_formatter> > >, false>*, unsigned long)':
/usr/include/c++/11.1.0/ext/new_allocator.h:139: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::details::log_msg_buffer::log_msg_buffer()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/log_msg_buffer.h:20: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/log_msg_buffer.h:20: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `__gnu_cxx::new_allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, spdlog::level::level_enum>, true> >::deallocate(std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, spdlog::level::level_enum>, true>*, unsigned long)':
/usr/include/c++/11.1.0/ext/new_allocator.h:139: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::unique_ptr<spdlog::details::flag_formatter, std::default_delete<spdlog::details::flag_formatter> >* std::__uninitialized_copy<false>::__uninit_copy<std::move_iterator<std::unique_ptr<spdlog::details::flag_formatter, std::default_delete<spdlog::details::flag_formatter> >*>, std::unique_ptr<spdlog::details::flag_formatter, std::default_delete<spdlog::details::flag_formatter> >*>(std::move_iterator<std::unique_ptr<spdlog::details::flag_formatter, std::default_delete<spdlog::details::flag_formatter> >*>, std::move_iterator<std::unique_ptr<spdlog::details::flag_formatter, std::default_delete<spdlog::details::flag_formatter> >*>, std::unique_ptr<spdlog::details::flag_formatter, std::default_delete<spdlog::details::flag_formatter> >*)':
/usr/include/c++/11.1.0/bits/stl_uninitialized.h:95: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/stl_uninitialized.h:98: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/stl_uninitialized.h:95: undefined reference to `__cxa_end_catch'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `__gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_mutex>, std::allocator<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_mutex> >, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*)':
/usr/include/c++/11.1.0/ext/new_allocator.h:110: undefined reference to `std::__throw_bad_array_new_length()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:111: undefined reference to `std::__throw_bad_alloc()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:121: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `__gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_mutex>, std::allocator<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_mutex> >, (__gnu_cxx::_Lock_policy)2> >::deallocate(std::_Sp_counted_ptr_inplace<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_mutex>, std::allocator<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_mutex> >, (__gnu_cxx::_Lock_policy)2>*, unsigned long)':
/usr/include/c++/11.1.0/ext/new_allocator.h:139: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `__gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<spdlog::logger, std::allocator<spdlog::logger>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*)':
/usr/include/c++/11.1.0/ext/new_allocator.h:110: undefined reference to `std::__throw_bad_array_new_length()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:111: undefined reference to `std::__throw_bad_alloc()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:121: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `__gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<spdlog::logger, std::allocator<spdlog::logger>, (__gnu_cxx::_Lock_policy)2> >::deallocate(std::_Sp_counted_ptr_inplace<spdlog::logger, std::allocator<spdlog::logger>, (__gnu_cxx::_Lock_policy)2>*, unsigned long)':
/usr/include/c++/11.1.0/ext/new_allocator.h:139: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `void __gnu_cxx::new_allocator<spdlog::logger>::construct<spdlog::logger, char const*&, std::shared_ptr<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_mutex> > >(spdlog::logger*, char const*&, std::shared_ptr<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_mutex> >&&)':
/usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<spdlog::logger> >::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&, 0ul>(std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&>&, std::tuple<>&, std::_Index_tuple<0ul>, std::_Index_tuple<>)':
/usr/include/c++/11.1.0/tuple:1771: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<spdlog::logger> >::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, 0ul>(std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&>&, std::tuple<>&, std::_Index_tuple<0ul>, std::_Index_tuple<>)':
/usr/include/c++/11.1.0/tuple:1771: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `__gnu_cxx::new_allocator<std::__detail::_Hash_node_base*>::allocate(unsigned long, void const*)':
/usr/include/c++/11.1.0/ext/new_allocator.h:110: undefined reference to `std::__throw_bad_array_new_length()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:111: undefined reference to `std::__throw_bad_alloc()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:121: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::logger::~logger()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger.h:73: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::logger::~logger()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/logger.h:73: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::spdlog_ex::~spdlog_ex()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:218: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:218: undefined reference to `std::exception::~exception()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `spdlog::spdlog_ex::~spdlog_ex()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/common.h:218: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro._ZTISt23_Sp_counted_ptr_inplaceIN6spdlog6loggerESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE[_ZTISt23_Sp_counted_ptr_inplaceIN6spdlog6loggerESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro._ZTISt23_Sp_counted_ptr_inplaceIN6spdlog5sinks21ansicolor_stdout_sinkINS0_7details13console_mutexEEESaIS5_ELN9__gnu_cxx12_Lock_policyE2EE[_ZTISt23_Sp_counted_ptr_inplaceIN6spdlog5sinks21ansicolor_stdout_sinkINS0_7details13console_mutexEEESaIS5_ELN9__gnu_cxx12_Lock_policyE2EE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro._ZTIN3fmt2v76detail15iterator_bufferISt20back_insert_iteratorINS0_19basic_memory_bufferIcLm250ESaIcEEEEcNS1_13buffer_traitsEEE[_ZTIN3fmt2v76detail15iterator_bufferISt20back_insert_iteratorINS0_19basic_memory_bufferIcLm250ESaIcEEEEcNS1_13buffer_traitsEEE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro._ZTIPFvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE[_ZTIPFvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE]+0x0): undefined reference to `vtable for __cxxabiv1::__pointer_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro._ZTIN6spdlog7details17elapsed_formatterINS0_18null_scoped_padderENSt6chrono8durationIlSt5ratioILl1ELl1EEEEEE[_ZTIN6spdlog7details17elapsed_formatterINS0_18null_scoped_padderENSt6chrono8durationIlSt5ratioILl1ELl1EEEEEE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro._ZTIN6spdlog7details17elapsed_formatterINS0_18null_scoped_padderENSt6chrono8durationIlSt5ratioILl1ELl1000EEEEEE[_ZTIN6spdlog7details17elapsed_formatterINS0_18null_scoped_padderENSt6chrono8durationIlSt5ratioILl1ELl1000EEEEEE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro._ZTIN6spdlog7details17elapsed_formatterINS0_18null_scoped_padderENSt6chrono8durationIlSt5ratioILl1ELl1000000EEEEEE[_ZTIN6spdlog7details17elapsed_formatterINS0_18null_scoped_padderENSt6chrono8durationIlSt5ratioILl1ELl1000000EEEEEE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro._ZTIN6spdlog7details17elapsed_formatterINS0_18null_scoped_padderENSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEE[_ZTIN6spdlog7details17elapsed_formatterINS0_18null_scoped_padderENSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro._ZTIN6spdlog7details25source_funcname_formatterINS0_18null_scoped_padderEEE[_ZTIN6spdlog7details25source_funcname_formatterINS0_18null_scoped_padderEEE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro._ZTIN6spdlog7details24source_linenum_formatterINS0_18null_scoped_padderEEE[_ZTIN6spdlog7details24source_linenum_formatterINS0_18null_scoped_padderEEE]+0x0): more undefined references to `vtable for __cxxabiv1::__si_class_type_info' follow
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro._ZTIN6spdlog5sinks4sinkE[_ZTIN6spdlog5sinks4sinkE]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro._ZTIN6spdlog17pattern_formatterE[_ZTIN6spdlog17pattern_formatterE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro._ZTIN6spdlog7details14flag_formatterE[_ZTIN6spdlog7details14flag_formatterE]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro._ZTIN6spdlog9formatterE[_ZTIN6spdlog9formatterE]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro._ZTIN6spdlog6loggerE[_ZTIN6spdlog6loggerE]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro._ZTIN6spdlog9spdlog_exE[_ZTIN6spdlog9spdlog_exE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro._ZTIN6spdlog9spdlog_exE[_ZTIN6spdlog9spdlog_exE]+0x10): undefined reference to `typeinfo for std::exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro._ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE[_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::_Sp_counted_ptr_inplace<spdlog::logger, std::allocator<spdlog::logger>, (__gnu_cxx::_Lock_policy)2>::~_Sp_counted_ptr_inplace()':
/usr/include/c++/11.1.0/bits/shared_ptr_base.h:523: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o): in function `std::_Sp_counted_ptr_inplace<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_mutex>, std::allocator<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_mutex> >, (__gnu_cxx::_Lock_policy)2>::~_Sp_counted_ptr_inplace()':
/usr/include/c++/11.1.0/bits/shared_ptr_base.h:523: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro._ZTISt19_Sp_make_shared_tag[_ZTISt19_Sp_make_shared_tag]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro._ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE[_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(spdlog.cpp.o):(.data.rel.ro._ZTIFvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE[_ZTIFvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE]+0x0): undefined reference to `vtable for __cxxabiv1::__function_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `spdlog::sinks::ansicolor_sink<spdlog::details::console_mutex>::ansicolor_sink(_IO_FILE*, spdlog::color_mode)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:24: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:24: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:25: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:25: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:26: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:26: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:27: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:27: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:28: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:28: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:29: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:29: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:30: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:30: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `spdlog::sinks::ansicolor_sink<spdlog::details::console_mutex>::set_color(spdlog::level::level_enum, fmt::v7::basic_string_view<char>)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:37: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:37: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `spdlog::sinks::ansicolor_sink<spdlog::details::console_mutex>::log(spdlog::details::log_msg const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:48: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:48: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `spdlog::sinks::ansicolor_sink<spdlog::details::console_mutex>::set_pattern(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:79: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:79: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:79: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:79: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:79: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:79: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:79: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:79: undefined reference to `operator delete(void*)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:79: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:79: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:79: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `spdlog::sinks::ansicolor_sink<spdlog::details::console_mutex>::to_string_[abi:cxx11](fmt::v7::basic_string_view<char> const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:129: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:129: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned long, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:129: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:129: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `spdlog::sinks::ansicolor_sink<spdlog::details::console_nullmutex>::ansicolor_sink(_IO_FILE*, spdlog::color_mode)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:24: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:24: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:25: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:25: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:26: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:26: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:27: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:27: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:28: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:28: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:29: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:29: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:30: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:30: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `spdlog::sinks::ansicolor_sink<spdlog::details::console_nullmutex>::set_color(spdlog::level::level_enum, fmt::v7::basic_string_view<char>)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:37: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:37: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `spdlog::sinks::ansicolor_sink<spdlog::details::console_nullmutex>::log(spdlog::details::log_msg const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:48: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:48: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `spdlog::sinks::ansicolor_sink<spdlog::details::console_nullmutex>::set_pattern(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:79: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:79: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:79: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:79: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:79: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:79: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:79: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:79: undefined reference to `operator delete(void*)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:79: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:79: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:79: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `spdlog::sinks::ansicolor_sink<spdlog::details::console_nullmutex>::to_string_[abi:cxx11](fmt::v7::basic_string_view<char> const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:129: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:129: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned long, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:129: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink-inl.h:129: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `std::shared_ptr<spdlog::logger> spdlog::stdout_color_mt<spdlog::synchronous_factory>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, spdlog::color_mode)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:18: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:18: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:18: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `std::shared_ptr<spdlog::logger> spdlog::stdout_color_st<spdlog::synchronous_factory>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, spdlog::color_mode)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:24: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:24: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:24: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `std::shared_ptr<spdlog::logger> spdlog::stderr_color_mt<spdlog::synchronous_factory>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, spdlog::color_mode)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:30: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:30: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:30: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `std::shared_ptr<spdlog::logger> spdlog::stderr_color_st<spdlog::synchronous_factory>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, spdlog::color_mode)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:36: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:36: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:36: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `std::shared_ptr<spdlog::logger> spdlog::stdout_color_mt<spdlog::async_factory_impl<(spdlog::async_overflow_policy)0> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, spdlog::color_mode)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:18: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:18: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:18: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `std::shared_ptr<spdlog::logger> spdlog::stdout_color_st<spdlog::async_factory_impl<(spdlog::async_overflow_policy)0> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, spdlog::color_mode)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:24: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:24: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:24: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `std::shared_ptr<spdlog::logger> spdlog::stderr_color_mt<spdlog::async_factory_impl<(spdlog::async_overflow_policy)0> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, spdlog::color_mode)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:30: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:30: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:30: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `std::shared_ptr<spdlog::logger> spdlog::stderr_color_st<spdlog::async_factory_impl<(spdlog::async_overflow_policy)0> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, spdlog::color_mode)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:36: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:36: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/stdout_color_sinks-inl.h:36: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `std::array<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, 7ul>::array()':
/usr/include/c++/11.1.0/array:95: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `std::array<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, 7ul>::~array()':
/usr/include/c++/11.1.0/array:95: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `spdlog::sinks::ansicolor_sink<spdlog::details::console_mutex>::~ansicolor_sink()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink.h:30: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `spdlog::sinks::ansicolor_sink<spdlog::details::console_nullmutex>::~ansicolor_sink()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink.h:30: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `__gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<spdlog::details::thread_pool, std::allocator<spdlog::details::thread_pool>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*)':
/usr/include/c++/11.1.0/ext/new_allocator.h:110: undefined reference to `std::__throw_bad_array_new_length()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:111: undefined reference to `std::__throw_bad_alloc()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:121: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `__gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<spdlog::details::thread_pool, std::allocator<spdlog::details::thread_pool>, (__gnu_cxx::_Lock_policy)2> >::deallocate(std::_Sp_counted_ptr_inplace<spdlog::details::thread_pool, std::allocator<spdlog::details::thread_pool>, (__gnu_cxx::_Lock_policy)2>*, unsigned long)':
/usr/include/c++/11.1.0/ext/new_allocator.h:139: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `void __gnu_cxx::new_allocator<spdlog::logger>::construct<spdlog::logger, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::shared_ptr<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_mutex> > >(spdlog::logger*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&, std::shared_ptr<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_mutex> >&&)':
/usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `__gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_nullmutex>, std::allocator<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_nullmutex> >, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*)':
/usr/include/c++/11.1.0/ext/new_allocator.h:110: undefined reference to `std::__throw_bad_array_new_length()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:111: undefined reference to `std::__throw_bad_alloc()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:121: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `__gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_nullmutex>, std::allocator<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_nullmutex> >, (__gnu_cxx::_Lock_policy)2> >::deallocate(std::_Sp_counted_ptr_inplace<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_nullmutex>, std::allocator<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_nullmutex> >, (__gnu_cxx::_Lock_policy)2>*, unsigned long)':
/usr/include/c++/11.1.0/ext/new_allocator.h:139: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `void __gnu_cxx::new_allocator<spdlog::logger>::construct<spdlog::logger, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::shared_ptr<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_nullmutex> > >(spdlog::logger*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&, std::shared_ptr<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_nullmutex> >&&)':
/usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `__gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_mutex>, std::allocator<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_mutex> >, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*)':
/usr/include/c++/11.1.0/ext/new_allocator.h:110: undefined reference to `std::__throw_bad_array_new_length()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:111: undefined reference to `std::__throw_bad_alloc()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:121: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `__gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_mutex>, std::allocator<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_mutex> >, (__gnu_cxx::_Lock_policy)2> >::deallocate(std::_Sp_counted_ptr_inplace<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_mutex>, std::allocator<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_mutex> >, (__gnu_cxx::_Lock_policy)2>*, unsigned long)':
/usr/include/c++/11.1.0/ext/new_allocator.h:139: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `void __gnu_cxx::new_allocator<spdlog::logger>::construct<spdlog::logger, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::shared_ptr<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_mutex> > >(spdlog::logger*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&, std::shared_ptr<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_mutex> >&&)':
/usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `__gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_nullmutex>, std::allocator<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_nullmutex> >, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*)':
/usr/include/c++/11.1.0/ext/new_allocator.h:110: undefined reference to `std::__throw_bad_array_new_length()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:111: undefined reference to `std::__throw_bad_alloc()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:121: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `__gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_nullmutex>, std::allocator<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_nullmutex> >, (__gnu_cxx::_Lock_policy)2> >::deallocate(std::_Sp_counted_ptr_inplace<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_nullmutex>, std::allocator<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_nullmutex> >, (__gnu_cxx::_Lock_policy)2>*, unsigned long)':
/usr/include/c++/11.1.0/ext/new_allocator.h:139: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `void __gnu_cxx::new_allocator<spdlog::logger>::construct<spdlog::logger, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::shared_ptr<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_nullmutex> > >(spdlog::logger*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&, std::shared_ptr<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_nullmutex> >&&)':
/usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `__gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<spdlog::async_logger, std::allocator<spdlog::async_logger>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*)':
/usr/include/c++/11.1.0/ext/new_allocator.h:110: undefined reference to `std::__throw_bad_array_new_length()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:111: undefined reference to `std::__throw_bad_alloc()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:121: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `__gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<spdlog::async_logger, std::allocator<spdlog::async_logger>, (__gnu_cxx::_Lock_policy)2> >::deallocate(std::_Sp_counted_ptr_inplace<spdlog::async_logger, std::allocator<spdlog::async_logger>, (__gnu_cxx::_Lock_policy)2>*, unsigned long)':
/usr/include/c++/11.1.0/ext/new_allocator.h:139: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `void __gnu_cxx::new_allocator<spdlog::async_logger>::construct<spdlog::async_logger, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::shared_ptr<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_mutex> >, std::shared_ptr<spdlog::details::thread_pool>, spdlog::async_overflow_policy>(spdlog::async_logger*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&, std::shared_ptr<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_mutex> >&&, std::shared_ptr<spdlog::details::thread_pool>&&, spdlog::async_overflow_policy&&)':
/usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `void __gnu_cxx::new_allocator<spdlog::async_logger>::construct<spdlog::async_logger, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::shared_ptr<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_nullmutex> >, std::shared_ptr<spdlog::details::thread_pool>, spdlog::async_overflow_policy>(spdlog::async_logger*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&, std::shared_ptr<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_nullmutex> >&&, std::shared_ptr<spdlog::details::thread_pool>&&, spdlog::async_overflow_policy&&)':
/usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `void __gnu_cxx::new_allocator<spdlog::async_logger>::construct<spdlog::async_logger, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::shared_ptr<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_mutex> >, std::shared_ptr<spdlog::details::thread_pool>, spdlog::async_overflow_policy>(spdlog::async_logger*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&, std::shared_ptr<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_mutex> >&&, std::shared_ptr<spdlog::details::thread_pool>&&, spdlog::async_overflow_policy&&)':
/usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `void __gnu_cxx::new_allocator<spdlog::async_logger>::construct<spdlog::async_logger, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::shared_ptr<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_nullmutex> >, std::shared_ptr<spdlog::details::thread_pool>, spdlog::async_overflow_policy>(spdlog::async_logger*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&, std::shared_ptr<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_nullmutex> >&&, std::shared_ptr<spdlog::details::thread_pool>&&, spdlog::async_overflow_policy&&)':
/usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_nullmutex>::~ansicolor_stderr_sink()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink.h:101: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_mutex>::~ansicolor_stderr_sink()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink.h:101: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_nullmutex>::~ansicolor_stdout_sink()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink.h:94: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_mutex>::~ansicolor_stdout_sink()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/ansicolor_sink.h:94: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o):(.data.rel.ro._ZTISt23_Sp_counted_ptr_inplaceIN6spdlog12async_loggerESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE[_ZTISt23_Sp_counted_ptr_inplaceIN6spdlog12async_loggerESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o):(.data.rel.ro._ZTISt23_Sp_counted_ptr_inplaceIN6spdlog5sinks21ansicolor_stderr_sinkINS0_7details17console_nullmutexEEESaIS5_ELN9__gnu_cxx12_Lock_policyE2EE[_ZTISt23_Sp_counted_ptr_inplaceIN6spdlog5sinks21ansicolor_stderr_sinkINS0_7details17console_nullmutexEEESaIS5_ELN9__gnu_cxx12_Lock_policyE2EE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o):(.data.rel.ro._ZTISt23_Sp_counted_ptr_inplaceIN6spdlog5sinks21ansicolor_stderr_sinkINS0_7details13console_mutexEEESaIS5_ELN9__gnu_cxx12_Lock_policyE2EE[_ZTISt23_Sp_counted_ptr_inplaceIN6spdlog5sinks21ansicolor_stderr_sinkINS0_7details13console_mutexEEESaIS5_ELN9__gnu_cxx12_Lock_policyE2EE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o):(.data.rel.ro._ZTISt23_Sp_counted_ptr_inplaceIN6spdlog5sinks21ansicolor_stdout_sinkINS0_7details17console_nullmutexEEESaIS5_ELN9__gnu_cxx12_Lock_policyE2EE[_ZTISt23_Sp_counted_ptr_inplaceIN6spdlog5sinks21ansicolor_stdout_sinkINS0_7details17console_nullmutexEEESaIS5_ELN9__gnu_cxx12_Lock_policyE2EE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o):(.data.rel.ro._ZTISt23_Sp_counted_ptr_inplaceIN6spdlog7details11thread_poolESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE[_ZTISt23_Sp_counted_ptr_inplaceIN6spdlog7details11thread_poolESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o):(.data.rel.ro._ZTIN6spdlog5sinks21ansicolor_stderr_sinkINS_7details17console_nullmutexEEE[_ZTIN6spdlog5sinks21ansicolor_stderr_sinkINS_7details17console_nullmutexEEE]+0x0): more undefined references to `vtable for __cxxabiv1::__si_class_type_info' follow
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `std::_Sp_counted_ptr_inplace<spdlog::async_logger, std::allocator<spdlog::async_logger>, (__gnu_cxx::_Lock_policy)2>::~_Sp_counted_ptr_inplace()':
/usr/include/c++/11.1.0/bits/shared_ptr_base.h:523: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `std::_Sp_counted_ptr_inplace<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_nullmutex>, std::allocator<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_nullmutex> >, (__gnu_cxx::_Lock_policy)2>::~_Sp_counted_ptr_inplace()':
/usr/include/c++/11.1.0/bits/shared_ptr_base.h:523: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `std::_Sp_counted_ptr_inplace<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_mutex>, std::allocator<spdlog::sinks::ansicolor_stderr_sink<spdlog::details::console_mutex> >, (__gnu_cxx::_Lock_policy)2>::~_Sp_counted_ptr_inplace()':
/usr/include/c++/11.1.0/bits/shared_ptr_base.h:523: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `std::_Sp_counted_ptr_inplace<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_nullmutex>, std::allocator<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_nullmutex> >, (__gnu_cxx::_Lock_policy)2>::~_Sp_counted_ptr_inplace()':
/usr/include/c++/11.1.0/bits/shared_ptr_base.h:523: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o): in function `std::_Sp_counted_ptr_inplace<spdlog::details::thread_pool, std::allocator<spdlog::details::thread_pool>, (__gnu_cxx::_Lock_policy)2>::~_Sp_counted_ptr_inplace()':
/usr/include/c++/11.1.0/bits/shared_ptr_base.h:523: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(color_sinks.cpp.o):/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger.h:33: more undefined references to `operator delete(void*)' follow
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `spdlog::async_logger::async_logger(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::initializer_list<std::shared_ptr<spdlog::sinks::sink> >, std::weak_ptr<spdlog::details::thread_pool>, spdlog::async_overflow_policy)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:18: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:18: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:18: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `spdlog::async_logger::async_logger(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::shared_ptr<spdlog::sinks::sink>, std::weak_ptr<spdlog::details::thread_pool>, spdlog::async_overflow_policy)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:23: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:23: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:23: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `spdlog::async_logger::sink_it_(spdlog::details::log_msg const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:35: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:35: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:35: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:35: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `spdlog::async_logger::flush_()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:48: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:48: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:48: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:48: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `spdlog::async_logger::backend_sink_it_(spdlog::details::log_msg const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:65: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:65: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:65: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:65: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:65: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:65: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:65: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:65: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:65: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:65: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:65: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:65: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:65: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:65: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:65: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:65: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:65: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:65: undefined reference to `__cxa_end_catch'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `spdlog::async_logger::backend_flush_()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:83: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:83: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:83: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:83: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:83: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:83: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:83: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:83: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:83: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:83: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:83: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:83: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:83: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:83: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:83: undefined reference to `__cxa_end_catch'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:83: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:83: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:83: undefined reference to `__cxa_end_catch'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `spdlog::async_logger::clone(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger-inl.h:90: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `spdlog::details::periodic_worker::periodic_worker(std::function<void ()> const&, std::chrono::duration<long, std::ratio<1l, 1l> >)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/periodic_worker-inl.h:13: undefined reference to `std::condition_variable::condition_variable()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/periodic_worker-inl.h:32: undefined reference to `std::condition_variable::~condition_variable()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `spdlog::details::periodic_worker::~periodic_worker()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/periodic_worker-inl.h:43: undefined reference to `std::condition_variable::notify_one()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/periodic_worker-inl.h:44: undefined reference to `std::thread::join()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/periodic_worker-inl.h:46: undefined reference to `std::condition_variable::~condition_variable()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `spdlog::details::thread_pool::thread_pool(unsigned long, unsigned long, std::function<void ()>)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/thread_pool-inl.h:21: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/thread_pool-inl.h:21: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/thread_pool-inl.h:21: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/thread_pool-inl.h:21: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `spdlog::details::thread_pool::~thread_pool()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/thread_pool-inl.h:49: undefined reference to `std::thread::join()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/thread_pool-inl.h:38: undefined reference to `std::terminate()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/thread_pool-inl.h:52: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/thread_pool-inl.h:52: undefined reference to `__cxa_end_catch'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `bool std::condition_variable::wait_for<long, std::ratio<1l, 1l>, spdlog::details::periodic_worker::periodic_worker(std::function<void ()> const&, std::chrono::duration<long, std::ratio<1l, 1l> >)::{lambda()#1}::operator()() const::{lambda()#1}>(std::unique_lock<std::mutex>&, std::chrono::duration<long, std::ratio<1l, 1l> > const&, spdlog::details::periodic_worker::periodic_worker(std::function<void ()> const&, std::chrono::duration<long, std::ratio<1l, 1l> >)::{lambda()#1}::operator()() const::{lambda()#1})':
/usr/include/c++/11.1.0/condition_variable:176: undefined reference to `std::chrono::_V2::steady_clock::now()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `std::thread::thread<spdlog::details::periodic_worker::periodic_worker(std::function<void ()> const&, std::chrono::duration<long, std::ratio<1l, 1l> >)::{lambda()#1}, , void>(spdlog::details::periodic_worker::periodic_worker(std::function<void ()> const&, std::chrono::duration<long, std::ratio<1l, 1l> >)::{lambda()#1}&&)':
/usr/include/c++/11.1.0/bits/std_thread.h:143: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/std_thread.h:143: undefined reference to `std::thread::_M_start_thread(std::unique_ptr<std::thread::_State, std::default_delete<std::thread::_State> >, void (*)())'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/std_thread.h:143: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `std::thread::_State_impl<std::thread::_Invoker<std::tuple<spdlog::details::periodic_worker::periodic_worker(std::function<void ()> const&, std::chrono::duration<long, std::ratio<1l, 1l> >)::{lambda()#1}> > >::_State_impl<spdlog::details::periodic_worker::periodic_worker(std::function<void ()> const&, std::chrono::duration<long, std::ratio<1l, 1l> >)::{lambda()#1}>(spdlog::details::periodic_worker::periodic_worker(std::function<void ()> const&, std::chrono::duration<long, std::ratio<1l, 1l> >)::{lambda()#1}&&)':
/usr/include/c++/11.1.0/bits/std_thread.h:208: undefined reference to `std::thread::_State::~_State()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `void std::vector<std::thread, std::allocator<std::thread> >::_M_realloc_insert<spdlog::details::thread_pool::thread_pool(unsigned long, unsigned long, std::function<void ()>)::{lambda()#1}>(__gnu_cxx::__normal_iterator<std::thread*, std::vector<std::thread, std::allocator<std::thread> > >, spdlog::details::thread_pool::thread_pool(unsigned long, unsigned long, std::function<void ()>)::{lambda()#1}&&)':
/usr/include/c++/11.1.0/bits/vector.tcc:485: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/vector.tcc:493: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/vector.tcc:485: undefined reference to `__cxa_end_catch'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `std::thread::thread<spdlog::details::thread_pool::thread_pool(unsigned long, unsigned long, std::function<void ()>)::{lambda()#1}, , void>(spdlog::details::thread_pool::thread_pool(unsigned long, unsigned long, std::function<void ()>)::{lambda()#1}&&)':
/usr/include/c++/11.1.0/bits/std_thread.h:143: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/std_thread.h:143: undefined reference to `std::thread::_M_start_thread(std::unique_ptr<std::thread::_State, std::default_delete<std::thread::_State> >, void (*)())'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/std_thread.h:143: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `std::thread::_State_impl<std::thread::_Invoker<std::tuple<spdlog::details::thread_pool::thread_pool(unsigned long, unsigned long, std::function<void ()>)::{lambda()#1}> > >::~_State_impl()':
/usr/include/c++/11.1.0/bits/std_thread.h:201: undefined reference to `std::thread::_State::~_State()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `std::thread::_State_impl<std::thread::_Invoker<std::tuple<spdlog::details::thread_pool::thread_pool(unsigned long, unsigned long, std::function<void ()>)::{lambda()#1}> > >::~_State_impl()':
/usr/include/c++/11.1.0/bits/std_thread.h:201: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `std::thread::_State_impl<std::thread::_Invoker<std::tuple<spdlog::details::periodic_worker::periodic_worker(std::function<void ()> const&, std::chrono::duration<long, std::ratio<1l, 1l> >)::{lambda()#1}> > >::~_State_impl()':
/usr/include/c++/11.1.0/bits/std_thread.h:201: undefined reference to `std::thread::_State::~_State()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `std::thread::_State_impl<std::thread::_Invoker<std::tuple<spdlog::details::periodic_worker::periodic_worker(std::function<void ()> const&, std::chrono::duration<long, std::ratio<1l, 1l> >)::{lambda()#1}> > >::~_State_impl()':
/usr/include/c++/11.1.0/bits/std_thread.h:201: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o):(.data.rel.ro+0x8): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o):(.data.rel.ro+0x18): undefined reference to `typeinfo for std::thread::_State'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o):(.data.rel.ro+0x20): undefined reference to `vtable for __cxxabiv1::__class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o):(.data.rel.ro+0x30): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o):(.data.rel.ro+0x40): undefined reference to `typeinfo for std::thread::_State'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `std::bad_weak_ptr::bad_weak_ptr()':
/usr/include/c++/11.1.0/bits/shared_ptr_base.h:82: undefined reference to `vtable for std::bad_weak_ptr'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `std::__throw_bad_weak_ptr()':
/usr/include/c++/11.1.0/bits/shared_ptr_base.h:93: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/shared_ptr_base.h:93: undefined reference to `std::bad_weak_ptr::~bad_weak_ptr()'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/shared_ptr_base.h:93: undefined reference to `typeinfo for std::bad_weak_ptr'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/shared_ptr_base.h:93: undefined reference to `__cxa_throw'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `std::thread::~thread()':
/usr/include/c++/11.1.0/bits/std_thread.h:152: undefined reference to `std::terminate()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `std::thread::operator=(std::thread&&)':
/usr/include/c++/11.1.0/bits/std_thread.h:165: undefined reference to `std::terminate()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `spdlog::details::mpmc_blocking_queue<spdlog::details::async_msg>::~mpmc_blocking_queue()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/mpmc_blocking_q.h:22: undefined reference to `std::condition_variable::~condition_variable()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/mpmc_blocking_q.h:22: undefined reference to `std::condition_variable::~condition_variable()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `spdlog::details::mpmc_blocking_queue<spdlog::details::async_msg>::mpmc_blocking_queue(unsigned long)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/mpmc_blocking_q.h:27: undefined reference to `std::condition_variable::condition_variable()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/mpmc_blocking_q.h:27: undefined reference to `std::condition_variable::condition_variable()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/mpmc_blocking_q.h:28: undefined reference to `std::condition_variable::~condition_variable()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/mpmc_blocking_q.h:28: undefined reference to `std::condition_variable::~condition_variable()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `spdlog::details::mpmc_blocking_queue<spdlog::details::async_msg>::enqueue(spdlog::details::async_msg&&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/mpmc_blocking_q.h:39: undefined reference to `std::condition_variable::notify_one()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `spdlog::details::mpmc_blocking_queue<spdlog::details::async_msg>::enqueue_nowait(spdlog::details::async_msg&&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/mpmc_blocking_q.h:49: undefined reference to `std::condition_variable::notify_one()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `spdlog::details::mpmc_blocking_queue<spdlog::details::async_msg>::dequeue_for(spdlog::details::async_msg&, std::chrono::duration<long, std::ratio<1l, 1000l> >)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/mpmc_blocking_q.h:65: undefined reference to `std::condition_variable::notify_one()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `spdlog::async_logger::async_logger<std::shared_ptr<spdlog::sinks::sink> const*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::shared_ptr<spdlog::sinks::sink> const*, std::shared_ptr<spdlog::sinks::sink> const*, std::weak_ptr<spdlog::details::thread_pool>, spdlog::async_overflow_policy)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger.h:43: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger.h:43: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/async_logger.h:43: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `std::function<void ()>::operator()() const':
/usr/include/c++/11.1.0/bits/std_function.h:559: undefined reference to `std::__throw_bad_function_call()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `std::unique_lock<std::mutex>::lock()':
/usr/include/c++/11.1.0/bits/unique_lock.h:134: undefined reference to `std::__throw_system_error(int)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/unique_lock.h:136: undefined reference to `std::__throw_system_error(int)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `std::unique_lock<std::mutex>::unlock()':
/usr/include/c++/11.1.0/bits/unique_lock.h:192: undefined reference to `std::__throw_system_error(int)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `std::thread::_State::_State()':
/usr/include/c++/11.1.0/bits/std_thread.h:68: undefined reference to `vtable for std::thread::_State'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `void std::condition_variable::wait<spdlog::details::mpmc_blocking_queue<spdlog::details::async_msg>::enqueue(spdlog::details::async_msg&&)::{lambda()#1}>(std::unique_lock<std::mutex>&, spdlog::details::mpmc_blocking_queue<spdlog::details::async_msg>::enqueue(spdlog::details::async_msg&&)::{lambda()#1})':
/usr/include/c++/11.1.0/condition_variable:103: undefined reference to `std::condition_variable::wait(std::unique_lock<std::mutex>&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `bool std::condition_variable::wait_for<long, std::ratio<1l, 1000l>, spdlog::details::mpmc_blocking_queue<spdlog::details::async_msg>::dequeue_for(spdlog::details::async_msg&, std::chrono::duration<long, std::ratio<1l, 1000l> >)::{lambda()#1}>(std::unique_lock<std::mutex>&, std::chrono::duration<long, std::ratio<1l, 1000l> > const&, spdlog::details::mpmc_blocking_queue<spdlog::details::async_msg>::dequeue_for(spdlog::details::async_msg&, std::chrono::duration<long, std::ratio<1l, 1000l> >)::{lambda()#1})':
/usr/include/c++/11.1.0/condition_variable:176: undefined reference to `std::chrono::_V2::steady_clock::now()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `std::vector<std::thread, std::allocator<std::thread> >::_M_check_len(unsigned long, char const*) const':
/usr/include/c++/11.1.0/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `std::cv_status std::condition_variable::__wait_until_impl<std::chrono::duration<long, std::ratio<1l, 1000000000l> > >(std::unique_lock<std::mutex>&, std::chrono::time_point<std::chrono::_V2::steady_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l> > > const&)':
/usr/include/c++/11.1.0/condition_variable:203: undefined reference to `std::chrono::_V2::steady_clock::now()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `std::vector<spdlog::details::async_msg, std::allocator<spdlog::details::async_msg> >::_S_check_init_len(unsigned long, std::allocator<spdlog::details::async_msg> const&)':
/usr/include/c++/11.1.0/bits/stl_vector.h:1770: undefined reference to `std::__throw_length_error(char const*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `__gnu_cxx::new_allocator<std::thread>::deallocate(std::thread*, unsigned long)':
/usr/include/c++/11.1.0/ext/new_allocator.h:139: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `__gnu_cxx::new_allocator<spdlog::details::async_msg>::deallocate(spdlog::details::async_msg*, unsigned long)':
/usr/include/c++/11.1.0/ext/new_allocator.h:139: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `__gnu_cxx::new_allocator<std::thread>::allocate(unsigned long, void const*)':
/usr/include/c++/11.1.0/ext/new_allocator.h:110: undefined reference to `std::__throw_bad_array_new_length()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:111: undefined reference to `std::__throw_bad_alloc()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:121: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `std::thread* std::__uninitialized_copy<false>::__uninit_copy<std::move_iterator<std::thread*>, std::thread*>(std::move_iterator<std::thread*>, std::move_iterator<std::thread*>, std::thread*)':
/usr/include/c++/11.1.0/bits/stl_uninitialized.h:95: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/stl_uninitialized.h:98: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/stl_uninitialized.h:95: undefined reference to `__cxa_end_catch'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `spdlog::details::async_msg* std::__uninitialized_default_n_1<false>::__uninit_default_n<spdlog::details::async_msg*, unsigned long>(spdlog::details::async_msg*, unsigned long)':
/usr/include/c++/11.1.0/bits/stl_uninitialized.h:582: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/stl_uninitialized.h:585: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/stl_uninitialized.h:582: undefined reference to `__cxa_end_catch'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o): in function `__gnu_cxx::new_allocator<spdlog::details::async_msg>::allocate(unsigned long, void const*)':
/usr/include/c++/11.1.0/ext/new_allocator.h:110: undefined reference to `std::__throw_bad_array_new_length()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:111: undefined reference to `std::__throw_bad_alloc()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:121: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o):(.data.rel.ro._ZTIN6spdlog12async_loggerE[_ZTIN6spdlog12async_loggerE]+0x0): undefined reference to `vtable for __cxxabiv1::__vmi_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(async.cpp.o):(.data.rel.ro._ZTISt23enable_shared_from_thisIN6spdlog12async_loggerEE[_ZTISt23enable_shared_from_thisIN6spdlog12async_loggerEE]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
/usr/bin/ld: lib/libutil.a(log.cpp.o): in function `logging::init()':
/home/haydenv/CLionProjects/VelocityRa/binviz/src/util/log.cpp:33: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/log.cpp:33: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/log.cpp:33: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/log.cpp:33: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/log.cpp:33: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: lib/libutil.a(log.cpp.o): in function `__gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<spdlog::sinks::basic_file_sink<spdlog::details::null_mutex>, std::allocator<spdlog::sinks::basic_file_sink<spdlog::details::null_mutex> >, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*)':
/usr/include/c++/11.1.0/ext/new_allocator.h:110: undefined reference to `std::__throw_bad_array_new_length()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:111: undefined reference to `std::__throw_bad_alloc()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:121: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: lib/libutil.a(log.cpp.o): in function `__gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<spdlog::sinks::basic_file_sink<spdlog::details::null_mutex>, std::allocator<spdlog::sinks::basic_file_sink<spdlog::details::null_mutex> >, (__gnu_cxx::_Lock_policy)2> >::deallocate(std::_Sp_counted_ptr_inplace<spdlog::sinks::basic_file_sink<spdlog::details::null_mutex>, std::allocator<spdlog::sinks::basic_file_sink<spdlog::details::null_mutex> >, (__gnu_cxx::_Lock_policy)2>*, unsigned long)':
/usr/include/c++/11.1.0/ext/new_allocator.h:139: undefined reference to `operator delete(void*, unsigned long)'
/usr/bin/ld: lib/libutil.a(log.cpp.o): in function `void __gnu_cxx::new_allocator<spdlog::sinks::basic_file_sink<spdlog::details::null_mutex> >::construct<spdlog::sinks::basic_file_sink<spdlog::details::null_mutex>, char const* const&, bool>(spdlog::sinks::basic_file_sink<spdlog::details::null_mutex>*, char const* const&, bool&&)':
/usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: lib/libutil.a(log.cpp.o): in function `void __gnu_cxx::new_allocator<spdlog::logger>::construct<spdlog::logger, char const (&) [5], std::initializer_list<std::shared_ptr<spdlog::sinks::sink> >&>(spdlog::logger*, char const (&) [5], std::initializer_list<std::shared_ptr<spdlog::sinks::sink> >&)':
/usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:156: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: lib/libutil.a(log.cpp.o):(.data.rel.ro._ZTISt23_Sp_counted_ptr_inplaceIN6spdlog5sinks15basic_file_sinkINS0_7details10null_mutexEEESaIS5_ELN9__gnu_cxx12_Lock_policyE2EE[_ZTISt23_Sp_counted_ptr_inplaceIN6spdlog5sinks15basic_file_sinkINS0_7details10null_mutexEEESaIS5_ELN9__gnu_cxx12_Lock_policyE2EE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: lib/libutil.a(log.cpp.o):(.data.rel.ro._ZTIN6spdlog5sinks15basic_file_sinkINS_7details10null_mutexEEE[_ZTIN6spdlog5sinks15basic_file_sinkINS_7details10null_mutexEEE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: lib/libutil.a(log.cpp.o): in function `std::_Sp_counted_ptr_inplace<spdlog::sinks::basic_file_sink<spdlog::details::null_mutex>, std::allocator<spdlog::sinks::basic_file_sink<spdlog::details::null_mutex> >, (__gnu_cxx::_Lock_policy)2>::~_Sp_counted_ptr_inplace()':
/usr/include/c++/11.1.0/bits/shared_ptr_base.h:523: undefined reference to `operator delete(void*, unsigned long)'
/usr/bin/ld: lib/libutil.a(log.cpp.o): in function `spdlog::sinks::base_sink<spdlog::details::null_mutex>::~base_sink()':
/home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/sinks/base_sink.h:24: undefined reference to `operator delete(void*, unsigned long)'
/usr/bin/ld: lib/libutil.a(log.cpp.o): in function `spdlog::sinks::basic_file_sink<spdlog::details::null_mutex>::~basic_file_sink()':
/home/haydenv/CLionProjects/VelocityRa/binviz/cmake-build-debug/vcpkg_installed/x64-linux/include/spdlog/sinks/basic_file_sink.h:20: undefined reference to `operator delete(void*, unsigned long)'
/usr/bin/ld: lib/libutil.a(util.cpp.o): in function `util::load_file(std::filesystem::__cxx11::path const&)':
/home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:15: undefined reference to `std::basic_ios<char, std::char_traits<char> >::operator!() const'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:16: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:16: undefined reference to `std::runtime_error::runtime_error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:16: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:16: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:16: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:16: undefined reference to `std::runtime_error::~runtime_error()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:16: undefined reference to `typeinfo for std::runtime_error'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:16: undefined reference to `__cxa_throw'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:18: undefined reference to `std::istream::tellg()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:19: undefined reference to `std::istream::seekg(long, std::_Ios_Seekdir)'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:21: undefined reference to `std::istream::tellg()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:28: undefined reference to `std::istream::read(char*, long)'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:28: undefined reference to `std::basic_ios<char, std::char_traits<char> >::operator!() const'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:29: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:29: undefined reference to `std::runtime_error::runtime_error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:29: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:29: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:29: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:29: undefined reference to `std::runtime_error::~runtime_error()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:29: undefined reference to `typeinfo for std::runtime_error'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:29: undefined reference to `__cxa_throw'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:32: undefined reference to `std::basic_ifstream<char, std::char_traits<char> >::~basic_ifstream()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:16: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:16: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:16: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:16: undefined reference to `__cxa_free_exception'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:29: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:29: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:29: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:29: undefined reference to `__cxa_free_exception'
/usr/bin/ld: /home/haydenv/CLionProjects/VelocityRa/binviz/src/util/util.cpp:32: undefined reference to `std::basic_ifstream<char, std::char_traits<char> >::~basic_ifstream()'
/usr/bin/ld: lib/libutil.a(util.cpp.o): in function `std::filesystem::__cxx11::path::c_str() const':
/usr/include/c++/11.1.0/bits/fs_path.h:408: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const'
/usr/bin/ld: lib/libutil.a(util.cpp.o): in function `std::basic_ifstream<char, std::char_traits<char> >::basic_ifstream<std::filesystem::__cxx11::path, std::filesystem::__cxx11::path>(std::filesystem::__cxx11::path const&, std::_Ios_Openmode)':
/usr/include/c++/11.1.0/fstream:586: undefined reference to `std::basic_ifstream<char, std::char_traits<char> >::basic_ifstream(char const*, std::_Ios_Openmode)'
/usr/bin/ld: lib/libutil.a(util.cpp.o): in function `std::vector<unsigned char, std::allocator<unsigned char> >::_S_check_init_len(unsigned long, std::allocator<unsigned char> const&)':
/usr/include/c++/11.1.0/bits/stl_vector.h:1770: undefined reference to `std::__throw_length_error(char const*)'
/usr/bin/ld: lib/libutil.a(util.cpp.o): in function `__gnu_cxx::new_allocator<unsigned char>::allocate(unsigned long, void const*)':
/usr/include/c++/11.1.0/ext/new_allocator.h:111: undefined reference to `std::__throw_bad_alloc()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:121: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::details::file_helper::~file_helper()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:26: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::details::file_helper::open(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:31: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:39: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:39: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:39: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:47: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:47: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:47: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:47: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:53: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:53: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:53: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:53: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:39: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:39: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:47: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:47: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:53: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:53: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:61: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:61: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:61: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::details::file_helper::reopen(bool)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:66: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::empty() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:68: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:68: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:68: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:68: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::details::file_helper::write(fmt::v7::basic_memory_buffer<char, 250ul, std::allocator<char> > const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:93: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:93: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::details::file_helper::size() const':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:101: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:101: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::details::file_helper::split_by_extension(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:126: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::rfind(char, unsigned long) const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:130: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::size() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:132: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:132: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:136: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_last_of(char const*, unsigned long) const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:139: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:139: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:143: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::substr(unsigned long, unsigned long) const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:143: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::substr(unsigned long, unsigned long) const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:143: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:143: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:132: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:139: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:143: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o):/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper-inl.h:143: more undefined references to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()' follow
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::sinks::basic_file_sink<std::mutex>::sink_it_(spdlog::details::log_msg const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/basic_file_sink-inl.h:31: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/basic_file_sink-inl.h:31: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::sinks::basic_file_sink<spdlog::details::null_mutex>::sink_it_(spdlog::details::log_msg const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/basic_file_sink-inl.h:31: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/basic_file_sink-inl.h:31: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::sinks::rotating_file_sink<std::mutex>::rotating_file_sink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long, unsigned long, bool)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:29: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:33: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:33: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:39: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::sinks::rotating_file_sink<std::mutex>::calc_filename(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:48: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:51: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:51: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:54: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:54: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:54: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:54: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::sinks::rotating_file_sink<std::mutex>::filename[abi:cxx11]()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:60: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::sinks::rotating_file_sink<std::mutex>::sink_it_(spdlog::details::log_msg const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:66: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:66: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::sinks::rotating_file_sink<std::mutex>::rotate_()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:94: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:94: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:113: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:113: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:113: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o):/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:113: more undefined references to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()' follow
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::sinks::rotating_file_sink<spdlog::details::null_mutex>::rotating_file_sink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long, unsigned long, bool)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:29: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:33: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:33: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:39: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::sinks::rotating_file_sink<spdlog::details::null_mutex>::calc_filename(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:48: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:51: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:51: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:54: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:54: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:54: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:54: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::sinks::rotating_file_sink<spdlog::details::null_mutex>::filename[abi:cxx11]()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:60: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::sinks::rotating_file_sink<spdlog::details::null_mutex>::sink_it_(spdlog::details::log_msg const&)':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:66: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:66: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::sinks::rotating_file_sink<spdlog::details::null_mutex>::rotate_()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:94: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:94: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:113: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:113: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:113: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o):/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink-inl.h:113: more undefined references to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()' follow
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)':
/usr/include/c++/11.1.0/bits/basic_string.h:6166: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::get_allocator() const'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:6166: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::get_allocator() const'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:6166: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:6166: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:6171: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::size() const'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:6171: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::size() const'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:6172: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::capacity() const'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:6172: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::capacity() const'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:6173: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::insert(unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:6173: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:6175: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::append(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:6175: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)':
/usr/include/c++/11.1.0/bits/basic_string.h:6182: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::insert(unsigned long, char const*)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:6182: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::sinks::base_sink<std::mutex>::~base_sink()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/base_sink.h:24: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::details::file_helper::file_helper()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/details/file_helper.h:19: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `std::_Head_base<0ul, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, false>::_Head_base<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)':
/usr/include/c++/11.1.0/tuple:190: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `std::_Head_base<1ul, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, false>::_Head_base<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)':
/usr/include/c++/11.1.0/tuple:190: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `void std::_Tuple_impl<0ul, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&>::_M_assign<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::_Tuple_impl<0ul, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >&&)':
/usr/include/c++/11.1.0/tuple:388: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `std::_Head_base<0ul, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, false>::_Head_base(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/usr/include/c++/11.1.0/tuple:183: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `void std::_Tuple_impl<1ul, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&>::_M_assign<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::_Tuple_impl<1ul, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >&&)':
/usr/include/c++/11.1.0/tuple:524: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::sinks::rotating_file_sink<spdlog::details::null_mutex>::~rotating_file_sink()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink.h:22: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::sinks::rotating_file_sink<spdlog::details::null_mutex>::~rotating_file_sink()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink.h:22: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::sinks::rotating_file_sink<std::mutex>::~rotating_file_sink()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink.h:22: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::sinks::rotating_file_sink<std::mutex>::~rotating_file_sink()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/rotating_file_sink.h:22: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o): in function `spdlog::sinks::basic_file_sink<std::mutex>::~basic_file_sink()':
/usr/share/vcpkg/buildtrees/spdlog/src/v1.9.0-9c88bbe225.clean/include/spdlog/sinks/basic_file_sink.h:20: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o):(.data.rel.ro._ZTIN6spdlog5sinks18rotating_file_sinkINS_7details10null_mutexEEE[_ZTIN6spdlog5sinks18rotating_file_sinkINS_7details10null_mutexEEE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o):(.data.rel.ro._ZTIN6spdlog5sinks18rotating_file_sinkISt5mutexEE[_ZTIN6spdlog5sinks18rotating_file_sinkISt5mutexEE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libspdlogd.a(file_sinks.cpp.o):(.data.rel.ro._ZTIN6spdlog5sinks15basic_file_sinkISt5mutexEE[_ZTIN6spdlog5sinks15basic_file_sinkISt5mutexEE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::assert_fail(char const*, int, char const*)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:44: undefined reference to `std::terminate()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::report_error(void (*)(fmt::v7::detail::buffer<char>&, int, fmt::v7::basic_string_view<char>), int, fmt::v7::basic_string_view<char>)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:155: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:155: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::format_error::~format_error()':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:208: undefined reference to `std::runtime_error::~runtime_error()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::format_error::~format_error()':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:208: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::system_error::~system_error()':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:209: undefined reference to `std::runtime_error::~runtime_error()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::system_error::~system_error()':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:209: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::system_error::init(int, fmt::v7::basic_string_view<char>, fmt::v7::format_args)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:214: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:214: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:215: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:217: undefined reference to `std::runtime_error::runtime_error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:217: undefined reference to `std::runtime_error::operator=(std::runtime_error&&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:217: undefined reference to `std::runtime_error::~runtime_error()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:217: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:217: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::utf8_to_utf16::utf8_to_utf16(fmt::v7::basic_string_view<char>)::{lambda(char const*)#1}::operator()(char const*) const':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:2687: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:2687: undefined reference to `std::runtime_error::runtime_error(char const*)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:2687: undefined reference to `std::runtime_error::~runtime_error()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:2687: undefined reference to `typeinfo for std::runtime_error'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:2687: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:2687: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::utf8_to_utf16::utf8_to_utf16(fmt::v7::basic_string_view<char>)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:2682: undefined reference to `std::allocator<wchar_t>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:2682: undefined reference to `std::allocator<wchar_t>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::format_system_error(fmt::v7::detail::buffer<char>&, int, fmt::v7::basic_string_view<char>)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:2716: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:2716: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:2732: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:2732: undefined reference to `__cxa_end_catch'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::error_handler::on_error(char const*)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:2737: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:2737: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:2737: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::vformat[abi:cxx11](fmt::v7::basic_string_view<char>, fmt::v7::format_args)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:2751: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:2751: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::vprint(_IO_FILE*, fmt::v7::basic_string_view<char>, fmt::v7::format_args)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:2765: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:2765: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::format_error::format_error(char const*)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:775: undefined reference to `std::runtime_error::runtime_error(char const*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::fwrite_fully(void const*, unsigned long, unsigned long, _IO_FILE*)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:166: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:166: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:166: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::stringifier::operator()[abi:cxx11](fmt::v7::basic_format_arg<fmt::v7::basic_format_context<fmt::v7::detail::buffer_appender<char>, char> >::handle) const':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:2649: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:2649: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::locale fmt::v7::detail::locale_ref::get<std::locale>() const':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:180: undefined reference to `std::locale::locale(std::locale const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:180: undefined reference to `std::locale::locale()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > fmt::v7::detail::grouping_impl<char>(fmt::v7::detail::locale_ref)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:184: undefined reference to `std::__cxx11::numpunct<char> const& std::use_facet<std::__cxx11::numpunct<char> >(std::locale const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:184: undefined reference to `std::__cxx11::numpunct<char>::grouping() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:184: undefined reference to `std::locale::~locale()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:184: undefined reference to `std::locale::~locale()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `char fmt::v7::detail::thousands_sep_impl<char>(fmt::v7::detail::locale_ref)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:187: undefined reference to `std::__cxx11::numpunct<char> const& std::use_facet<std::__cxx11::numpunct<char> >(std::locale const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:188: undefined reference to `std::__cxx11::numpunct<char>::thousands_sep() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:187: undefined reference to `std::locale::~locale()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:187: undefined reference to `std::locale::~locale()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `char fmt::v7::detail::decimal_point_impl<char>(fmt::v7::detail::locale_ref)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:191: undefined reference to `std::__cxx11::numpunct<char> const& std::use_facet<std::__cxx11::numpunct<char> >(std::locale const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:192: undefined reference to `std::__cxx11::numpunct<char>::decimal_point() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:191: undefined reference to `std::locale::~locale()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:191: undefined reference to `std::locale::~locale()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > fmt::v7::detail::grouping_impl<wchar_t>(fmt::v7::detail::locale_ref)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:184: undefined reference to `std::__cxx11::numpunct<wchar_t> const& std::use_facet<std::__cxx11::numpunct<wchar_t> >(std::locale const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:184: undefined reference to `std::__cxx11::numpunct<wchar_t>::grouping() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:184: undefined reference to `std::locale::~locale()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:184: undefined reference to `std::locale::~locale()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `wchar_t fmt::v7::detail::thousands_sep_impl<wchar_t>(fmt::v7::detail::locale_ref)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:187: undefined reference to `std::__cxx11::numpunct<wchar_t> const& std::use_facet<std::__cxx11::numpunct<wchar_t> >(std::locale const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:188: undefined reference to `std::__cxx11::numpunct<wchar_t>::thousands_sep() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:187: undefined reference to `std::locale::~locale()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:187: undefined reference to `std::locale::~locale()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `wchar_t fmt::v7::detail::decimal_point_impl<wchar_t>(fmt::v7::detail::locale_ref)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:191: undefined reference to `std::__cxx11::numpunct<wchar_t> const& std::use_facet<std::__cxx11::numpunct<wchar_t> >(std::locale const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:192: undefined reference to `std::__cxx11::numpunct<wchar_t>::decimal_point() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:191: undefined reference to `std::locale::~locale()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format-inl.h:191: undefined reference to `std::locale::~locale()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::basic_memory_buffer<char, 500ul, std::allocator<char> >::basic_memory_buffer(std::allocator<char> const&)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:678: undefined reference to `std::allocator<char>::allocator(std::allocator<char> const&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::basic_memory_buffer<char, 500ul, std::allocator<char> >::~basic_memory_buffer()':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:681: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::system_error::system_error<>(int, fmt::v7::basic_string_view<char>)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3300: undefined reference to `std::runtime_error::runtime_error(char const*)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3302: undefined reference to `std::runtime_error::~runtime_error()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > fmt::v7::to_string<char, 500ul>(fmt::v7::basic_memory_buffer<char, 500ul, std::allocator<char> > const&)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3759: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3759: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::max_size() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3759: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3760: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3760: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned long, std::allocator<char> const&)'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3760: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3760: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::basic_memory_buffer<wchar_t, 500ul, std::allocator<wchar_t> >::basic_memory_buffer(std::allocator<wchar_t> const&)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:678: undefined reference to `std::allocator<wchar_t>::allocator(std::allocator<wchar_t> const&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::basic_memory_buffer<wchar_t, 500ul, std::allocator<wchar_t> >::~basic_memory_buffer()':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:681: undefined reference to `std::allocator<wchar_t>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string<char*, void>(char*, char*, std::allocator<char> const&)':
/usr/include/c++/11.1.0/bits/basic_string.h:627: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_local_data()'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.h:627: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Alloc_hider::_Alloc_hider(char*, std::allocator<char> const&)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `__gnu_cxx::new_allocator<wchar_t>::deallocate(wchar_t*, unsigned long)':
/usr/include/c++/11.1.0/ext/new_allocator.h:139: undefined reference to `operator delete(void*)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > fmt::v7::to_string<int, 0>(int)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > fmt::v7::to_string<unsigned int, 0>(unsigned int)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > fmt::v7::to_string<long long, 0>(long long)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > fmt::v7::to_string<unsigned long long, 0>(unsigned long long)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > fmt::v7::to_string<__int128, 0>(__int128)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > fmt::v7::to_string<unsigned __int128, 0>(unsigned __int128)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > fmt::v7::to_string<bool, 0>(bool)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > fmt::v7::to_string<char, 0>(char)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3746: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > fmt::v7::to_string<float, 0>(float const&)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3734: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3737: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > fmt::v7::to_string<double, 0>(double const&)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3734: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3737: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > fmt::v7::to_string<long double, 0>(long double const&)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3734: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3737: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > fmt::v7::to_string<char const*, 0>(char const* const&)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3734: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3737: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > fmt::v7::to_string<fmt::v7::basic_string_view<char>, 0>(fmt::v7::basic_string_view<char> const&)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3734: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3737: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > fmt::v7::to_string<void const*, 0>(void const* const&)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3734: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3737: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > fmt::v7::to_string<fmt::v7::monostate, 0>(fmt::v7::monostate const&)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3734: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:3737: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::back_insert_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > fmt::v7::detail::write<char, std::back_insert_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >(std::back_insert_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, char const*)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:2073: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:2073: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:2073: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::buffer_appender<char> fmt::v7::detail::write<char, fmt::v7::detail::buffer_appender<char> >(fmt::v7::detail::buffer_appender<char>, char const*)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:2073: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:2073: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:2073: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag)':
/usr/include/c++/11.1.0/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_data(char*)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:220: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_capacity(unsigned long)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:225: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_data() const'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:225: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_copy_chars(char*, char*, char*)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:232: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_set_length(unsigned long)'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:226: undefined reference to `__cxa_begin_catch'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:228: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_dispose()'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:229: undefined reference to `__cxa_rethrow'
/usr/bin/ld: /usr/include/c++/11.1.0/bits/basic_string.tcc:226: undefined reference to `__cxa_end_catch'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::back_insert_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > fmt::v7::detail::write<char, std::back_insert_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, long double, 0>(std::back_insert_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, long double, fmt::v7::basic_format_specs<char>, fmt::v7::detail::locale_ref)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1924: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1924: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1933: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1933: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1933: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::value_type* fmt::v7::detail::reserve<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, 0>(std::back_insert_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, unsigned long)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:378: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::size() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:379: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::resize(unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::buffer_appender<char> fmt::v7::detail::write<char, fmt::v7::detail::buffer_appender<char>, long double, 0>(fmt::v7::detail::buffer_appender<char>, long double, fmt::v7::basic_format_specs<char>, fmt::v7::detail::locale_ref)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1924: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1924: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1933: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1933: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1933: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `char* fmt::v7::detail::get_data<char>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:353: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator[](unsigned long)'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::back_insert_iterator<fmt::v7::detail::buffer<char> > fmt::v7::detail::write<char, std::back_insert_iterator<fmt::v7::detail::buffer<char> > >(std::back_insert_iterator<fmt::v7::detail::buffer<char> >, char const*)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:2073: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:2073: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:2073: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::back_insert_iterator<fmt::v7::detail::buffer<char> > fmt::v7::detail::write<char, std::back_insert_iterator<fmt::v7::detail::buffer<char> >, float, 0>(std::back_insert_iterator<fmt::v7::detail::buffer<char> >, float, fmt::v7::basic_format_specs<char>, fmt::v7::detail::locale_ref)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1924: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1924: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1933: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1933: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1933: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::back_insert_iterator<fmt::v7::detail::buffer<char> > fmt::v7::detail::write<char, std::back_insert_iterator<fmt::v7::detail::buffer<char> >, double, 0>(std::back_insert_iterator<fmt::v7::detail::buffer<char> >, double, fmt::v7::basic_format_specs<char>, fmt::v7::detail::locale_ref)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1924: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1924: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1933: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1933: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1933: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `std::back_insert_iterator<fmt::v7::detail::buffer<char> > fmt::v7::detail::write<char, std::back_insert_iterator<fmt::v7::detail::buffer<char> >, long double, 0>(std::back_insert_iterator<fmt::v7::detail::buffer<char> >, long double, fmt::v7::basic_format_specs<char>, fmt::v7::detail::locale_ref)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1924: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1924: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1933: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1933: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1933: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::arg_formatter_base<std::back_insert_iterator<fmt::v7::detail::buffer<char> >, char, fmt::v7::detail::error_handler>::write(char const*)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:2232: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:2232: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:2232: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::buffer_appender<char> fmt::v7::detail::write<char, fmt::v7::detail::buffer_appender<char>, float, 0>(fmt::v7::detail::buffer_appender<char>, float, fmt::v7::basic_format_specs<char>, fmt::v7::detail::locale_ref)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1924: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1924: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1933: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1933: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1933: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::buffer_appender<char> fmt::v7::detail::write<char, fmt::v7::detail::buffer_appender<char>, double, 0>(fmt::v7::detail::buffer_appender<char>, double, fmt::v7::basic_format_specs<char>, fmt::v7::detail::locale_ref)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1924: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1924: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1933: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1933: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1933: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::arg_formatter_base<fmt::v7::detail::buffer_appender<char>, char, fmt::v7::detail::error_handler>::write(char const*)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:2232: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:2232: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:2232: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::fill_t<char>::operator=(fmt::v7::basic_string_view<char>)':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1158: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1158: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1158: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::int_writer<std::back_insert_iterator<fmt::v7::detail::buffer<char> >, char, unsigned int>::on_num()':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1669: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::empty() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1674: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cbegin() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1675: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cend() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1681: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cend() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1681: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::back()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1684: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1684: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1691: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cbegin() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1698: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cend() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1712: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1712: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::int_writer<std::back_insert_iterator<fmt::v7::detail::buffer<char> >, char, unsigned int>::on_error()':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1717: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1717: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1717: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::int_writer<std::back_insert_iterator<fmt::v7::detail::buffer<char> >, char, unsigned long>::on_num()':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1669: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::empty() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1674: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cbegin() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1675: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cend() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1681: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cend() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1681: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::back()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1684: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1684: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1691: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cbegin() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1698: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cend() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1712: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1712: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::int_writer<std::back_insert_iterator<fmt::v7::detail::buffer<char> >, char, unsigned long>::on_error()':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1717: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1717: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1717: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::int_writer<std::back_insert_iterator<fmt::v7::detail::buffer<char> >, char, unsigned __int128>::on_num()':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1669: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::empty() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1674: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cbegin() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1675: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cend() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1681: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cend() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1681: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::back()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1684: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1684: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1691: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cbegin() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1698: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cend() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1712: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1712: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::int_writer<std::back_insert_iterator<fmt::v7::detail::buffer<char> >, char, unsigned __int128>::on_error()':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1717: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1717: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1717: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::int_writer<fmt::v7::detail::buffer_appender<char>, char, unsigned int>::on_num()':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1669: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::empty() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1674: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cbegin() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1675: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cend() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1681: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cend() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1681: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::back()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1684: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1684: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1691: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cbegin() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1698: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cend() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1712: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1712: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::int_writer<fmt::v7::detail::buffer_appender<char>, char, unsigned int>::on_error()':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1717: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1717: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1717: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::int_writer<fmt::v7::detail::buffer_appender<char>, char, unsigned long>::on_num()':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1669: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::empty() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1674: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cbegin() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1675: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cend() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1681: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cend() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1681: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::back()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1684: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1684: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1691: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cbegin() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1698: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cend() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1712: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1712: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::int_writer<fmt::v7::detail::buffer_appender<char>, char, unsigned long>::on_error()':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1717: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1717: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1717: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::int_writer<fmt::v7::detail::buffer_appender<char>, char, unsigned __int128>::on_num()':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1669: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::empty() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1674: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cbegin() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1675: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cend() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1681: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cend() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1681: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::back()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1684: undefined reference to `std::allocator<char>::allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1684: undefined reference to `std::allocator<char>::~allocator()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1691: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cbegin() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1698: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::cend() const'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1712: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1712: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `fmt::v7::detail::int_writer<fmt::v7::detail::buffer_appender<char>, char, unsigned __int128>::on_error()':
/usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1717: undefined reference to `__cxa_allocate_exception'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1717: undefined reference to `__cxa_throw'
/usr/bin/ld: /usr/share/vcpkg/buildtrees/fmt/src/2b3b374f0b-01bcd63221.clean/include/fmt/format.h:1717: undefined reference to `__cxa_free_exception'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o):(.data.rel.ro._ZTVN3fmt2v712system_errorE[_ZTVN3fmt2v712system_errorE]+0x20): undefined reference to `std::runtime_error::what() const'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o):(.data.rel.ro._ZTVN3fmt2v712format_errorE[_ZTVN3fmt2v712format_errorE]+0x20): undefined reference to `std::runtime_error::what() const'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o):(.data.rel.ro._ZTIN3fmt2v719basic_memory_bufferIjLm32ESaIjEEE[_ZTIN3fmt2v719basic_memory_bufferIjLm32ESaIjEEE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o):(.data.rel.ro._ZTIN3fmt2v76detail6bufferIjEE[_ZTIN3fmt2v76detail6bufferIjEE]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o):(.data.rel.ro._ZTIN3fmt2v712system_errorE[_ZTIN3fmt2v712system_errorE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o):(.data.rel.ro._ZTIN3fmt2v712system_errorE[_ZTIN3fmt2v712system_errorE]+0x10): undefined reference to `typeinfo for std::runtime_error'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o):(.data.rel.ro._ZTIN3fmt2v719basic_memory_bufferIcLm500ESaIcEEE[_ZTIN3fmt2v719basic_memory_bufferIcLm500ESaIcEEE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o):(.data.rel.ro._ZTIN3fmt2v719basic_memory_bufferIwLm500ESaIwEEE[_ZTIN3fmt2v719basic_memory_bufferIwLm500ESaIwEEE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o):(.data.rel.ro._ZTIN3fmt2v76detail6bufferIwEE[_ZTIN3fmt2v76detail6bufferIwEE]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o):(.data.rel.ro._ZTIN3fmt2v712format_errorE[_ZTIN3fmt2v712format_errorE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o):(.data.rel.ro._ZTIN3fmt2v712format_errorE[_ZTIN3fmt2v712format_errorE]+0x10): undefined reference to `typeinfo for std::runtime_error'
/usr/bin/ld: vcpkg_installed/x64-linux/debug/lib/libfmtd.a(format.cc.o): in function `__gnu_cxx::new_allocator<wchar_t>::allocate(unsigned long, void const*)':
/usr/include/c++/11.1.0/ext/new_allocator.h:110: undefined reference to `std::__throw_bad_array_new_length()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:111: undefined reference to `std::__throw_bad_alloc()'
/usr/bin/ld: /usr/include/c++/11.1.0/ext/new_allocator.h:121: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE
collect2: error: ld returned 1 exit status
make[3]: *** [CMakeFiles/binviz.dir/build.make:173: bin/binviz] Error 1
make[2]: *** [CMakeFiles/Makefile2:195: CMakeFiles/binviz.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:202: CMakeFiles/binviz.dir/rule] Error 2
make: *** [Makefile:137: binviz] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment