Hi Bas,

the different paths seem to be related to the Qt4 and Qt5 version of the 
library. I compared them on my system and they are identical. Probably because 
they origin from the same source version. 

Can you cross-check if this will be the case on a  Debian system, too. If yes, 
the patch is fine. If not, e.g. different versions for the Qt4 or 5 build, we 
should be careful.

I pushed the ts file to the repo

Thanks 

Oliver

> Gesendet: Montag, 27. März 2017 um 08:13 Uhr
> Von: "Sebastiaan Couwenberg" <sebas...@xs4all.nl>
> An: qlandkartegt-users@lists.sourceforge.net
> Betreff: Re: [Qlandkartegt-users] QMapShack 1.8.0
>
> On 03/26/2017 05:41 PM, Sebastiaan Couwenberg wrote:
> > On 03/26/2017 01:32 PM, Oliver Eichler wrote:
> >> it's release time! The biggest change is done by Norbert Truchsess 
> >> integrating 
> >> BRouter (http://brouter.de/brouter/). It's a quite famous routing engine 
> >> for 
> >> Android apps. The "B" stands for "bike". BRouter is special as it takes 
> >> the 
> >> elevation into account. As BRouter is written in Java it can't be used as 
> >> a 
> >> library. You can either use the online service, or you install your own 
> >> local 
> >> server running with Java. If you choose to install it locally, you can 
> >> even 
> >> use it for on-the-fly routing. 
> > 
> > The BRouter support fails to build (on Debian unstable):
> > 
> >  
> > /build/qmapshack-1.8.0/src/gis/rte/router/brouter/CRouterBRouterSetupWizard.cpp:24:24:
> >  fatal error: JlCompress.h: No such file or directory
> >   #include <JlCompress.h>
> >                          ^
> > 
> > I had to set both QUAZIP_INCLUDE_DIR & QUAZIP_INCLUDE_DIRS to
> > /usr/include/quazip5, because FindQuaZip.cmake doesn't set them for some
> > mysterious reason.
> > 
> > Despite src/CMakeLists.txt including QUAZIP_INCLUDE_DIRS in its
> > include_directories() call, the header is not found.
> 
> The issue has been resolved. The libquazip5-dev package pulls in
> libquazip-headers instead of libquazip5-headers, the former install its
> header in /usr/include/quazip and the latter in /usr/include/quazip5.
> 
> The attached patch (quazip.patch) adds the <prefix>/include/quazip paths
> to FindQuaZip.cmake.
> 
> The lintian QA tool also reported duplicate keys in the desktop file,
> caused by the Russia translation, which are fixed with the attached
> desktop-ru.patch.
> 
> Kind Regards,
> 
> Bas
> 
> -- 
>  GPG Key ID: 4096R/6750F10AE88D4AF1
> Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! 
> http://sdm.link/slashdot_______________________________________________
> Qlandkartegt-users mailing list
> Qlandkartegt-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users

Reply via email to