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
_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to