--- Log opened Thu Sep 06 00:00:42 2018 04:49 -!- xenos1984 [~xenos1984@2001:bb8:2002:200:6651:6ff:fe53:a120] has joined #navit 04:49 -!- mode/#navit [+v xenos1984] by ChanServ 04:57 -!- xenos1984 [~xenos1984@2001:bb8:2002:200:6651:6ff:fe53:a120] has quit [Quit: Leaving.] 04:59 -!- xenos1984 [~xenos1984@2001:bb8:2002:200:6651:6ff:fe53:a120] has joined #navit 04:59 -!- mode/#navit [+v xenos1984] by ChanServ 06:15 -!- naggety [~naggety@75.red-2-141-82.dynamicip.rima-tde.net] has joined #navit 07:09 -!- xenos1984 [~xenos1984@2001:bb8:2002:200:6651:6ff:fe53:a120] has quit [Quit: Leaving.] 07:09 -!- xenos1984 [~xenos1984@2001:bb8:2002:200:6651:6ff:fe53:a120] has joined #navit 07:10 -!- mode/#navit [+v xenos1984] by ChanServ 11:05 #navit: < genesis> king in the north! 11:05 #navit: < genesis> hi 12:39 #navit: < genesis> #650 ready for review :) 12:56 #navit: < genesis> +143 −5,162 , a good ratio. 13:11 #navit: < Celelibi> KaZeR, Yes, driving north on D23, trying to get onto "L'Occitane" / A20. 13:45 #navit: <+jkoan> genesis: review done 13:49 #navit: < genesis> saw that, not agree with the strategy here, main cmakelist should just be a master that call others, btw i'm looking at fib 13:50 #navit: < genesis> should be in support. 13:53 #navit: <+jkoan> Yes, that with fib is right 14:00 #navit: < genesis> taht's easyier to see the dead cow :) 14:08 -!- naggety [~naggety@75.red-2-141-82.dynamicip.rima-tde.net] has quit [Quit: Konversation terminated!] 15:32 -!- xenos1984 [~xenos1984@2001:bb8:2002:200:6651:6ff:fe53:a120] has quit [Quit: Leaving.] 15:34 #navit: <+jkoan> KaZeR: need your review 15:51 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has joined #navit 15:51 -!- mode/#navit [+v xenos1984] by ChanServ 16:57 #navit: < genesis> KaZeR : i fear upgrade gettext won't be codefactor easy :d 16:57 #navit: < genesis> (unlike it ignore support directory) 17:06 #navit: < genesis> oki we only need ./gettext-runtime/intl 17:36 #navit: < genesis> btw need to get rid of .in.h files, we should look at https://sourceforge.net/projects/mingw/files/MinGW/Base/gettext/gettext-0.18.1.1-2/ instead 17:37 #navit: <@KaZeR> genesis: thanks i'll have a look at #650 17:37 #navit: < genesis> there is a mingw-get 17:38 #navit: <@KaZeR> genesis: anything in support should be excluded from codefactor and friends 17:38 #navit: < genesis> it said 69 errors on my gettext update ;) 17:38 #navit: < genesis> but it didn't block. 17:38 #navit: <@KaZeR> ha! we should add that to the excluded list then 17:41 #navit: < genesis> mingw-get install gettext=18.3.1-1 , should have a try 17:42 #navit: < genesis> KaZeR : why you identify my issue and advise gettext 19.x latest ? 17:43 #navit: <@KaZeR> genesis: for the win32 build issue? 17:44 #navit: < genesis> yeap 17:45 #navit: < genesis> https://github.com/libyal/libfsntfs/wiki/Building#installing-msys-mingw 17:46 #navit: < genesis> seems interesting instead strip source write cmakefiles and so 17:48 #navit: < genesis> latest gettext have a gettext_intl/libgnuintl.in.h that has to be generated by Makefile, so you can't share this directory properly with other target 17:48 #navit: < genesis> a bit why i hate that support thingy ... 17:54 #navit: <@KaZeR> mmh. how would you address that issue then ? 17:58 #navit: < genesis> hum 17:58 #navit: <+jkoan> KaZeR: what about remove support entirety and force to have a good toolchain set up? 17:58 #navit: < genesis> wget https://sourceforge.net/projects/mingw/files/MinGW/Base/gettext/gettext-0.18.3.2-2/gettext-0.18.3.2-2-mingw32-dev.tar.xz 17:59 #navit: < genesis> install in the proper mingw directory, and write proper cmake code to link. 17:59 #navit: < genesis> in a setup_win32 script 18:03 #navit: <@KaZeR> jkoan: i'm not sure that we can enforce having a good toolchain set up. Can you expand on that? 18:05 #navit: <@tryagain> jkoan there's no espeak for wince outside our support directory. i think everything we have in support is (or was at some point) missing from one or more platforms we support. 18:05 #navit: <+jkoan> I mean do if like every other software does. If you want to compile a software you install all the dependencies and there headers and you can compile it. But if the dependencies are missing no software is compiling a support thing 18:06 #navit: <@tryagain> our espeak port also is its translation to c (original espeak is written in c++) to have more memory on low-profile devices 18:07 #navit: <+jkoan> Is the c++ thin really consuming so much memory?! 18:08 #navit: <@tryagain> i never did compare myself, but that was one of reasons. 18:08 #navit: <+jkoan> I know that low recources are a big problem (working on tomtom with 32MB Ram) but I don't think there's such a massive difference 18:11 #navit: <@tryagain> somebody could investigate this matter and decide if it's really needed. 18:16 #navit: <@tryagain> iirc, original espeak doesn't have interface that we can use directly on wince. i don't remember exact details, maybe that's related to sound api difference. 18:22 #navit: < genesis> btw , fedora and archlinux provide mingw-w64 package for libpng etc 18:23 #navit: < genesis> https://launchpad.net/~tobydox/+archive/ubuntu/mingw-w64 has no gettext but that's the idea :) 18:26 #navit: < genesis> and they have qt :) 19:10 #navit: < genesis> and btw , we don't need gettexdt but intl 19:17 #navit: < genesis> can you confirm only navit_nls.c use it ? 19:18 #navit: < genesis> https://cmake.org/cmake/help/v3.2/module/FindIntl.html?highlight=intl#module:FindIntl 22:11 #navit: < genesis> weird it seems to be more interested to build win32 than win64 22:11 #navit: < genesis> i wonder who is really on windows in the team. 22:18 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has quit [Quit: Leaving.] --- Log closed Fri Sep 07 00:00:43 2018