-
Hi, everyone! I'm quite new to all of this, so bear with me. I followed the instructions to the letter, having tried now on two different computers (Windows 10 & 11), and on one of them twice. All three attempts have resulted in this error in VisualStudio 2022 while attempting to build the project. Error code C2220 ...\server\build\x64-Debug_deps\spdlog-src\include\spdlog\fmt\bundled\format.h (line 341) Line 341 is as follows: I've looked up similar issues before making this discussion, and I've tried making slight alterations to the line in question as well as lines around it. I've also formatted it to UTF-8 with BOM to see if that would help. No dice. I'd be grateful for some pointers. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
I have the same error when trying to build as shown in the guide. I am at a standstill on this and not sure where to go. |
Beta Was this translation helpful? Give feedback.
-
Already stepped through dependencies and includes? Don't always get a friendly message when the chain gets broken. |
Beta Was this translation helpful? Give feedback.
-
Follwed the guide exactly a few times over. Similar issue with format.h line 490 throws 22 errors and 1402 warnings. Build fails and the 4 files, i.e. xi_connect.exe are not being created. Watching for answers. |
Beta Was this translation helpful? Give feedback.
-
suggested short-term work arounds:
|
Beta Was this translation helpful? Give feedback.
-
This specific |
Beta Was this translation helpful? Give feedback.
This specific
checked_array_iterator
warning is now fixed in #4812