Angelio Mason

Results 4 issues of Angelio Mason

When compiling the library with the v141_xp toolset, I get the following error `1>d:\vsprojects\c++\test2\test2\vcpkg_installed\x86-windows-static\include\cryptopp\config_os.h(129): fatal error C1083: Cannot open include file: 'winapifamily.h': No such file or directory` When commenting it...

**Describe the bug** When compiling the project using MSVC, and macro-free mode I get the following errors: ```cpp D:\CLion Projects\Proj\lib\quill\include\quill/core/SourceLocation.h(44): error C3861: '__builtin_LINE': identifier not found [D:\CLion Projects\Proj\build\deb\Proj.vcxproj] D:\CLion Projects\Proj\lib\quill\include\quill/core/SourceLocation.h(43):...

**Describe the bug** When compiling quill using TDM-GCC-32, I get the following errors: ```cpp D:\Apps\TDM-GCC-32\bin\c++.exe -DFMT_HEADER_ONLY=1 -DNOMINMAX -DNTDDI_VERSION=0x05010300 -DQUILL_DISABLE_NON_PREFIXED_MACROS -DQUILL_NO_THREAD_NAME_SUPPORT -DSTRICT -DUNICODE -DWIN32_LEAN_AND_MEAN -DWINVER=0x0501 -D_WIN32_WINNT=0x0501 -DCMAKE_INTDIR=\"Debug\" -I"D:/CLion Projects/Proj/build/lib/cryptopp" -I"D:/CLion Projects/Proj/lib/fmt/include"...

Hi, been trying to compile the lib statically using MSVC 17 using the 141_xp toolset However, when I use cmake to generate and start building I only get a expected-test.exe...