[Marble-bugs] [marble] [Bug 348553] New: fail build. quazip(qt4) header path hardcoded in marble/src/plugins/runner/kml/KmzHandler.cpp

Gustavo Alvarez sl1pkn07 at gmail.com
Mon Jun 1 18:23:18 UTC 2015


https://bugs.kde.org/show_bug.cgi?id=348553

            Bug ID: 348553
           Summary: fail build. quazip(qt4) header path hardcoded in
                    marble/src/plugins/runner/kml/KmzHandler.cpp
           Product: marble
           Version: unspecified
          Platform: Archlinux Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: critical
          Priority: NOR
         Component: general
          Assignee: marble-bugs at kde.org
          Reporter: sl1pkn07 at gmail.com

Hi

According of this:

http://quickgit.kde.org/?p=marble.git&a=blobdiff&h=c06ac2def37fde136ead5021a865fecf8b3795e1&hp=bf982672783c576c1cac755b847bb9f9954639f0&hb=030b7dea47a29d40b497106602148d8e66a4088d&f=cmake%2Fmodules%2FFindquazip.cmake

in
http://quickgit.kde.org/?p=marble.git&a=blob&h=c2fc76e8418426fa4d5069217fb5ea859479e315&hb=302efc0d343a40240c32167f1642d4992a743f66&f=src%2Fplugins%2Frunner%2Fkml%2FKmzHandler.cpp

lines #16 # and 17, the path of quazip is hardcoded. if only install a quazip
builded with qt5 (headers save in /foo/include/quazip5, fail build whit missing
file

Reproducible: Always

Steps to Reproduce:
1.installl/build quazip with qt5 supoort
2.download marble from git
3. build
4 wait to crash (missing quazip header file)

Actual Results:  
fail build

Expected Results:  
build ok

workground is change

#include <quazip/quazip.h>
#include <quazip/quazipfile.h>

to 

#include <quazip5/quazip.h>
#include <quazip5/quazipfile.h>

or fix by dev (sorry i'm not coder)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Marble-bugs mailing list