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
quazip.patch
Description: application/pgp-encrypted
desktop-ru.patch
Description: application/pgp-encrypted
------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
