http://bugs.kde.org/show_bug.cgi?id=174183

           Summary: libical includes structure changed. breaks compilation
           Product: kdepimlibs
           Version: 4.1
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: kcal
        AssignedTo: kdepim-bugs@kde.org
        ReportedBy: [EMAIL PROTECTED]


Version:            (using Devel)
OS:                Linux
Installed from:    Compiled sources

Libical 0.33, at least in Debian, changed it's include structure, adding a
directory. This breaks compilation. Following is a simple fix that should not
break anything else.

Index: KDE/kdepimlibs/kcal/CMakeLists.txt
===================================================================
--- KDE/kdepimlibs/kcal/CMakeLists.txt  (revisiĆ³n: 879602)
+++ KDE/kdepimlibs/kcal/CMakeLists.txt  (copia de trabajo)
@@ -16,6 +16,7 @@

 include_directories(
   ${LIBICAL_INCLUDE_DIRS}
+  ${LIBICAL_INCLUDE_DIRS}/libical
   ${CMAKE_CURRENT_SOURCE_DIR}/versit
   ${CMAKE_CURRENT_SOURCE_DIR}
   ${CMAKE_SOURCE_DIR}/kabc


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to