On Tue, 2017-11-14 at 01:36 +0100, Michael Schwendt wrote: > Dunno yet what's the reason. Haven't had a look at it except for unpacking > libical-devel in hope that its %doc section would contain a file that sums > up the API changes. No such file in there. And the "Using Libical" guide > claims it's from 2001, but comes with a fresh timestamp and doesn't tell > about the changes either. Hi, the sum of changes is part of the release notes, which can be found here: https://github.com/libical/libical/releases > vcal_manager.c: In function 'vcal_manager_event_dump': > vcal_manager.c:398:30: warning: implicit declaration of function > 'icaltime_from_timet'; did you mean 'icaltime_as_timet'? [-Wimplicit- > function-declaration] > icalproperty_vanew_dtstamp(icaltime_from_timet(time(NULL), TRUE), > (void*)0)); In your case replace icaltime_from_timet() with icaltime_from_timet_with_zone() where the last argument, the zone to use, will be NULL. Bye, Milan _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx