Thread: Navit on N900
View Single Post
Posts: 197 | Thanked: 91 times | Joined on Dec 2010
#656
Originally Posted by rdorsch View Post
I just built a new package of the latest navit code (r5278), which contains a few bugfixes (among other things):


* http://trac.navit-project.org/ticket/1081 (missing speedcams)
* http://trac.navit-project.org/ticket/1040 (better waypoint handling)
* http://trac.navit-project.org/ticket/985 (wrong scale)

A heads-up: The navit developers plan to remove support for building navit with autotools:

http://wiki.navit-project.org/index.php/Main_Page

This will break our build process for the n900. I am pessimistic that I get that build process fixed for the n900, I tried before but failed and I think a substancial amount of time (or experience?) is needed to convert the build process to cmake. I do not remember the exact issue anymore, which made the cmake build attempt failing.

I.e. it is very likely that I cannot provide updates to the navit packages on bokomoko.de anymore, when the navit developers remove autotools support.

I hope they postphone that for a few months.
Nice. Waypoint routing works now. Normal routing and shortest works as well. Avoiding tolls does not work for more 150km distances (and supposedly more) - I think it is this ticket

BTW: I tried according to this wiki page to set the size of xs_icons to 48, but navit ocmplains that

Code:
gui_internal:image_new_scaled:Failed to load image for 'country_FR' (w=48, h=48)
Are you compiling with
Code:
--enable-svg2png-scaling=8,16,32,48,96
--enable-svg2png-scaling-flag=8 16 32 48 96
--enable-svg2png-scaling-nav=8,16,32,48,96
? Or is the problem somewhere else?