FTBFS. Build log attached.
First noticeable error messages:
icalformatimpl.cpp:34:28: error: libical/ical.h: No such file or directory
icalformatimpl.cpp:35:34: error: libical/icalparser.h: No such file or
directory
icalformatimpl.cpp:36:39: error: libical/icalrestriction.h: No such file
or directory
From icalformatimpl.cpp:
extern "C" {
#include <libical/ical.h>
#include <libical/icalparser.h>
#include <libical/icalrestriction.h>
}
I can't find any such directory or files on my build system. I just
updated svn. All packages that have been built are installed.
Darrell
kdepim needs libical, available from here:
http://sourceforge.net/projects/freeassociation/
It's a relatively small parser for PIM files.
You will also need libcaldav and libcarddav, both of which are available
on the Trinity home page under "Related Projects".
Tim