maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Navit on N900 (https://talk.maemo.org/showthread.php?t=38800)

gianko 2013-04-06 15:45

Re: Navit on N900
 
nice job!

ps: i don't know...but maybe QtDeclarative is provided by packages like libqtm-11-declarative or libqtm-12-declarative ? it comes with CSSU ?

tanago 2013-04-06 16:09

Re: Navit on N900
 
Quote:

Originally Posted by gianko (Post 1334471)
nice job!

ps: i don't know...but maybe QtDeclarative is provided by packages like libqtm-11-declarative or libqtm-12-declarative ? it comes with CSSU ?

I tried them too but still without success, It's more like cmake is searching for Qt Declarative headers in a different directory than they are

gianko 2013-04-06 16:47

Re: Navit on N900
 
the navit-gui-qml package installed from rdorsch repo depends on libqt4-core libqt4-declarative libqt4-dbus libqt4-gui libqt4-xml i dont know if this helps

tanago 2013-04-06 17:02

Re: Navit on N900
 
Quote:

Originally Posted by gianko (Post 1334478)
the navit-gui-qml package installed from rdorsch repo depends on libqt4-core libqt4-declarative libqt4-dbus libqt4-gui libqt4-xml i dont know if this helps

Means that when I already have Qt Declarative => cmake is looking at the wrong directory

Mentalist Traceur 2013-04-06 19:21

Re: Navit on N900
 
Question (don't have time to read the thread history to find answers, if they exist, sorry): Why cmake and not autotools? And does using cmake to do it make it any less doable for you or whoever follows in your footsteps to package the .deb into the repos using autobuilder (as opposed to manual package upload)?

tanago 2013-04-06 19:31

Re: Navit on N900
 
Quote:

Originally Posted by Mentalist Traceur (Post 1334497)
Question (don't have time to read the thread history to find answers, if they exist, sorry): Why cmake and not autotools? And does using cmake to do it make it any less doable for you or whoever follows in your footsteps to package the .deb into the repos using autobuilder (as opposed to manual package upload)?

I will answer your question
1. For a long time, building with cmake produced many errors, thats why it was preferred to build with autotools
2. It still produces many errors mainly because cmake is searching for headers in different directories. Today I managed to fix all those paths except one, described at the beggining of this page.
3. dpkg-buildpackage scripts inside 'debian' folder use autotools and compiles the source code with it. Today I workaround-ed that with the following commands
Code:

cmake /path/to/sources
make
dpkg-buildpackage -b -nc

i had to specify -nc because dpkg will 'make clean' and will compile with autotools again. So anybody who is expert at making "debian" dirs is welcomed to help us switch to cmake entirely :)

luf 2013-04-07 08:56

Re: Navit on N900
 
Quote:

Originally Posted by tanago (Post 1334500)
i had to specify -nc because dpkg will 'make clean' and will compile with autotools again. So anybody who is expert at making "debian" dirs is welcomed to help us switch to cmake entirely :)

Let's try to take inspiration from keepassx package:

http://merlin1991.at/~luf/keepassx/s...3maemo2.tar.gz

You can also find original version in extras-devel or testing (I took inspiration there - keepassx_0.4.3-1).

I hope it can help you.

gianko 2013-04-07 17:30

Re: Navit on N900
 
if can help, i found this (maybe old) tutorial for maemo compiling on Scratchbox, with some configure options

http://wiki.navit-project.org/index....ox_development

rdorsch 2013-05-03 21:14

Re: Navit on N900
 
Most people might have seen it already, I updated navit on bokomoko.de. From the upstream changelog it seems that street search and house number search saw a lot of changes. It did not work very well in the new version though. If I see a version, whose street search works better for me, I will upload another update. In any case maps need to be updated for that.

Rainer

magic_doc 2013-05-04 08:59

Re: Navit on N900
 
Quote:

Originally Posted by rdorsch (Post 1341018)
Most people might have seen it already, I updated navit on bokomoko.de. From the upstream changelog it seems that street search and house number search saw a lot of changes. It did not work very well in the new version though. If I see a version, whose street search works better for me, I will upload another update. In any case maps need to be updated for that.

Rainer

Thanks again for your effort! So I will stay at version 5427 until further notice, because I really need the street-search-function.

But what I don't understand is why maps need to be updated for the new search function?

Have a nice weekend!

CU Michael


All times are GMT. The time now is 15:06.

vBulletin® Version 3.8.8