i'm trying to import a route that i created with google maps into navit. i've seen something called gpx2navit_txt that will convert a gpx file into a navit text file. i can't seem to find a binary for gpx2navit_txt, or other conversion program.
here's the relevant output from make. configure returned no errors.
Code:
In file included from main.c:20:
gpx2navit_txt.h:42:19: error: expat.h: No such file or directory
In file included from main.c:20:
gpx2navit_txt.h:234: error: expected specifier-qualifier-list before ‘XML_Parser’
gpx2navit_txt.h:269: error: expected ‘)’ before ‘parser’
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/home/ubuntu/Downloads/gpx2navit_txt/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/ubuntu/Downloads/gpx2navit_txt/src'
make: *** [all-recursive] Error 1