[00:35:27] *** Quits: Horwitz (~mich1@p200300ec9f2bdd00022268fffe64e7c4.dip0.t-ipconnect.de) (Ping timeout: 272 seconds) [00:47:57] *** Joins: Horwitz (~mich1@p200300ec9f44a700022268fffe64e7c4.dip0.t-ipconnect.de) [00:47:57] *** ChanServ sets mode: +o Horwitz [01:57:20] *** Quits: Horwitz (~mich1@p200300ec9f44a700022268fffe64e7c4.dip0.t-ipconnect.de) (Ping timeout: 244 seconds) [02:10:34] *** Joins: Horwitz (~mich1@p200300ec9f47c400022268fffe64e7c4.dip0.t-ipconnect.de) [02:10:34] *** ChanServ sets mode: +o Horwitz [09:33:08] hi all [11:04:05] hi jkoan , i'm reviewing #1061 [11:12:18] seems someone modify protobug-C management :/ [11:18:38] i should fix to use default /nix/store/70y1dj79fq7f6486y8clrgngrcfr303q-cmake-3.18.2/share/cmake-3.18/Modules/FindProtobuf.cmake [11:30:54] FindProtobuf would not work, because we need FindProtobuff-c [11:31:39] But you can try to disable building the Maptool as its not needed [11:33:42] yes, still same pb, but i've to look if they fix that [11:33:44] 173 | gc->dashed = dash_list; [11:33:57] /build/source/navit/graphics/svg_debug/graphics_svg_debug.c: In function 'svg_debug_gc_set_dashes': [11:33:57] /build/source/navit/graphics/svg_debug/graphics_svg_debug.c:173:16: warning: assignment to 'unsigned int *' from incompatible pointer type 'unsigned char *' [-Wincompatible-pointer-types] [11:33:57] 173 | gc->dashed = dash_list; [11:34:26] i wonder if we use -Wall in the default setting of the ci builder [11:36:36] yes was observable in the log. [11:45:08] i look in my log, i was working on that the 17 november 2019 [12:11:34] actually dash_list is interesting in my oppinion, i liiked into it and for me it looked like its a bug within core, because it should be a int[4] array [12:16:58] within layout.c Line 472 dash->u.dash[i]; is an int, and is assigned to dash_table which is a char, so the rout error is there, right? [12:18:32] and in Line 469 the max dash size of 4 is defined with the loop [19:20:02] i don't go deeper in code, i just try to keep the build clean [19:23:08] but yes, if you can discuss that with people who know that codes, i think it's the occasion to fix or you use the proper type.