[Users] [Bug 3983] Configure does not find "libical" and "libgdata" even the dev packages are installed.
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Tue Mar 6 15:52:10 CET 2018
http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3983
Ricardo Mones <mones at users.sourceforge.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Ricardo Mones <mones at users.sourceforge.net> ---
You need higher versions of those libraries, from configure.ac:
PKG_CHECK_MODULES(GDATA, libgdata >= 0.17.2, HAVE_GDATA=yes, HAVE_GDATA=no)
PKG_CHECK_MODULES(LIBICAL, libical >= 2.0, HAVE_LIBICAL=yes, HAVE_LIBICAL=no)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Users
mailing list