DDNet 13.2.2
2e08e68
IPO fails on win32 with mingw: DWARF error: could not find variable specification at offset - def-m
seems reasonable, but what about the types of the map?
std::map<int, std::vector> *m_pTeleCheckOuts = nullptr;
should be
std::map<int, std::vector> *m_pmvTeleCheckOuts = nullptr;
?CMake Error in CMakeLists.txt:
IMPORTED_IMPLIB not set for imported target "GTest::gtest" configuration
"RelWithDebInfo
C:\Users\Learath2\source\repos\ddnet\out\build\x86-Debug\cl : Command line warning D9025: overriding '/MDd' with '/MTd'
C:\Program Files (x86)\Windows Kits\10\include\10.0.20348.0\um\winnt.h(2513): error C2338: static_assert failed: 'Windows headers require the default packing option. Changing this can lead to memory corruption. This diagnostic can be disabled by building with WINDOWS_IGNORE_PACKING_MISMATCH defined.'
[176/179] C:\PROGRA~1\MICROS~4\2022\COMMUN~1\VC\Tools\MSVC\1432~1.313\bin\Hostx86\x86\cl.exe /TP -DCONF_DEBUG -DCONF_INFORM_UPDATE -DGAME_RELEASE_VERSION=\"15.2.5\" -DGLEW_STATIC -IC:\Users\Learath2\source\repos\ddnet\ddnet-libs\curl\include -IC:\Users\Learath2\source\repos\ddnet\ddnet-libs\freetype\include -IC:\Users\Learath2\source\repos\ddnet\src\engine\external\glew -IC:\Users\Learath2\source\repos\ddnet\ddnet-libs\opus\include -IC:\Users\Learath2\source\repos\ddnet\ddnet-libs\opus\include\opus -IC:\Users\Learath2\source\repos\ddnet\src\engine\external\pnglite -IC:\Users\Learath2\source\repos\ddnet\ddnet-libs\sdl\include\windows -IC:\Users\Learath2\source\repos\ddnet\src\engine\external\wavpack -IC:\Users\Learath2\source\repos\ddnet\out\build\x86-Debug\src -IC:\Users\Learath2\source\repos\ddnet\src -IC:\Users\Learath2\source\repos\ddnet\ddnet-libs\sqlite3\include -IC:\Users\Learath2\source\repos\ddnet\src\engine\external\zlib /DWIN32 /D_WINDOWS /GR /EHsc /Zi /Ob0 /Od /RTC1 -MDd /MTd /MP /EHsc /GS /wd4996 /wd4244 /wd4267 /wd4800 /showIncludes /FoCMakeFiles\DDNet.dir\src\engine\client\http.cpp.obj /FdCMakeFiles\DDNet.dir\ /FS -c C:\Users\Learath2\source\repos\ddnet\src\engine\client\http.cpp
Microsoft (R) C/C++ Optimizing Compiler Version 19.32.31329 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
CWorldCore TempWorld;
it runs this constructor ?: (edited)CWorldCore *TempWorld = new CWorldCore();
/tenor
command /tenor git gud
for instance/giphy
CMake Error at cmake/BuildVulkanShaders.cmake:25 (message):
glslangValidator binary was not found. Did you install the Vulkan SDK /
packages ?
Call Stack (most recent call first):
CMakeLists.txt:578 (include)
pacman -S mingw-w64-x86_64-vulkan-devel
in msys2pacman -S mingw-w64-x86_64-glslang
...\msys64\mingw64\bin
pacman -F glslangValidator.exe
pacman -F glslangValidator.exe
glslangValidator.exe
is part of the Vulkan SDKC:\VulkanSDK\1.3.211.0\Bin\glslangValidator.exe
exist?