Bug 174183

Summary: libical includes structure changed. breaks compilation
Product: [Applications] kdepimlibs Reporter: David Palacio <dpalacio>
Component: kcalAssignee: kdepim bugs <kdepim-bugs>
Status: CLOSED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: 4.1   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description David Palacio 2008-11-03 17:41:25 UTC
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
Comment 1 Allen Winter 2008-11-03 18:13:40 UTC
SVN commit 879635 by winterz:

look in more places for the libical header.
BUGS: 174183


 M  +1 -0      CMakeLists.txt  


WebSVN link: http://websvn.kde.org/?view=rev&revision=879635