mele
|
2010-01-31
, 13:11
|
Posts: 251 |
Thanked: 75 times |
Joined on Oct 2009
@ Finland, Vaasa
|
#141
|
The Following User Says Thank You to mele For This Useful Post: | ||
|
2010-01-31
, 18:14
|
Posts: 127 |
Thanked: 86 times |
Joined on Sep 2009
@ Hannover, Germany
|
#142
|
|
2010-01-31
, 19:56
|
Posts: 46 |
Thanked: 23 times |
Joined on Jan 2010
@ Vulcan
|
#143
|
svn co http://libgarmin.svn.sourceforge.net/svnroot/libgarmin/libgarmin/dev libgarmin cd libgarmin ./autosh.sh make && make install
wget http://mirrors.zerg.biz/nongnu/freetype/freetype-2.3.11.tar.gz tar -xzf freetype-2.3.11.tar.gz cd freetype-2.3.11 mkdir install ./configure --disable-shared --prefix=`pwd`/install make && make install
svn co http://navit.svn.sourceforge.net/svnroot/navit/trunk/navit/ navit cd navit export SBOX_DEFAULT_AUTOMAKE=1.9 ./autogen.sh LIBS=-lfib FREETYPE2_CFLAGS=`../freetype-2.3.11/install/bin/freetype-config --cflags` FREETYPE2_LIBS=`../freetype-2.3.11/install/bin/freetype-config --prefix`/lib/libfreetype.a --disable-samplemap ./configure --prefix=/opt/navit --disable-binding-python --disable-gui-sdl --enable-avoid-float --enable-avoid-unaligned --enable-svg2png-scaling="32,48,64" --enable-svg2png-scaling-flag="32,48,64" --enable-svg2png-scaling-nav="8,16,32,48,64" --disable-samplemap --disable-graphics-sdl --enable-vehicle-maemo --enable-debug make && make install
./autogen.sh LIBS=-lfib FREETYPE2_CFLAGS=`../freetype-2.3.11/install/bin/freetype-config --cflags` FREETYPE2_LIBS=`../freetype-2.3.11/install/bin/freetype-config --prefix`/lib/libfreetype.a --disable-samplemap libtoolize: `config.guess' exists: use `--force' to overwrite libtoolize: `config.sub' exists: use `--force' to overwrite libtoolize: `ltmain.sh' exists: use `--force' to overwrite /scratchbox/tools/autotools/automake-1.9/share/automake-1.9/am/depend2.am: am__fastdepOBJC does not appear in AM_CONDITIONAL autoreconf2.50: automake failed with exit status: 1
You may need to apply the following patch to automake, if autogen.sh fails with the following error:
am__fastdepOBJC does not appear in AM_CONDITIONAL
If you don't want/need the sample map then add --disable-samplemap to the above command.
|
2010-01-31
, 20:51
|
Posts: 46 |
Thanked: 23 times |
Joined on Jan 2010
@ Vulcan
|
#145
|
fakeroot apt-get install automake
/scratchbox/users/maemo/home/maemo/navit/Makefile From: AUTOMAKE = ${SHELL} /home/maemo/navit/missing --run automake-1.9 To: AUTOMAKE = ${SHELL} /home/maemo/navit/missing --run automake-1.10
|
2010-01-31
, 22:32
|
Posts: 196 |
Thanked: 51 times |
Joined on Dec 2009
|
#147
|
|
2010-02-01
, 00:23
|
Posts: 196 |
Thanked: 54 times |
Joined on Jan 2010
@ UK
|
#148
|
And prior to running "make", I've edited the line 104 of file:
Code:
/scratchbox/users/maemo/home/maemo/navit/Makefile
From: AUTOMAKE = ${SHELL} /home/maemo/navit/missing --run automake-1.9
To: AUTOMAKE = ${SHELL} /home/maemo/navit/missing --run automake-1.10
|
2010-02-01
, 01:41
|
Posts: 1,427 |
Thanked: 2,077 times |
Joined on Aug 2009
@ Sydney
|
#149
|
|
2010-02-01
, 01:59
|
Posts: 196 |
Thanked: 51 times |
Joined on Dec 2009
|
#150
|
Tags |
navigation, navit, nokia n900, openstreetmap |
|