Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong libfreetype version installed #3

Open
RichardH-code opened this issue Dec 13, 2018 · 1 comment
Open

Wrong libfreetype version installed #3

RichardH-code opened this issue Dec 13, 2018 · 1 comment

Comments

@RichardH-code
Copy link

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.)

@jkoan
Copy link
Member

jkoan commented Apr 14, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants