QEdje scriptengine cannot be built + PATCH
Joseph Wenninger
jowenn at kde.org
Wed Dec 31 12:15:46 CET 2008
Hi!
I've got build errors with qedje, although aI have eet,qzion and qedje
installed. The problem is, the script engine does not find the qzion.h file.
In file included
from /home/jowenn/development/kde/svn/kdebase/workspace/plasma/scriptengines/qedjescript/qedje_applet.cpp:6:
/home/jowenn/development/kde/svn/kdebase/workspace/plasma/scriptengines/qedjescript/qedje_applet.h:7:19:
error: qzion.h: Datei oder Verzeichnis nicht gefunden
/home/jowenn/development/kde/svn/kdebase/workspace/plasma/scriptengines/qedjescript/qedje_applet.h:8:19:
error: qedje.h: Datei oder Verzeichnis nicht gefunden
My CMakeCache.txt file has:
PC_QEdje_STATIC_INCLUDE_DIRS:INTERNAL=/home/jowenn/fromsources/qzion/include;/home/jowenn/fromsources/qedje/include
The attached patch fixes the compile problem for me.
It results in following line in CMakeCache.txt, which contains all needed
include directories
PC_QEdje_INCLUDE_DIRS:INTERNAL=/home/jowenn/fromsources/qzion/include;/home/jowenn/fromsources/eet/include;/home/jowenn/fromsources/qedje/include
and forces the usage of this variable for the include directories in the
CMakeLists.txt
Regards
Joseph
--
KATE developer - Joseph Wenninger <jowenn at kde.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: workspace.diff
Type: text/x-diff
Size: 997 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/kde-buildsystem/attachments/20081231/6c494c02/attachment.bin
More information about the Kde-buildsystem
mailing list