chronoxor / FastBinaryEncoding

Fast Binary Encoding is ultra fast and universal serialization solution for C++, C#, Go, Java, JavaScript, Kotlin, Python, Ruby, Swift
https://chronoxor.github.io/FastBinaryEncoding
MIT License
828 stars 85 forks source link

Not able to build on Windows Visual Studio error C2672: 'fmt::v11::detail::buffer<T>::append': no matching overloaded function found #100

Open alokjadhav opened 3 months ago

alokjadhav commented 3 months ago

-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.22631. -- The C compiler identification is MSVC 19.38.33135.0 -- The CXX compiler identification is MSVC 19.38.33135.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- The System identification is Windows 10.0.22631 Platform/Windows -- Found BISON: C:/Users/ajadhav_yin/ProgramFiles/chocoportable/bin/win_bison.exe (found version "3.7.4") -- Found FLEX: C:/Users/ajadhav_yin/ProgramFiles/chocoportable/bin/win_flex.exe (found version "2.6.4") -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- The System identification is Windows 10.0.22631 Platform/Windows -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - not found -- Found Threads: TRUE
-- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of off64_t -- Check size of off64_t - failed -- Looking for fseeko -- Looking for fseeko - not found -- Looking for unistd.h -- Looking for unistd.h - not found -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- The System identification is Windows 10.0.22631 Platform/Windows -- Found DbgHelp: C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22621.0/um/x64/DbgHelp.Lib
-- Found RPC: C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22621.0/um/x64/RpcRT4.Lib
-- Found Userenv: C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22621.0/um/x64/UserEnv.Lib
-- Found VLD: C:/Users/ajadhav_yin/dev/exec/POC/FBE/FastBinaryEncoding/modules/CppCommon/modules/vld/bin/vld.lib
-- Configuring done (34.0s) -- Generating done (2.2s) -- Build files have been written to: C:/Users/ajadhav_yin/dev/exec/POC/FBE/FastBinaryEncoding/temp MSBuild version 17.8.5+b5265ef37 for .NET Framework Build started 8/10/2024 4:12:45 PM.

 1>Project "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\ALL_BUILD.vcxproj" on node 1 (default targets).
 1>Project "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\ALL_BUILD.vcxproj" (1) is building "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
 2>PrepareForBuild:
     Creating directory "x64\RelWithDebInfo\ZERO_CHECK\".
     Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
     Creating directory "x64\RelWithDebInfo\ZERO_CHECK\ZERO_CHECK.tlog\".
   InitializeBuildStatus:
     Creating "x64\RelWithDebInfo\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
     Touching "x64\RelWithDebInfo\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
   CustomBuild:
     1>Checking Build System
   FinalizeBuildStatus:
     Deleting file "x64\RelWithDebInfo\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
     Touching "x64\RelWithDebInfo\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
 2>Done Building Project "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\ZERO_CHECK.vcxproj" (default targets).
 1>Project "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\ALL_BUILD.vcxproj" (1) is building "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\Catch2.vcxproj" (3) on node 1 (default targets).
 3>PrepareForBuild:
     Creating directory "Catch2.dir\RelWithDebInfo\".
     Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
     Creating directory "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\RelWithDebInfo\".
     Creating directory "Catch2.dir\RelWithDebInfo\Catch2.tlog\".
   InitializeBuildStatus:
     Creating "Catch2.dir\RelWithDebInfo\Catch2.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
     Touching "Catch2.dir\RelWithDebInfo\Catch2.tlog\unsuccessfulbuild".
   CustomBuild:
     Building Custom Rule C:/Users/ajadhav_yin/dev/exec/POC/FBE/FastBinaryEncoding/modules/CMakeLists.txt
 1>Project "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\ALL_BUILD.vcxproj" (1) is building "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppBenchmark\modules\HdrHistogram.vcxproj" (4) on node 2 (default targets).
 4>Project "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppBenchmark\modules\HdrHistogram.vcxproj" (4) is building "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppBenchmark\modules\zlib.vcxproj" (6) on node 2 (default targets).
 6>PrepareForBuild:
     Creating directory "zlib.dir\RelWithDebInfo\".
     Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
     Creating directory "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppBenchmark\modules\RelWithDebInfo\".
     Creating directory "zlib.dir\RelWithDebInfo\zlib.tlog\".
   InitializeBuildStatus:
     Creating "zlib.dir\RelWithDebInfo\zlib.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
     Touching "zlib.dir\RelWithDebInfo\zlib.tlog\unsuccessfulbuild".
 1>Project "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\ALL_BUILD.vcxproj" (1) is building "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\cpp-optparse.vcxproj" (5) on node 4 (default targets).
 5>PrepareForBuild:
     Creating directory "cpp-optparse.dir\RelWithDebInfo\".
     Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
     Creating directory "cpp-optparse.dir\RelWithDebInfo\cpp-optparse.tlog\".
   InitializeBuildStatus:
     Creating "cpp-optparse.dir\RelWithDebInfo\cpp-optparse.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
     Touching "cpp-optparse.dir\RelWithDebInfo\cpp-optparse.tlog\unsuccessfulbuild".
 1>Project "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\ALL_BUILD.vcxproj" (1) is building "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppCommon\cppcommon.vcxproj" (8) on node 3 (default targets).
 8>Project "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppCommon\cppcommon.vcxproj" (8) is building "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppCommon\modules\fmt.vcxproj" (9) on node 3 (default targets).
 9>PrepareForBuild:
     Creating directory "fmt.dir\RelWithDebInfo\".
     Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
     Creating directory "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppCommon\modules\RelWithDebInfo\".
     Creating directory "fmt.dir\RelWithDebInfo\fmt.tlog\".
   InitializeBuildStatus:
     Creating "fmt.dir\RelWithDebInfo\fmt.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
     Touching "fmt.dir\RelWithDebInfo\fmt.tlog\unsuccessfulbuild".
 3>ComputeStdModulesCompileInputs:
     Reading library manifest file 'C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\modules\modules.json' which provides data for library 'microsoft/STL'.
     Adding module source 'C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\modules\std.ixx' from library 'microsoft/STL' to be built with this project.
     Adding module source 'C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\modules\std.compat.ixx' from library 'microsoft/STL' to be built with this project.
   MakeDirsForCl:
     Creating directory "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\Catch2.dir\RelWithDebInfo\microsoft\STL".
   SetModuleDependencies:
     Creating directory "Catch2.dir\RelWithDebInfo\Catch2_MD.tlog\".
 6>CustomBuild:
     Building Custom Rule C:/Users/ajadhav_yin/dev/exec/POC/FBE/FastBinaryEncoding/modules/CppBenchmark/modules/CMakeLists.txt
 3>ClCompile:
     C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64\CL.exe /c /IC:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\Catch2\extras /Zi /nologo /W4 /WX /diagnostics:column /O2 /Ob1 /D _MBCS /D WIN32 /D _WINDOWS /D NDEBUG /D WIN32_LEAN_AND_MEAN /D _CRT_SECURE_NO_DEPRECATE /D _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS /D _WIN32_WINNT=0x0A00 /D _WIN32_SDK=22621 /D "CMAKE_INTDIR=\"RelWithDebInfo\"" /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /std:c++latest /Fo"Catch2.dir\RelWithDebInfo\\" /Fd"C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\RelWithDebInfo\Catch2.pdb" /external:W4 /Gd /TP /errorReport:queue  /bigobj /utf-8 /Zc:__cplusplus C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\Catch2\extras\catch_amalgamated.cpp
 5>CustomBuild:
     Building Custom Rule C:/Users/ajadhav_yin/dev/exec/POC/FBE/FastBinaryEncoding/modules/CMakeLists.txt
 9>CustomBuild:
     Building Custom Rule C:/Users/ajadhav_yin/dev/exec/POC/FBE/FastBinaryEncoding/modules/CppCommon/modules/CMakeLists.txt
 6>ClCompile:
     C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64\CL.exe /c /IC:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\zlib /Zi /nologo /W4 /WX /diagnostics:column /O2 /Ob1 /D _MBCS /D WIN32 /D _WINDOWS /D NDEBUG /D WIN32_LEAN_AND_MEAN /D _CRT_SECURE_NO_DEPRECATE /D _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS /D _WIN32_WINNT=0x0A00 /D _WIN32_SDK=22621 /D NO_FSEEKO /D _CRT_NONSTDC_NO_DEPRECATE /D "CMAKE_INTDIR=\"RelWithDebInfo\"" /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"zlib.dir\RelWithDebInfo\\" /Fd"C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppBenchmark\modules\RelWithDebInfo\zlib.pdb" /external:W4 /Gd /TC /wd4100 /wd4250 /wd4127 /wd4131 /wd4244 /wd4245 /wd4267 /errorReport:queue  /bigobj /utf-8 /Zc:__cplusplus C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\zlib\adler32.c C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\zlib\compress.c C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\zlib\crc32.c C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\zlib\deflate.c C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\zlib\gzclose.c C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\zlib\gzlib.c C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\zlib\gzread.c C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\zlib\gzwrite.c C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\zlib\infback.c C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\zlib\inffast.c C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\zlib\inflate.c C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\zlib\inftrees.c C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\zlib\trees.c C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\zlib\uncompr.c C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\zlib\zutil.c
 5>ComputeStdModulesCompileInputs:
     Reading library manifest file 'C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\modules\modules.json' which provides data for library 'microsoft/STL'.
     Adding module source 'C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\modules\std.ixx' from library 'microsoft/STL' to be built with this project.
     Adding module source 'C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\modules\std.compat.ixx' from library 'microsoft/STL' to be built with this project.
   MakeDirsForCl:
     Creating directory "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\cpp-optparse.dir\RelWithDebInfo\microsoft\STL".
   SetModuleDependencies:
     Creating directory "cpp-optparse.dir\RelWithDebInfo\cpp-optparse_MD.tlog\".
 3>ClCompile:
     catch_amalgamated.cpp
 5>ClCompile:
     C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64\CL.exe /c /I"C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\cpp-optparse" /Zi /nologo /W4 /WX /diagnostics:column /O2 /Ob1 /D _MBCS /D WIN32 /D _WINDOWS /D NDEBUG /D WIN32_LEAN_AND_MEAN /D _CRT_SECURE_NO_DEPRECATE /D _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS /D _WIN32_WINNT=0x0A00 /D _WIN32_SDK=22621 /D "CMAKE_INTDIR=\"RelWithDebInfo\"" /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /std:c++latest /Fo"cpp-optparse.dir\RelWithDebInfo\\" /Fd"C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\RelWithDebInfo\cpp-optparse.pdb" /external:W4 /Gd /TP /wd4100 /wd4250 /wd4244 /wd4996 /errorReport:queue  /bigobj /utf-8 /Zc:__cplusplus "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\cpp-optparse\OptionParser.cpp"
 9>ComputeStdModulesCompileInputs:
     Reading library manifest file 'C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\modules\modules.json' which provides data for library 'microsoft/STL'.
     Adding module source 'C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\modules\std.ixx' from library 'microsoft/STL' to be built with this project.
     Adding module source 'C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\modules\std.compat.ixx' from library 'microsoft/STL' to be built with this project.
   MakeDirsForCl:
     Creating directory "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppCommon\modules\fmt.dir\RelWithDebInfo\microsoft\STL".
   SetModuleDependencies:
     Creating directory "fmt.dir\RelWithDebInfo\fmt_MD.tlog\".
   ClCompile:
     C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64\CL.exe /c /IC:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppCommon\modules\fmt\include /Zi /nologo /W4 /WX /diagnostics:column /O2 /Ob1 /D _MBCS /D WIN32 /D _WINDOWS /D NDEBUG /D WIN32_LEAN_AND_MEAN /D _CRT_SECURE_NO_DEPRECATE /D _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS /D _WIN32_WINNT=0x0A00 /D _WIN32_SDK=22621 /D DBGHELP_SUPPORT /D RPC_SUPPORT /D USERENV_SUPPORT /D VLD_SUPPORT /D "CMAKE_INTDIR=\"RelWithDebInfo\"" /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /std:c++latest /Fo"fmt.dir\RelWithDebInfo\\" /Fd"C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppCommon\modules\RelWithDebInfo\fmt.pdb" /external:W4 /Gd /TP /wd4100 /wd4250 /wd4702 /errorReport:queue  /bigobj /utf-8 /Zc:__cplusplus C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppCommon\modules\fmt\src\format.cc C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppCommon\modules\fmt\src\os.cc
 6>ClCompile:
     adler32.c
     compress.c
 5>ClCompile:
     OptionParser.cpp
 6>ClCompile:
     crc32.c
 9>ClCompile:
     format.cc
 6>ClCompile:
     deflate.c
     gzclose.c
     gzlib.c
     gzread.c
     gzwrite.c
     infback.c
     inffast.c
     inflate.c
     inftrees.c
     trees.c
     uncompr.c
     zutil.c
     Generating Code...
 9>ClCompile:
     os.cc
 **9>C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppCommon\modules\fmt\include\fmt\base.h(1205,21): error C2672: 'fmt::v11::detail::buffer<T>::append': no matching overloaded function found [C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppCommon\modules\fmt.vcxproj]

