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: [PyKDE] Compiling PyKDE 3.11.3 on Solaris 8 fails

2005-03-01 Thread Jim Bublitz
On Tuesday 01 March 2005 04:43, Holger Joukl wrote: > > The actual KDE method signature is "const QValueList< pid_t >& > > pids() const;", and pid_t is typedef´ed to long > > on my machine. int and long are the same for 32bit > > I guess I > > a) could remove the method from kstartupinfo.sip > > b

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

2005-03-01 Thread Hans-Peter Jansen
On Tuesday 01 March 2005 13:43, Holger Joukl wrote: > I tried the following: > 1. > 209 const QValueList& pids () const; > gives me > ... > Generating the C++ source for the kdecore module... > sip: sip/kdecore/kstartupinfo.sip:209: syntax error > Error: Unable to create the C++ code. > ... >

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

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

2005-03-01 Thread Hans-Peter Jansen
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 QValueList' > > which

[PyKDE] Compiling PyKDE 3.11.3 on Solaris 8 fails

2005-03-01 Thread Holger Joukl
Hi there, compiling PyKDE 3.11.3 on Solaris 8 fails for me (gcc 2.95.2, Qt 3.3.3, KDE 3.3.2) with the following output: PyKDE version 3.11.3 --- Python include directory is /apps/prod/include/python2.3 Python version is 2.3.4 sip version is 4.1.1 (4.1.1) Qt directory is /ap