[Bug 174183] New: libical includes structure changed. breaks compilation
David Palacio
dpalacio at uninorte.edu.co
Mon Nov 3 16:41:26 GMT 2008
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 at kde.org
ReportedBy: dpalacio at uninorte.edu.co
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.
More information about the Kdepim-bugs
mailing list