NavitTom icon indicating copy to clipboard operation
NavitTom copied to clipboard

Wrong libfreetype version installed

Open RichardH-code opened this issue 7 years ago • 1 comments

When libraries are copied into opentom_dist/ in 'make verif_dist', those from arm-sysroot/lib are given precedence over those from arm-sysroot/usr/lib. As a consequence, an older version of libfreetype gets included and navit will not run. What works for me is reversing the order of the library directories where the top level Makefile calls 'install_shared_libs.sh', as in this patch: NavitTom_Makefile.patch.txt

(BTW I now have navit running on a TomTom GO 710 ('Valencia'). I did have to make a few more changes locally.)

RichardH-code avatar Dec 13 '18 11:12 RichardH-code

This would mean that two different versions are compiled, right?

jkoan avatar Apr 14 '20 11:04 jkoan