More Navit build updates
Before setting off to make more enhancements I decided to cleanup my dev environment. One thing that irritates me is having to ignore Warnings. So I spent some time figuring out why there were errors from ‘autogen.sh’.
- aclocal complains about 2 files. The solution is simple, edit those 2 files by placing [ and ] around the named variable.
- there are several Makefile.am errors complaining about libraries already being included. to correct this do this inside scratchbox. SBOX_DEFAULT_AUTOMAKE=1.9;export SBOX_DEFAULT_AUTOMAKE. I don’t know how to make this permanent but once you have built your first source tree the settings should stick (in config.status which is used for subsequent changes when you have to run configure again).
I also enhanced the debian directory contents, a new version is available from the N800 Downloads page.
You can see updated information at the Navit wiki as well on the same topics.