|
 |
|
08-30-2007, 12:56 PM
|
#61
|
|
Raw Wave
Join Date: Apr 2005
Location: Boston, MA
Posts: 1,793
|
I downloaded the newest version from CVS and ran into a problem when building with autogen.sh.
Quote:
aclocal. macro 'AM_PROG_MKDIR_P' required but not defined.
I seem to remember hitting this in the past while building SDL or smpeg.
I tried upgrading to a higher version of automake (1.9) but had no luck. I was running 1.4 (to get smpeg running IIRC)
Any suggestions?
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
08-30-2007, 01:07 PM
|
#62
|
|
Low Bitrate
Join Date: Jan 2007
Posts: 72
|
Mmm. I have automake 1.10.
Do you have libtool installed?
Btw, nice car 
It's just missing some pictures of the inside
Last edited by KaZeR; 08-30-2007 at 01:11 PM.
|
|
|
08-30-2007, 01:55 PM
|
#63
|
|
Raw Wave
Join Date: Apr 2005
Location: Boston, MA
Posts: 1,793
|
Quote: Originally Posted by KaZeR 
Mmm. I have automake 1.10.
Do you have libtool installed?
Btw, nice car 
It's just missing some pictures of the inside 
Thanks. Would be nicer if people didn't park by feel
Tried to rectify that, I've added some pics, but my interior always seems to be half apart (redoing the dash this weekend). Too many damn projects.
I didn't have libtool installed, after I did, made no difference. I can almost remember how I fixed this previously, but not exactly, I think it had to do with copying some files to another location or symlinking to them... damn, wish I could remember. I'll take a look at it later and see if I can jog my memory.
|
|
|
08-30-2007, 04:26 PM
|
#64
|
|
Newbie
Join Date: Jul 2006
Posts: 12
|
Quote: Originally Posted by KaZeR 
Ok thanks. We'll fix that in the make install.
Until then you can just cp the whole datafile directory.
About navit.xml, it could be nice to provide a sample file, because writing one from scratch isn't easy. Just some thoughts 
I added working sample configfiles for both guis and themes so sdl gui will actually work.
http://aur.archlinux.org/packages/navit/navit/ here are the sample files and the install script.
Last edited by Noneus; 08-30-2007 at 05:49 PM.
|
|
|
08-30-2007, 05:44 PM
|
#65
|
|
Newbie
Join Date: Aug 2007
Posts: 1
|
Navit - docs on map formats
Hi all you wonderful people!
I am new, from South Africa.
Firstly: thank you for a great forum and all the contributions that everyone has made!
I have limited C/C++ skills I am a fulltime Delphi programmer but would like to get involve in the development.
My first goal is to coevert/make/assemble files for South Africa - routable.
After spending countless ours on the net I found some good info:
OSM form my city (Pretoria)
I converted it to text for navit, it shows up but if the route tags in the navit.xml file is not commented out then it fails on startup complaining: No route found. Any ideas?
Today I managed to find files containg the coords for streed addresses. I would like to incorporate that into the map. Any ideas?
If the navit text format is not routable or if one of the other formats are better to use, where can I find detail docs/ sample maps to enable me to take the info I have and compile maps that are actualy usable and routable in navit?
Lastly I've seen in a video online a guy using the destination function / search, any ideas how to get that working?
Thank you to everyone, and sorry for the lengthy post!
gpsza http://www.mp3car.com/vbulletin/imag...lies/peace.gif
|
|
|
08-31-2007, 04:06 AM
|
#66
|
|
Low Bitrate
Join Date: Jan 2007
Posts: 72
|
Quote: Originally Posted by shotgunefx 
I didn't have libtool installed, after I did, made no difference. I can almost remember how I fixed this previously, but not exactly, I think it had to do with copying some files to another location or symlinking to them... damn, wish I could remember. I'll take a look at it later and see if I can jog my memory.
This may help,
http://ubuntuforums.org/showthread.php?t=420718&page=2
Along with that :
http://avidemux.org/admForum/viewtop...d=20419#p20419
Did you rereun ./autogen.sh after installing libtool?
What distro are you using?
|
|
|
08-31-2007, 04:07 AM
|
#67
|
|
Low Bitrate
Join Date: Jan 2007
Posts: 72
|
Quote: Originally Posted by Noneus 
Great thank you!
|
|
|
08-31-2007, 09:55 AM
|
#68
|
|
Raw Wave
Join Date: Apr 2005
Location: Boston, MA
Posts: 1,793
|
Quote: Originally Posted by KaZeR 
Yes I did rerun it. I think that first post jogged how I fixed it last time though, I had to do something with aclocal.
I'm running Edgy with a 2.6.20 source kernel
|
|
|
08-31-2007, 10:32 AM
|
#69
|
|
Raw Wave
Join Date: Apr 2005
Location: Boston, MA
Posts: 1,793
|
Weird, I just reinstalled automake 1.9 (just like I did a few days ago when trying) and it worked (kindof), I got some warnings about underquoted constructs, in particular smpeg.
But navit won't run. When I specify a config file (which I must), I get
Quote:
WARNING **: can't load '/usr/lib/navit/*/lib*.so', Error '/usr/lib/navit/*/lib*.so': cannot open shared object file: No such file or directory
I'm going to guess that it has something to do with the automake warnings?
|
|
|
08-31-2007, 10:41 AM
|
#70
|
|
Low Bitrate
Join Date: Jan 2007
Posts: 72
|
Quote: Originally Posted by shotgunefx 
Weird, I just reinstalled automake 1.9 (just like I did a few days ago when trying) and it worked (kindof), I got some warnings about underquoted constructs, in particular smpeg.
But navit won't run. When I specify a config file (which I must), I get
I'm going to guess that it has something to do with the automake warnings?
Ok. looks like your make install didn't succeed then. We'll have to fix that.
Can you try to run it from the source directory? (in navit/src, run ./navit)
|
|
|
08-31-2007, 10:45 AM
|
#71
|
|
Raw Wave
Join Date: Apr 2005
Location: Boston, MA
Posts: 1,793
|
Quote: Originally Posted by KaZeR 
Ok. looks like your make install didn't succeed then. We'll have to fix that.
Can you try to run it from the source directory? (in navit/src, run ./navit)
That worked. Of course, it's all a blank as I haven't installed maps for anywhere yet
|
|
|
08-31-2007, 11:36 AM
|
#72
|
|
Low Bitrate
Join Date: Jan 2007
Posts: 72
|
Quote: Originally Posted by shotgunefx 
That worked. Of course, it's all a blank as I haven't installed maps for anywhere yet 
Ok. Can you send me (in pm for example, or paste a link here to pastbin.ca) your compile log? Be sure to make a clean checkout before, for example remove the directory and refetch it from cvs (or from release, as you wish).
I'll dig this missing macro thing.
About maps, where are you from? OSM maps are usually a good starting point.
|
|
|
08-31-2007, 11:40 AM
|
#73
|
|
Raw Wave
Join Date: Apr 2005
Location: Boston, MA
Posts: 1,793
|
Quote: Originally Posted by KaZeR 
Ok. Can you send me (in pm for example, or paste a link here to pastbin.ca) your compile log? Be sure to make a clean checkout before, for example remove the directory and refetch it from cvs (or from release, as you wish).
I'll dig this missing macro thing.
About maps, where are you from? OSM maps are usually a good starting point.
Thanks, I'll try and get to that this evening and send it off.
I'm in MA , USA. OSM isn't much help for this area. Have been perusing my IG files though or attempting to anyway.
|
|
|
09-05-2007, 03:10 AM
|
#74
|
|
Low Bitrate
Join Date: Jan 2007
Posts: 72
|
Here's a screenshot with our new skin :
We have to finish some controls (like speed-o-meter) but every controls drawn is working.
It's in CVS.
|
|
|
09-05-2007, 03:18 PM
|
#75
|
|
Low Bitrate
Join Date: Jan 2007
Location: Munich, Germany
Posts: 81
|
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?
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:06 PM.
| |