[PyKDE] PyKDE-snapshot20051013 fails against kde-3.5.0

Jim Bublitz jbublitz at nwinternet.com
Mon Dec 5 19:45:08 GMT 2005


On Monday 05 December 2005 10:09, Rex Dieter wrote:
> 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"

I'm struggling with that - PyKDE now requires sip 4.0, so the 4.0 makes sense 
that way, but it won't support KDE 4.0 for a while, so it's misleading that 
way, and there will almost certainly be separate versions for KDE 3.x and 
4.0. I'm thinking now that I should stick with 3.x until KDE 4.0 is supported 
and then bump up the first digit.

Jim




More information about the PyQt mailing list