[Digikam-devel] [Bug 265126] kipi-plugins-2.0.0_beta2 compile failure in libkmap/abstractmarkertiler.h

Michael G. Hansen mike at mghansen.de
Wed Feb 2 14:34:09 GMT 2011


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


Michael G. Hansen <mike at mghansen.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mike at mghansen.de




--- Comment #4 from Michael G. Hansen <mike mghansen de>  2011-02-02 15:34:08 ---
Hi Andreas,

thanks for reporting this issue! The relevant error line is this one:

In Datei, eingefügt von /usr/include/libkmap/itemmarkertiler.h:37,
                 von
/var/tmp/portage/media-plugins/kipi-plugins-2.0.0_beta2/work/digikam-2.0.0-beta2/extra/kipi-plugins/gpssync/gpssyncdialog.cpp:85:
/usr/include/libkmap/abstractmarkertiler.h:38:28: Fehler: kmap_tileindex.h:
Datei oder Verzeichnis nicht gefunden

I forgot to add kmap_tileindex.h to the CMakeLists.txt, but never noticed
because I never compiled each library separately. You should be able to fix it
with the patch below.

Michael

Index: extra/libkmap/libkmap/CMakeLists.txt
===================================================================
--- extra/libkmap/libkmap/CMakeLists.txt        (revision 1217491)
+++ extra/libkmap/libkmap/CMakeLists.txt        (working copy)
@@ -93,6 +93,7 @@
               kmap_primitives.h
               kmap_modelhelper.h
               kmap_geocoordinates.h
+              kmap_tileindex.h
               altitude-backend.h
               abstractmarkertiler.h
               itemmarkertiler.h

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Digikam-devel mailing list