Re: Re: Re: [PyKDE] Compiling PyKDE 3.11.3 on Solaris 8 fails

2005-03-02 Thread Holger Joukl
Just a short update: I managed to compile on my solaris machine now, here is the version summary (a full description of the necessary config/tweaks will follow later on): Solaris 8 gcc 2.95.2 PyKDE version 3.11.3 PyQt version is 3.13 (3.13.0) sip version is 4.1.1 (4.1.1) Python version is 2.3.4 Qt

Re: Re: [PyKDE] Compiling PyKDE 3.11.3 on Solaris 8 fails

2005-03-02 Thread Holger Joukl
>Just in case I might need it, is there someway for configure.py to figure out >it's running Solaris (eg an /etc/Solaris-release file or something similar)? >Jim Jim, maybe you could test if the os.uname() function is available (which it is on "recent flavors of Unix", according to python docs :-

Re: Re: [PyKDE] Compiling PyKDE 3.11.3 on Solaris 8 fails

2005-03-01 Thread Holger Joukl
Pete wrote: >>> On Tuesday 01 March 2005 12:07, Holger Joukl wrote: > I think the problem is > > sipkdecorepart0.cpp: In function `struct PyObject * > meth_KStartupInfoData_pids(PyObject *, PyObject *)': > sipkdecorepart0.cpp:48629: type `const QValueList' is not a > base type for type `const QValu