trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: September 2010

Re: [trinity-devel] Building kdepim

From: "Timothy Pearson" <kb9vqf@...>
Date: Fri, 10 Sep 2010 17:22:51 -0500
> 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