--- Log opened Mon Apr 09 00:00:39 2012 00:15 -!- kenguest [~radagast@lir.talideon.com] has quit [Ping timeout: 240 seconds] 00:38 -!- Dark_Ebola [~ebola@AToulouse-551-1-125-14.w92-156.abo.wanadoo.fr] has quit [Quit: You're just jealous because the voices are talking to me] 02:10 -!- drlizau [~liz@billiau.net] has quit [Remote host closed the connection] 06:00 -!- drlizau [~liz@billiau.net] has joined #navit 07:02 -!- playya__ [~playya@unaffiliated/playya] has joined #navit 07:04 -!- playya_ [~playya@unaffiliated/playya] has quit [Read error: Operation timed out] 09:07 -!- sera_ is now known as sera 09:43 -!- arnotixe [~arnotixe@190.131.183.143] has quit [Remote host closed the connection] 11:36 -!- rd [~rd@p57B499EB.dip0.t-ipconnect.de] has joined #navit 11:37 -!- rd is now known as Guest17054 11:53 -!- drlizau [~liz@billiau.net] has quit [Remote host closed the connection] 12:03 -!- udovdh [~udovdh@pindarots.xs4all.nl] has quit [Ping timeout: 272 seconds] 12:26 -!- udovdh [~udovdh@pindarots.xs4all.nl] has joined #navit 12:41 -!- udovdh [~udovdh@pindarots.xs4all.nl] has quit [Quit: Leaving] 12:44 < Guest17054> SRCDIR=/home/rd/navit-svn/navit/navit/xpm BUILDDIR=/home/rd/navit-svn/navit/navit/xpm ./navit_svg2png "/usr/bin/rsvg-convert" "unknown_64_64.png" 12:44 < Guest17054> make[5]: *** No rule to make target `country__16_16.png', needed by `all-am'. Stop. 12:44 < Guest17054> Does anybody know why that is? 12:44 < Guest17054> (trying to do a new build for the n900) 12:47 -!- Guest17054 is now known as rd 12:47 -!- rd is now known as Guest93631 12:56 -!- Guest93631 is now known as rd_ 12:57 -!- rd_ is now known as Guest50125 13:00 -!- udovdh [~udovdh@pindarots.xs4all.nl] has joined #navit 13:09 -!- igoren [5f2300a6@gateway/web/freenode/ip.95.35.0.166] has joined #navit 13:10 < igoren> hello. can anyone give me help about navit functionality? 13:10 -!- igoren [5f2300a6@gateway/web/freenode/ip.95.35.0.166] has quit [Client Quit] 13:13 -!- Guest50125 [~rd@p57B499EB.dip0.t-ipconnect.de] has quit [Ping timeout: 260 seconds] 13:44 -!- Guest50125 [~rd@p57B499EB.dip0.t-ipconnect.de] has joined #navit 14:15 -!- sera_ [~sera@gentoo/developer/sera] has joined #navit 14:16 -!- sera [~sera@gentoo/developer/sera] has quit [Ping timeout: 246 seconds] 15:46 -!- naidu [73f83a37@gateway/web/freenode/ip.115.248.58.55] has joined #navit 15:47 -!- naidu [73f83a37@gateway/web/freenode/ip.115.248.58.55] has left #navit [] 16:47 -!- noradtux [~noradtux@2002:4e36:7b54::1] has joined #navit 16:48 < noradtux> i 16:48 < noradtux> hi 16:49 < noradtux> is it possible to use the gui from inside a vehicle-module? I need to interact with the user from inside there ... 16:59 -!- tryagain [d9962abb@gateway/web/freenode/ip.217.150.42.187] has joined #navit 17:06 < tryagain> Guest50125 autotools make seems to be broken since r4977. That seems to be caused by http://trac.navit-project.org/ticket/877 patches applied by sleske (hi!) 17:06 < tryagain> broken build log example http://download.navit-project.org/logs/navit/wince/svn/navit-svn-4977.failed 17:07 < tryagain> noradtux I don't see any reasons to be unable to get gui object reference and call any of its public methods from any other modules 17:08 < noradtux> tryagain: okay, then I just ned to figure out how that whole gui-stuff is working ;) 17:08 < noradtux> or is there some documentation? 17:14 < tryagain> as usual, we don't much documentation besides sometimes commented source code ;) 17:16 < noradtux> thought so :) 17:20 < tryagain> noradtux what is your idea? 17:21 < noradtux> I am working on the vehicle-code for webos 17:21 < noradtux> hape and I want to use GPS receivers which are connected via bluetooth 17:22 < tryagain> And why its so different from other vhicles that it needs direct gui interaction? 17:22 < noradtux> that's basically working. But I would like to present the user a choice if he wants to connect to his bt-gps or if he wants to use the internal gps 17:23 < tryagain> Then you should define some attributo for your vehicle and let user change it from gui. Gui will connect to your vehicle, not vice versa. 17:24 < noradtux> hmm, okay 17:45 -!- sleske [~sleske@p4FD46DB3.dip.t-dialin.net] has joined #navit 17:46 < tryagain> hi sleske 17:49 -!- tryagain [d9962abb@gateway/web/freenode/ip.217.150.42.187] has quit [Quit: Page closed] 18:03 < sleske> tryagain: Hi! Oops, already gone... 18:17 < Guest50125> sleske, will you fix the autotools build again? 18:17 < Guest50125> I am refering to tryagain's before that you broke it ;-) 18:19 < Guest50125> I saw that from navit/navit/xpm/Makefile.am these lines are not included in the final Makefile 18:19 < Guest50125> # png state flags 18:19 < Guest50125> if USE_SVG2PNG_SCALES_FLAG 18:19 < Guest50125> pngs += $(foreach scale, $(subst $(comma), ,@SVG2PNG_SCALES_FLAG@), $(addsuffix _$(xsize)_$(ysize).png,$(basename $(flag_svgs)))) 18:19 < Guest50125> endif 18:19 < Guest50125> # png symbols for navigation 18:19 < Guest50125> if USE_SVG2PNG_SCALES_NAV 18:19 < Guest50125> pngs += $(foreach scale, $(subst $(comma), ,@SVG2PNG_SCALES_NAV@), $(addsuffix _$(xsize)_$(ysize).png,$(basename $(nav_svgs)))) 18:19 < Guest50125> endif 18:20 < Guest50125> I have not tested if this really fixes the problem...nor understood, why it is not included :-( 18:21 < Guest50125> I wanted to build a new n900 version, but I am stuck here.... 18:23 < Guest50125> btw, this is my full build log file: http://bokomoko.de/~rd/builddeb_x86.log.log 18:23 < Guest50125> it looks somewhat different to what tryagain quoted. 18:45 -!- Guest50125 [~rd@p57B499EB.dip0.t-ipconnect.de] has quit [Ping timeout: 245 seconds] 19:02 -!- Guest50125 [~rd@p57B499EB.dip0.t-ipconnect.de] has joined #navit 19:26 -!- noradtux is now known as noradtux|away 19:48 < sleske> Guest50125: Sorry, gotta go now. I'll try to have a look in the next days. 19:48 -!- sleske [~sleske@p4FD46DB3.dip.t-dialin.net] has quit [Quit: leaving] 19:52 -!- PaulFertser [paul@paulfertser.info] has quit [Ping timeout: 260 seconds] 20:02 < Guest50125> thanks, sleske. I found a workaround for my build issue (which makes it very likely that my above narrowing down of the problem looked ok). 21:14 -!- pini [~pini@bou-fi.pustule.org] has quit [Quit: Coyote finally caught me] 21:15 -!- pini [~pini@bou-fi.pustule.org] has joined #navit 22:01 -!- PaulFertser [paul@paulfertser.info] has joined #navit 22:04 -!- kenguest [~radagast@lir.talideon.com] has joined #navit 22:21 -!- Dark_Ebola [~ebola@AToulouse-551-1-114-212.w92-156.abo.wanadoo.fr] has joined #navit 22:22 -!- Guest50125 [~rd@p57B499EB.dip0.t-ipconnect.de] has quit [Ping timeout: 244 seconds] 22:22 -!- drlizau [~liz@billiau.net] has joined #navit 22:40 -!- Dark_Ebola [~ebola@AToulouse-551-1-114-212.w92-156.abo.wanadoo.fr] has quit [Quit: You're just jealous because the voices are talking to me] --- Log closed Tue Apr 10 00:00:39 2012