Hi there again, just tried to compile navit 0.0.1 on OS X. So here's what I got:
./configure worked after I had gtk (done with MacPorts)
Then "make" - didn't work, maybe you can help me, that's what it tells me (output of third attempt):
Code:
alexs-computer:~/navit-0.0.1 alex$ make
make all-recursive
Making all in src
Making all in binding
Making all in python
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
Making all in data
Making all in mg
/bin/sh ../../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -o libdata_mg.la -rpath /usr/local/lib/navit/data map.lo block.lo town.lo tree.lo poly.lo street.lo -lm -rdynamic
gcc -dynamiclib ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libdata_mg.0.0.0.dylib .libs/map.o .libs/block.o .libs/town.o .libs/tree.o .libs/poly.o .libs/street.o -lm -install_name /usr/local/lib/navit/data/libdata_mg.0.dylib -Wl,-compatibility_version -Wl,1 -Wl,-current_version -Wl,1.0
ld: multiple definitions of symbol _debug_level
.libs/map.o definition of _debug_level in section (__DATA,__common)
.libs/block.o definition of _debug_level in section (__DATA,__common)
.libs/town.o definition of _debug_level in section (__DATA,__common)
.libs/tree.o definition of _debug_level in section (__DATA,__common)
.libs/poly.o definition of _debug_level in section (__DATA,__common)
.libs/street.o definition of _debug_level in section (__DATA,__common)
/usr/bin/libtool: internal link edit command failed
make[4]: *** [libdata_mg.la] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
So, what can I do?
Bookmarks