trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: November 2011

Re: [trinity-devel] kdepim cmake ftbfs with libcaldav and libcardav options

From: Darrell Anderson <humanreadable@...>
Date: Tue, 29 Nov 2011 11:20:56 -0800 (PST)
> Hello, when inspecting the "libcaldav.pc" and
> "libcarddav.pc" provided by
> the libraries, it looks like they do not return a specific
> subdir for
> header files. That's why CMAKE doesn't find them.
> 
> So, in the Fedora/RHEL build, I've decided to move the
> caldav/carddav
> headers directly under /opt/trinity/include (no
> subdirectory), they are
> found by CMAKE.

Thanks. I found the same thing last night. The make files needed a couple of tweaks too. I submitted a patch:

http://bugs.pearsoncomputing.net/show_bug.cgi?id=701

Everything builds correctly with the patch. :)

Darrell