ONLY_FULL_GROUP_BY
flag set by default on MySQL 8.0. On these group bys were also included the columns that are used in the window
, since are also required by the same tag.
run_tests
fails with both gcc and clang on the file src/test/score.cpp
.
cmake -DDEV=ON -DDOWNLOAD_GTEST=ON -DTEST_MYSQL=OFF -GNinja .. && ninja run_tests
I do have the libgtest installed:
bash
$ ll /usr/lib/libg*
-rw-r--r-- 1 root root 1,8M mars 21 03:34 libgtest.a
-rw-r--r-- 1 root root 3,9K mars 21 03:34 libgtest_main.a
Clang output:
```shell
FAILED: CMakeFiles/testrunner.dir/src/test/score.cpp.o
/usr/local/bin/clang++ -DCONF_INFORM_UPDATE...m_BufferSwapCond
Graphic thread waits on:
https://github.com/ddnet/ddnet/blob/68a4404701d53d5ce6d50db19eb0f3337bd67cec/src/engine/client/backend_sdl.cpp#L74
main in call of:
https://github.com/ddnet/ddnet/blob/68a4404701d53d5ce6d50db19eb0f3337bd67cec/src/engine/client/backend_sdl.cpp#L1112[100%] Generating DDNet-16.0-rc1-win64.zip
Error copying file "/home/deen/isos/ddnet/win64/data/shader/vulkan/prim.frag.spv" to "pack_DDNet-16.0-rc1-win64_zip/DDNet-16.0-rc1-win64/data/shader/vulkan/prim.frag.spv".
No error when spv files failed to be created, instead only the packing fails./ddnet-source/src/engine/client/backend/vulkan/backend_vulkan.cpp:983:2: error: ‘VkDebugUtilsMessengerEXT’ does not name a type
VkDebugUtilsMessengerEXT m_DebugMessenger;
^~~~~~~~~~~~~~~~~~~~~~~~
/ddnet-source/src/engine/client/backend/vulkan/backend_vulkan.cpp:3932:56: error: ‘VkDebugUtilsMessageSeverityFlagBitsEXT’ has not been declared
static VKAPI_ATTR VkBool32 VKAPI_CALL VKDebugCallback(VkDebugUtilsMessageSeverityFlagBitsEXT MessageSeverity, VkDebugUtilsMessageTypeFlagsEXT MessageType, const VkDebugUtilsMessengerCallbackDataEXT *pCallbackData, void *pUserData)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3cbf4ae
Version 16.0 - def-
7c1d867
Fix some Windows build warnings - def-
1731e0e
Fail when shader can't be compiled (fixes #4857) - def-
ff9b1fd
Fix Debian 9 compilation - def-
1ece6e5
Only try exe on Windows - def-
135760b
Fix GCC 6.3.0 compilation - def-
bf2225c
Check if debug utils are available - Jupeyy.cache
is for clangd
vulkan_shaders_sha256.txt
also added build*/
for all build dirs. Is there any drawback why we don't do that, is it bad style to do that?
I have quite a lot of stuff in my build dirs
callgrind info and so on
fixes #4865
CMake Error at CMakeLists.txt:614 (message):
You must install Vulkan libraries to compile the DDNet client
even tho i installed it and the env flag is set?