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