Trouble building server, CMake stuck downloading mariadb connector/c++ #1297
-
All, When building the server, everything goes fine until cmake tries to download the mariadb c++ connector. I have been patient but it shouldn't take hours to download this. I am running cmake 3.18, Visual Studio 2022, and MariaDB 11.1 on Windows 10. Any help would be appreciated. Here's the tail end of my terminal: 1> Command line: "C:\Windows\system32\cmd.exe" /c "%SYSTEMROOT%\System32\chcp.com 65001 >NUL && "C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\CMake\bin\cmake.exe" -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" "E:\Lego Universe\DFU\DarkflameServer" 2>&1" |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Thank you, I resolved this issue by removing spaces in the path to the DarkflameServer file. |
Beta Was this translation helpful? Give feedback.
Thank you, I resolved this issue by removing spaces in the path to the DarkflameServer file.