aerostitch / testnavit

0 stars 0 forks source link

CSV maps not working on Maemo4 #258

Open aerostitch opened 9 years ago

aerostitch commented 9 years ago

Issue migrated from trac ticket # 1263

component: core | priority: major

2014-10-17 09:12:42: klosels created the issue


I tried using the CSV map plugin on a Nokia N810 device (running Maemo4 "Diablo").

Loading the CSV plugin fails with the following error:

navit:plugin_load:can't load '/usr/lib/navit/map/libmap_csv.so', 
Error '/usr/lib/navit/map/libmap_csv.so: undefined symbol: g_hash_table_get_values'
navit:map_new:invalid type 'csv'

The reason seems to be that Maemo4 includes an ancient glib (2.0) which doesn't include g_hash_table_get_values which was introduced in 2.14. Maemo4 isn't updated since a long time, so getting a newer glib is not that easy. Using navit's own glib isn't that easy either, as 'tryagain' tried. Maybe someone familiar with the Maemo build could get it to work?

See also the original thread in the forum.

aerostitch commented 9 years ago

2014-10-29 12:36:56: tryagain commented


Please try 5917 build or fresher when it will become available.

aerostitch commented 9 years ago

2014-10-29 12:36:56: tryagain

aerostitch commented 9 years ago

2014-10-29 12:36:56: tryagain