Build failed in Jenkins: kdelibs_frameworks_qt5 #566

Sebastian Kügler sebas at kde.org
Fri Apr 26 23:55:38 UTC 2013


On Friday, April 26, 2013 16:04:22 KDE CI System wrote:
> See <http://build.kde.org/job/kdelibs_frameworks_qt5/566/changes>
> 
> Changes:
> 
> [notmart] correct includes

What goes wrong here is that kdelibs/experimental/libkdeclarative/*h try to 
include <kdeclarative/kdeclarative_export.h> (after Marco's last commit), 
which fails, since the file is not in the kdeclarative dir, but in 
libkdeclarative. It is installed to kdeclarative/kdeclarative_export.h, 
however, so the change will build when the header is already installed, but 
not during a clean build.

What's the right way to go about this? 

- mv libkdeclarative kdeclarative ?
- futz around with include pathes, if so, how?
- [insert better suggestion]

Cheers,
-- 
sebas

http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9


More information about the Kde-frameworks-devel mailing list