--- Log opened Wed Oct 11 00:00:25 2017 00:04 -!- Horwitz [~mich1@p200300800E000300022268FFFE64E7C4.dip0.t-ipconnect.de] has joined #navit 00:04 -!- mode/#navit [+o Horwitz] by ChanServ 02:55 -!- noradtux [~noradtux@2a02:2028:775:2e01:ec4:7aff:fe33:3dc1] has quit [Ping timeout: 240 seconds] 02:59 -!- noradtux [~noradtux@2a02:2028:732:e01:ec4:7aff:fe33:3dc1] has joined #navit 04:15 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has joined #navit 04:30 -!- noradtux [~noradtux@2a02:2028:732:e01:ec4:7aff:fe33:3dc1] has quit [Ping timeout: 240 seconds] 06:46 -!- naggety [501bfbde@gateway/web/freenode/ip.80.27.251.222] has joined #navit 07:04 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has quit [Quit: Leaving.] 08:03 #navit: < youte> hi 08:06 -!- xenos1984 [~xenos1984@2001:bb8:2002:200:6651:6ff:fe53:a120] has joined #navit 08:20 -!- jjardon_ [sid723@gateway/web/irccloud.com/x-fxukxypncpltqmho] has joined #navit 08:44 -!- xenos1984 [~xenos1984@2001:bb8:2002:200:6651:6ff:fe53:a120] has quit [Quit: Leaving.] 09:15 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has joined #navit 09:16 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has quit [Remote host closed the connection] 09:16 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has joined #navit 09:48 -!- jjardon_ [sid723@gateway/web/irccloud.com/x-fxukxypncpltqmho] has quit [] 10:15 -!- jkoan1 [~jan@ip4d1428af.dynamic.kabel-deutschland.de] has joined #navit 10:16 -!- jkoan1 [~jan@ip4d1428af.dynamic.kabel-deutschland.de] has left #navit [] 10:39 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has quit [Ping timeout: 240 seconds] 14:03 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has joined #navit 14:36 -!- naggety [501bfbde@gateway/web/freenode/ip.80.27.251.222] has quit [Quit: Page closed] 15:33 #navit: < jkoan> hi all together 15:35 #navit: < jkoan> KaZeR: what do you think? ;) https://static.jkoan.de/cloud/index.php/s/5wVjOZq5fzULv9R 16:09 #navit: <@KaZeR> hi there 16:10 #navit: <@KaZeR> jkoan: nice! 16:10 #navit: < jkoan> hi KaZeR 16:10 #navit: < jkoan> we only have one big problem 16:11 #navit: <@KaZeR> ah? 16:11 -!- noradtux [~noradtux@port-6527.pppoe.wtnet.de] has joined #navit 16:14 #navit: < jkoan> if i document "void plugin_init(void){...}" everything is okay, but if i document 16:14 #navit: < jkoan> static struct vehicle_priv *vehicle_file_new_file(struct vehicle_methods *meth, struct callback_list *cbl, struct attr **attrs) 16:14 #navit: < jkoan> it will not be shown in the doc 16:17 #navit: <@KaZeR> ah, 'void plugin_init(void){...}' 16:17 #navit: <@KaZeR> remember yesterday when i was telling you about cpp? 16:17 #navit: <@KaZeR> i've been working on a new, super simple graphics driver 16:18 #navit: <@KaZeR> when compiled as C code, it works, but when compiled as cpp the plugin_init method isn't exported in the .so anymore 16:18 #navit: <@KaZeR> no fucking idea why 16:19 #navit: <@KaZeR> was this doc generated using your fork? 16:20 #navit: < jkoan> this problem is not related to cpp ;) but i will look into your cpp problem 16:21 #navit: < jkoan> it was generated with the official tree but with my modifications 16:22 #navit: <@KaZeR> i'd appreciate help on this issue for sure, can't figure out what i'm doing wrong 16:23 #navit: < jkoan> you talking about cpp? ^^ lets discuss this one after one :D 16:25 #navit: <@KaZeR> yep. code is there : https://github.com/pgrandin/navit/tree/ssd1306 in the ssd13016 branch 16:25 #navit: <@KaZeR> now, back to doxygen. can you push your changes somewhere so that i can clone them? 16:25 #navit: < jkoan> why ssd1306? ^^ 16:26 #navit: <@KaZeR> that's the name of a chip used to drive oled screens 16:27 #navit: <@KaZeR> like this one : https://www.adafruit.com/product/326 16:34 #navit: < jkoan> ah okay ^^ 16:43 #navit: < jkoan> i dont know why, but my wip plugin generates a function called module_mapstool_init() 16:43 #navit: < jkoan> i will try to compile your module 16:46 #navit: <@KaZeR> thanks! 16:47 #navit: < jkoan> any idea on how to fix the doc thing? 16:47 #navit: <@KaZeR> i can look into it if you share your code :)_ 16:48 #navit: < jkoan> yep, but you must wait a little bit 16:50 #navit: < jkoan> KaZeR: where to get the ssd1306 lib? :D 17:00 #navit: <@KaZeR> you don't need the lib to reproduce the issue 17:01 #navit: <@KaZeR> it probably won't work on a desktop as it needs some raspberry pi specific libs too 17:01 #navit: <@KaZeR> the lib is here otherwise : https://github.com/hallard/ArduiPi_OLED 17:01 #navit: <@KaZeR> but you'll need also wiringpi and libi2c if you want to install it 17:01 #navit: < jkoan> the librarys are for arduino not raspberry ;) 17:02 #navit: <@KaZeR> the libs are C, they work on both ;) 17:02 #navit: <@KaZeR> anyway in the code i shared the includes for that lib should be commented 17:02 #navit: <@KaZeR> if it complains about the linking just comment the line in the graphic driver's CMakeList.txt 17:12 #navit: < jkoan> for me its the same as in my plgin, it generates module_maptool_init() 17:15 #navit: <@KaZeR> in your doc? or in the .so ? 17:16 #navit: <@KaZeR> can you run `nm graphics/ssd1306/.libs/libgraphics_ssd1306.so |grep -i init` ? 17:17 #navit: < jkoan> in the so: 17:17 #navit: < jkoan> 0000000000201d68 t __frame_dummy_init_array_entry 17:17 #navit: < jkoan> 0000000000000698 T _init 17:17 #navit: < jkoan> 0000000000000a80 T module_graphics_ssd1306_init 17:18 #navit: <@KaZeR> so yep, plugin_init is missing for you too 17:18 #navit: <@KaZeR> now, rename the file to .c, edit the relevant CMakeList.txt, compile and nm again. It'll be there 17:19 #navit: < jkoan> hm okay :/ 17:34 #navit: <@KaZeR> the weird thing is that it works for the qt* drivers 17:35 #navit: < youte> hi all 17:37 #navit: <@KaZeR> hey youte 17:38 #navit: < youte> tomorrow i want to try to pu navit in my tomtom 17:39 #navit: <@KaZeR> oh you have a tomtom? cool! 17:39 #navit: < youte> yep :D 17:39 #navit: <@KaZeR> take pictures when you're done :) 17:39 #navit: <@KaZeR> we need to refresh our screenshot gallery 17:40 #navit: < youte> yes it's planned 17:40 #navit: <@KaZeR> cool 17:48 #navit: < jkoan> Youte, if you need help I am ready to help ;) 17:48 #navit: < jkoan> Which tomtom do you have? 17:49 #navit: < youte> heu wait tomtom in car and i wait my soon sleep 18:12 #navit: < youte> jkoan, tomtom xl live 18:14 #navit: < jkoan> has it a sd card slot? ^^ 18:38 #navit: < youte> no 19:35 #navit: < ilovekiruna> jkoan: For curiousity, why nextcloud and not owncloud 19:35 #navit: < ilovekiruna> am still confused which one is better 19:37 #navit: < jkoan> Because after the fork I thought it would be more innovative and that owncloud will die like OpenOffice did. But unfortunately this didn't happen 19:38 #navit: < ilovekiruna> i know, this year in FOSDEM both projects seemed pretty much alive 19:40 #navit: < jkoan> Yep I know they are. But I also don't know which one is better. I think it's mainly the same 19:40 #navit: <@KaZeR> yeah i never really understood how forking could make the new project better. While it can happen *sometimes* usually you just end up with two competing communities, where joining forces would have done a better job 19:41 #navit: < ilovekiruna> i think sometimes it can create new impulses, which then get integrated in the old project 19:42 #navit: < ilovekiruna> for example also forking can be beneficial, if the old project is very restrictive when it comes to allowing patches 19:42 #navit: < ilovekiruna> as well 19:42 #navit: <@KaZeR> i am convinced that it's the intent of the people who fork. also sometimes a fork is required because the original project is going down in a bad direction 19:42 #navit: <@KaZeR> yeah 19:43 #navit: < ilovekiruna> i for example partially use openfoam 19:43 #navit: < ilovekiruna> the fork foam-exend, seems quite a bit more advanced in some ways compared to vanilla 19:43 #navit: < ilovekiruna> but both are actively developped 20:31 #navit: <@KaZeR> jkoan: so my weird issue is fixed by adding #include "config.h" 20:31 #navit: <@KaZeR> still unsure why 22:58 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has quit [Quit: Leaving.] 23:51 -!- Horwitz [~mich1@p200300800E000300022268FFFE64E7C4.dip0.t-ipconnect.de] has quit [Ping timeout: 264 seconds] --- Log closed Thu Oct 12 00:00:26 2017