Re: [PyKDE] PyKDE-snapshot20051013 fails against kde-3.5.0

2005-12-06 Thread Stephan Hermann
Hi Jim,

when do you expect a new release of pykde or actually a new sip,pyqt,pykde 
toolchain.

I need to fix the packages (at least for pykde) for kde3.5 in kubuntu/ubuntu 
dapper (development branch).

Regards,

\sh
On Monday 05 December 2005 20:45, Jim Bublitz wrote:
 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  = 0x04
  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

 ___
 PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
 http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] PyKDE-snapshot20051013 fails against kde-3.5.0

2005-12-06 Thread Jim Bublitz
On Tuesday 06 December 2005 07:35, Stephan Hermann wrote:
 when do you expect a new release of pykde or actually a new
 sip,pyqt,pykde toolchain.

 I need to fix the packages (at least for pykde) for kde3.5 in
 kubuntu/ubuntu dapper (development branch).

I intended to have it out by now, but that obviously has worked out. The best 
I can offer is about a week or two, and that's not certain.

The only change that's required (that I know of) is the one in this thread. 
The current snapshot lacks any new methods/classes since KDE 3.4.2, but 
that's probably very minimal. There are some bugs that need to be addressed, 
but for most people they aren't serious (although for some they are).

Jim

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] PyKDE-snapshot20051013 fails against kde-3.5.0

2005-12-05 Thread Jim Bublitz
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.

This is a change in KDE 3.5 as far as I can tell.

Jim

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] PyKDE-snapshot20051013 fails against kde-3.5.0

2005-12-05 Thread Rex Dieter

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  = 0x04
pykde_version_str  = 4.0.0

-- Rex

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] PyKDE-snapshot20051013 fails against kde-3.5.0

2005-12-05 Thread Jim Bublitz
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  = 0x04
 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

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde