Error building KService

David Faure faure at kde.org
Fri Sep 5 22:22:14 UTC 2014


On Friday 05 September 2014 23:48:24 David Gil Oliva wrote:
> In file included from /usr/include/kexportplugin.h:21:0,
> /usr/include/kglobal.h:4

It's picking up kdelibs4 headers from /usr/include.

Easy solution: remove kdelibs4-dev or whatever that package is called.

Correct solution: make VERBOSE=1, find out if
 -I/home/david/KF5/include/KF5/KCoreAddons is there
and if -I/usr/include is there (it should NOT)
and if both are there, in which order.

And check if kexportplugin.h exists in that KCoreAddons dir, of course.

-- 
David Faure, faure at kde.org, http://www.davidfaure.fr
Working on KDE Frameworks 5



More information about the Kde-frameworks-devel mailing list