Priority medium
Bug ID 75670
CC syncevolution-issues@syncevolution.org
Assignee syncevolution-issues@syncevolution.org
Summary configure fails to find Akonadi/Collection
Severity normal
Classification Unclassified
OS All
Reporter niels_ole@salscheider-online.de
Hardware Other
Status NEW
Version 1.4
Component SyncEvolution
Product SyncEvolution

Created attachment 94960 [details]
configure log

When I try to build SyncEvolution 1.4 with the akonadi backend, I get the
following error:

checking Akonadi/Collection usability... no
checking Akonadi/Collection presence... no
checking for Akonadi/Collection... no
configure: error: akonadi.pc not found. Install it to compile with the Akonadi
backend enabled.

"kde4-config --path include" gives "/usr/include/" and
"/usr/include/KDE/Akonadi/Collection" exists.

The problem seems to be that path to the QString include file is missing in
CPPFLAGS:

configure:21857: checking Akonadi/Collection presence
configure:21857: g++ -E  -I/usr/include/ -I/usr/include//KDE -I/usr/include/qt4
conftest.cpp
In file included from
/usr/include//KDE/Akonadi/../../akonadi/collection.h:25:0,
                 from /usr/include//KDE/Akonadi/Collection:1,
                 from conftest.cpp:44:
/usr/include/akonadi/entity.h:24:19: fatal error: QString: No such file or
directory
 #include <QString>
                   ^
compilation terminated.

I have attached the configure log.


You are receiving this mail because: