Bug 174183 - libical includes structure changed. breaks compilation
Summary: libical includes structure changed. breaks compilation
Status: CLOSED FIXED
Alias: None
Product: kdepimlibs
Classification: Applications
Component: kcal (show other bugs)
Version: 4.1
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-03 17:41 UTC by David Palacio
Modified: 2009-11-16 23:53 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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