Custom Query (1067 matches)
Results (88 - 90 of 1067)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1191 | fixed | Cannot build the Android Sources on Ubuntu | kamikaaze | todd b |
Description |
I am using all the dependencies for Ubuntu 12.04 as outlined in the wiki etc.
CMake works fine but running make produces the following {{{ navit@navit:~/src/android-build$ make [ 0%] Building C object navit/fib-1.1/CMakeFiles/fib.dir/fib.c.o In file included from /usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/syslimits.h:7:0, from /usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/limits.h:34, from /home/navit/src/navit-svn/navit/fib-1.1/fib.c:33: /usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/limits.h:168:61: error: no include path in which to search for limits.h #include_next <limits.h> /* recurse down to the real one */ ^ /home/navit/src/navit-svn/navit/fib-1.1/fib.c:34:20: fatal error: stdlib.h: No such file or directory #include <stdlib.h> ^ compilation terminated. make[2]: *** [navit/fib-1.1/CMakeFiles/fib.dir/fib.c.o] Error 1 make[1]: *** [navit/fib-1.1/CMakeFiles/fib.dir/all] Error 2 make: *** [all] Error 2 navit@navit:~/src/android-build$ }}} Googling this issue seems to suggest this might be a gcc issue but the fixes are all pretty specific to what is trying to be built This is probably something simple but all the fixes I have tried have failed, any ideas? |
|||
#1187 | fixed | Wrong German speaking | KaZeR | crystalgfan . |
Description |
When Navit has calculated the new route then it tells you that you'll have to follow it for 10 km for example. In German it tells:
...für 10 Kilometern folgen... The last "n" in Kilometern is wrong, it must be: ...für 10 Kilometer folgen... I'm sure I noticed it with navit-svn-5723. Before I was using 5709 but can't remmember exactly, but with 5386 that I used for a long time it was ok. navit-svn-5723 Android 4.2.2 / CM 10.1.3-i9300 |
|||
#1186 | fixed | cmake build incomplete when use SHARED_LIBNAVIT | sleske | tuxmaster |
Description |
Hello,
when build navit with: {{{ cmake -DSAMPLE_MAP=false -DSHARED_LIBNAVIT=true }}} and run "make install" after build, the following libs are missing: * libfib.so * libnavit_core.so * libmaptool_core.so They are linked again maptool and navit but not installed. SVN Version: 5725 |
Note: See TracQuery
for help on using queries.