Jim Bublitz wrote:
On Monday 05 December 2005 06:41, Rex Dieter wrote:

FYI,

Using sip-4.3.2, PyQt-3.15.1, kde.3.5.0, gcc-3.4.4 (RedHat Enterprise
4)... I'm having trouble getting PyKDE-snapshot20051013 to build
(failure below).


In file included from sip/kdecore/ktempdir.sip:32,
                 from sipkdecorepart0.cpp:50:
/usr/include/kde/fixx11h.h:185: error: `CursorShape' was not declared in
this scope


In sip/kdecore/fixx11.sip. add the include for X11/X.h:

%ModuleHeaderCode
#include <X11/X.h>
#include <fixx11h.h>
%End

You might need to make the same change in sip/kdecore/ktempdir.sip.

Only the former modification was requierd, thanks.

Just for me, what will be the next PyKDE version? it appears to be 4.0.0 from the snapshot's configure.py:
pykde_version      = 0x040000
pykde_version_str  = "4.0.0"

-- Rex

_______________________________________________
PyKDE mailing list    PyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to