Hello Chris, I thought this was just me... I had the same problem.
I got libical from here (seems legit): https://github.com/libical/libical I also had to copy all headers from "src/libical" to "/usr/local/include" for Cyrus to find them. Best regards, Conrad Kleinespel conr...@conradk.com +33 6 23 82 42 79 On Mon, Jul 13, 2015, at 08:46 AM, Chris Davies wrote: > Does anyone know where I can get the latest version of libical, ideally > at least version 2? > > I've been working through this[1] guide and am getting these warnings: > > configure: WARNING: Your version of libical can not support timezones > > by reference. Consider upgrading to libical >= 1.0.1 checking for > > icalcomponent_new_vavailability in -lical... no configure: WARNING: > > Your version of libical can not support availability. Consider > > upgrading to libical >= 1.0.1 checking for icalcomponent_new_vvoter in > > -lical... no configure: WARNING: Your version of libical can not > > support consensus scheduling. Consider upgrading to libical >= 2.0 > > checking for icalrecurrencetype_rscale_is_supported in -lical... no > > configure: WARNING: Your version of libical can not support non- > > gregorian recurrences. Consider upgrading to libical >= 2.0 > This is causing make to fail: > > In file included from imap/caldav_db.h:52:0, from imap/mailbox.c:80: > > /usr/local/include/libical/ical.h:89:33: fatal error: > > libical_ical_export.h: No such file or directory #include > > "libical_ical_export.h" ^ compilation terminated. make[2]: *** > > [imap/imap_libcyrus_imap_la- > > mailbox.lo] Error 1 make[2]: Leaving directory `/home/tester/cyrus- > > imapd' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory > > `/home/tester/cyrus-imapd' make: *** [all] Error 2 > > Chris > > > > Links: > > 1. https://docs.cyrus.foundation/imap/developer/installguide.html