https://bugs.freedesktop.org/show_bug.cgi?id=75670
Priority: medium
Bug ID: 75670
CC: syncevolution-issues(a)syncevolution.org
Assignee: syncevolution-issues(a)syncevolution.org
Summary: configure fails to find Akonadi/Collection
Severity: normal
Classification: Unclassified
OS: All
Reporter: niels_ole(a)salscheider-online.de
Hardware: Other
Status: NEW
Version: 1.4
Component: SyncEvolution
Product: SyncEvolution
Created attachment 94960
-->
https://bugs.freedesktop.org/attachment.cgi?id=94960&action=edit
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:
You are on the CC list for the bug.
You are the assignee for the bug.