C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppCommon\modules\fmt\include\fmt\base.h(1205,21): error C2672: with [C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppCommon\modules\fmt.vcxproj] C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppCommon\modules\fmt\include\fmt\base.h(1205,21): error C2672: [ [C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppCommon\modules\fmt.vcxproj] C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppCommon\modules\fmt\include\fmt\base.h(1205,21): error C2672: T=char [C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppCommon\modules\fmt.vcxproj] C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppCommon\modules\fmt\include\fmt\base.h(1205,21): error C2672: ] [C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppCommon\modules\fmt.vcxproj] (compiling source file '../modules/CppCommon/modules/fmt/src/format.cc') C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppCommon\modules\fmt\include\fmt\base.h(936,7): could be 'void fmt::v11::detail::buffer::append(const U ,const U )' with [ T=char ] C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppCommon\modules\fmt\include\fmt\base.h(1205,21): Failed to specialize function template 'void fmt::v11::detail::buffer::append(const U ,const U )' with [ T=char ] C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppCommon\modules\fmt\include\fmt\base.h(1205,21): With the following template arguments: C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppCommon\modules\fmt\include\fmt\base.h(1205,21): 'U=char' C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppCommon\modules\fmt\include\fmt\base.h(1205,21): the template instantiation context (the oldest one first) is C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppCommon\modules\fmt\include\fmt\format.h(3142,23): see reference to function template instantiation 'OutputIt fmt::v11::detail::format_decimal<char,uint32_t,fmt::v11::appender,0>(OutputIt,UInt,int)' being compiled with [ OutputIt=fmt::v11::appender, UInt=uint32_t ] C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppCommon\modules\fmt\include\fmt\format.h(1335,18): see reference to function template instantiation 'OutputIt fmt::v11::detail::copy_noinline<char,char,OutputIt>(InputIt,InputIt,OutputIt)' being compiled with [ OutputIt=fmt::v11::appender, InputIt=char ] C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppCommon\modules\fmt\include\fmt\format.h(599,10): see reference to function template instantiation 'OutputIt fmt::v11::detail::copy<char,InputIt,OutputIt,0>(InputIt,InputIt,OutputIt)' being compiled with [ OutputIt=fmt::v11::appender, InputIt=char * ]**

 6>Lib:
     C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64\Lib.exe /OUT:"C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppBenchmark\modules\RelWithDebInfo\zlib.lib" /NOLOGO /MACHINE:X64  /machine:x64 zlib.dir\RelWithDebInfo\adler32.obj
     zlib.dir\RelWithDebInfo\compress.obj
     zlib.dir\RelWithDebInfo\crc32.obj
     zlib.dir\RelWithDebInfo\deflate.obj
     zlib.dir\RelWithDebInfo\gzclose.obj
     zlib.dir\RelWithDebInfo\gzlib.obj
     zlib.dir\RelWithDebInfo\gzread.obj
     zlib.dir\RelWithDebInfo\gzwrite.obj
     zlib.dir\RelWithDebInfo\infback.obj
     zlib.dir\RelWithDebInfo\inffast.obj
     zlib.dir\RelWithDebInfo\inflate.obj
     zlib.dir\RelWithDebInfo\inftrees.obj
     zlib.dir\RelWithDebInfo\trees.obj
     zlib.dir\RelWithDebInfo\uncompr.obj
     zlib.dir\RelWithDebInfo\zutil.obj
 5>Lib:
     C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64\Lib.exe /OUT:"C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\RelWithDebInfo\cpp-optparse.lib" /NOLOGO /MACHINE:X64  /machine:x64 "cpp-optparse.dir\RelWithDebInfo\OptionParser.obj"
 9>ClCompile:
     Generating Code...
 6>Lib:
     zlib.vcxproj -> C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppBenchmark\modules\RelWithDebInfo\zlib.lib
   FinalizeBuildStatus:
     Deleting file "zlib.dir\RelWithDebInfo\zlib.tlog\unsuccessfulbuild".
     Touching "zlib.dir\RelWithDebInfo\zlib.tlog\zlib.lastbuildstate".
 6>Done Building Project "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppBenchmark\modules\zlib.vcxproj" (default targets).
 4>PrepareForBuild:
     Creating directory "HdrHistogram.dir\RelWithDebInfo\".
     Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
     Creating directory "HdrHistogram.dir\RelWithDebInfo\HdrHistogram.tlog\".
   InitializeBuildStatus:
     Creating "HdrHistogram.dir\RelWithDebInfo\HdrHistogram.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
     Touching "HdrHistogram.dir\RelWithDebInfo\HdrHistogram.tlog\unsuccessfulbuild".
 9>Done Building Project "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppCommon\modules\fmt.vcxproj" (default targets) -- FAILED.
 8>Done Building Project "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppCommon\cppcommon.vcxproj" (default targets) -- FAILED.
 4>CustomBuild:
     Building Custom Rule C:/Users/ajadhav_yin/dev/exec/POC/FBE/FastBinaryEncoding/modules/CppBenchmark/modules/CMakeLists.txt
 5>Lib:
     cpp-optparse.vcxproj -> C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\RelWithDebInfo\cpp-optparse.lib
   FinalizeBuildStatus:
     Deleting file "cpp-optparse.dir\RelWithDebInfo\cpp-optparse.tlog\unsuccessfulbuild".
     Touching "cpp-optparse.dir\RelWithDebInfo\cpp-optparse.tlog\cpp-optparse.lastbuildstate".
 5>Done Building Project "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\cpp-optparse.vcxproj" (default targets).
 4>ClCompile:
     C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64\CL.exe /c /IC:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\HdrHistogram\include /IC:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\zlib /Zi /nologo /W4 /WX /diagnostics:column /O2 /Ob1 /D _MBCS /D WIN32 /D _WINDOWS /D NDEBUG /D WIN32_LEAN_AND_MEAN /D _CRT_SECURE_NO_DEPRECATE /D _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS /D _WIN32_WINNT=0x0A00 /D _WIN32_SDK=22621 /D NO_FSEEKO /D _CRT_NONSTDC_NO_DEPRECATE /D "CMAKE_INTDIR=\"RelWithDebInfo\"" /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"HdrHistogram.dir\RelWithDebInfo\\" /Fd"C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppBenchmark\modules\RelWithDebInfo\HdrHistogram.pdb" /external:W4 /Gd /TC /wd4100 /wd4250 /wd4057 /wd4146 /wd4244 /errorReport:queue  /bigobj /utf-8 /Zc:__cplusplus C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\HdrHistogram\src\hdr_encoding.c C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\HdrHistogram\src\hdr_histogram.c C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\HdrHistogram\src\hdr_histogram_log.c C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\HdrHistogram\src\hdr_interval_recorder.c C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\HdrHistogram\src\hdr_thread.c C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\HdrHistogram\src\hdr_time.c C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\HdrHistogram\src\hdr_writer_reader_phaser.c
     hdr_encoding.c
     hdr_histogram.c
     hdr_histogram_log.c
     hdr_interval_recorder.c
     hdr_thread.c
     hdr_time.c
     hdr_writer_reader_phaser.c
     Generating Code...
   Lib:
     C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64\Lib.exe /OUT:"C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppBenchmark\modules\RelWithDebInfo\HdrHistogram.lib" /NOLOGO /MACHINE:X64  /machine:x64 HdrHistogram.dir\RelWithDebInfo\hdr_encoding.obj
     HdrHistogram.dir\RelWithDebInfo\hdr_histogram.obj
     HdrHistogram.dir\RelWithDebInfo\hdr_histogram_log.obj
     HdrHistogram.dir\RelWithDebInfo\hdr_interval_recorder.obj
     HdrHistogram.dir\RelWithDebInfo\hdr_thread.obj
     HdrHistogram.dir\RelWithDebInfo\hdr_time.obj
     HdrHistogram.dir\RelWithDebInfo\hdr_writer_reader_phaser.obj
     HdrHistogram.vcxproj -> C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppBenchmark\modules\RelWithDebInfo\HdrHistogram.lib
   FinalizeBuildStatus:
     Deleting file "HdrHistogram.dir\RelWithDebInfo\HdrHistogram.tlog\unsuccessfulbuild".
     Touching "HdrHistogram.dir\RelWithDebInfo\HdrHistogram.tlog\HdrHistogram.lastbuildstate".
 4>Done Building Project "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppBenchmark\modules\HdrHistogram.vcxproj" (default targets).
 1>Project "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\ALL_BUILD.vcxproj" (1) is building "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppBenchmark\cppbenchmark.vcxproj" (7) on node 3 (default targets).
 7>PrepareForBuild:
     Creating directory "cppbenchmark.dir\RelWithDebInfo\".
     Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
     Creating directory "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppBenchmark\RelWithDebInfo\".
     Creating directory "cppbenchmark.dir\RelWithDebInfo\cppbenchmark.tlog\".
   InitializeBuildStatus:
     Creating "cppbenchmark.dir\RelWithDebInfo\cppbenchmark.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
     Touching "cppbenchmark.dir\RelWithDebInfo\cppbenchmark.tlog\unsuccessfulbuild".
   CustomBuild:
     Building Custom Rule C:/Users/ajadhav_yin/dev/exec/POC/FBE/FastBinaryEncoding/modules/CppBenchmark/CMakeLists.txt
   ComputeStdModulesCompileInputs:
     Reading library manifest file 'C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\modules\modules.json' which provides data for library 'microsoft/STL'.
     Adding module source 'C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\modules\std.ixx' from library 'microsoft/STL' to be built with this project.
     Adding module source 'C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\modules\std.compat.ixx' from library 'microsoft/STL' to be built with this project.
   MakeDirsForCl:
     Creating directory "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppBenchmark\cppbenchmark.dir\RelWithDebInfo\microsoft\STL".
   SetModuleDependencies:
     Creating directory "cppbenchmark.dir\RelWithDebInfo\cppbenchmark_MD.tlog\".
   ClCompile:
     C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64\CL.exe /c /IC:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\include /I"C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\cpp-optparse" /IC:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\HdrHistogram\include /IC:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\modules\zlib /Zi /nologo /W4 /WX /diagnostics:column /O2 /Ob1 /D _MBCS /D WIN32 /D _WINDOWS /D NDEBUG /D WIN32_LEAN_AND_MEAN /D _CRT_SECURE_NO_DEPRECATE /D _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS /D _WIN32_WINNT=0x0A00 /D _WIN32_SDK=22621 /D "CMAKE_INTDIR=\"RelWithDebInfo\"" /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /std:c++latest /Fo"cppbenchmark.dir\RelWithDebInfo\\" /Fd"C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppBenchmark\RelWithDebInfo\cppbenchmark.pdb" /external:W0 /Gd /TP /wd4100 /wd4250 /errorReport:queue  /external:I "C:/Users/ajadhav_yin/dev/exec/POC/FBE/FastBinaryEncoding/modules/CppBenchmark/modules" /bigobj /utf-8 /Zc:__cplusplus C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\source\benchmark\barrier.cpp C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\source\benchmark\benchmark.cpp C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\source\benchmark\benchmark_base.cpp C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\source\benchmark\benchmark_pc.cpp C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\source\benchmark\benchmark_threads.cpp C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\source\benchmark\console.cpp C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\source\benchmark\context.cpp C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\source\benchmark\context_pc.cpp C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\source\benchmark\context_threads.cpp C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\source\benchmark\environment.cpp C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\source\benchmark\executor.cpp C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\source\benchmark\launcher.cpp C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\source\benchmark\launcher_console.cpp C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\source\benchmark\phase_core.cpp C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\source\benchmark\phase_metrics.cpp C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\source\benchmark\phase_scope.cpp C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\source\benchmark\reporter_console.cpp C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\source\benchmark\reporter_csv.cpp C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\source\benchmark\reporter_json.cpp C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\source\benchmark\settings.cpp C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppBenchmark\source\benchmark\system.cpp
     barrier.cpp
     benchmark.cpp
 3>Lib:
     C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64\Lib.exe /OUT:"C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\RelWithDebInfo\Catch2.lib" /NOLOGO /MACHINE:X64  /machine:x64 Catch2.dir\RelWithDebInfo\catch_amalgamated.obj
 7>ClCompile:
     benchmark_base.cpp
 3>Lib:
     Catch2.vcxproj -> C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\RelWithDebInfo\Catch2.lib
   FinalizeBuildStatus:
     Deleting file "Catch2.dir\RelWithDebInfo\Catch2.tlog\unsuccessfulbuild".
     Touching "Catch2.dir\RelWithDebInfo\Catch2.tlog\Catch2.lastbuildstate".
 3>Done Building Project "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\Catch2.vcxproj" (default targets).
 7>ClCompile:
     benchmark_pc.cpp
     benchmark_threads.cpp
     console.cpp
     context.cpp
     context_pc.cpp
     context_threads.cpp
     environment.cpp
     executor.cpp
     launcher.cpp
     launcher_console.cpp
     phase_core.cpp
     phase_metrics.cpp
     phase_scope.cpp
     reporter_console.cpp
     reporter_csv.cpp
     reporter_json.cpp
     settings.cpp
     Generating Code...
     Compiling...
     system.cpp
     Generating Code...
   Lib:
     C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64\Lib.exe /OUT:"C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppBenchmark\RelWithDebInfo\cppbenchmark.lib" /NOLOGO /MACHINE:X64  /machine:x64 cppbenchmark.dir\RelWithDebInfo\barrier.obj
     cppbenchmark.dir\RelWithDebInfo\benchmark.obj
     cppbenchmark.dir\RelWithDebInfo\benchmark_base.obj
     cppbenchmark.dir\RelWithDebInfo\benchmark_pc.obj
     cppbenchmark.dir\RelWithDebInfo\benchmark_threads.obj
     cppbenchmark.dir\RelWithDebInfo\console.obj
     cppbenchmark.dir\RelWithDebInfo\context.obj
     cppbenchmark.dir\RelWithDebInfo\context_pc.obj
     cppbenchmark.dir\RelWithDebInfo\context_threads.obj
     cppbenchmark.dir\RelWithDebInfo\environment.obj
     cppbenchmark.dir\RelWithDebInfo\executor.obj
     cppbenchmark.dir\RelWithDebInfo\launcher.obj
     cppbenchmark.dir\RelWithDebInfo\launcher_console.obj
     cppbenchmark.dir\RelWithDebInfo\phase_core.obj
     cppbenchmark.dir\RelWithDebInfo\phase_metrics.obj
     cppbenchmark.dir\RelWithDebInfo\phase_scope.obj
     cppbenchmark.dir\RelWithDebInfo\reporter_console.obj
     cppbenchmark.dir\RelWithDebInfo\reporter_csv.obj
     cppbenchmark.dir\RelWithDebInfo\reporter_json.obj
     cppbenchmark.dir\RelWithDebInfo\settings.obj
     cppbenchmark.dir\RelWithDebInfo\system.obj
     cppbenchmark.vcxproj -> C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppBenchmark\RelWithDebInfo\cppbenchmark.lib
   FinalizeBuildStatus:
     Deleting file "cppbenchmark.dir\RelWithDebInfo\cppbenchmark.tlog\unsuccessfulbuild".
     Touching "cppbenchmark.dir\RelWithDebInfo\cppbenchmark.tlog\cppbenchmark.lastbuildstate".
 7>Done Building Project "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppBenchmark\cppbenchmark.vcxproj" (default targets).
 1>Done Building Project "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\ALL_BUILD.vcxproj" (default targets) -- FAILED.

Build FAILED.

   "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\ALL_BUILD.vcxproj" (default target) (1) ->
   "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppCommon\cppcommon.vcxproj" (default target) (8) ->
   "C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppCommon\modules\fmt.vcxproj" (default target) (9) ->
   (ClCompile target) -> 
     C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppCommon\modules\fmt\include\fmt\base.h(1205,21): error C2672: 'fmt::v11::detail::buffer<T>::append': no matching overloaded function found [C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppCommon\modules\fmt.vcxproj]
   C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppCommon\modules\fmt\include\fmt\base.h(1205,21): error C2672:         with [C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppCommon\modules\fmt.vcxproj]
   C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppCommon\modules\fmt\include\fmt\base.h(1205,21): error C2672:         [ [C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppCommon\modules\fmt.vcxproj]
   C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppCommon\modules\fmt\include\fmt\base.h(1205,21): error C2672:             T=char [C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppCommon\modules\fmt.vcxproj]
   C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\modules\CppCommon\modules\fmt\include\fmt\base.h(1205,21): error C2672:         ] [C:\Users\ajadhav_yin\dev\exec\POC\FBE\FastBinaryEncoding\temp\modules\CppCommon\modules\fmt.vcxproj]

0 Warning(s)
1 Error(s)

Time Elapsed 00:00:47.47

alokjadhav commented 3 months ago

was able to fix it by copying cmake folder in each modules root folder and running the bat line by line manually