On Fri, 24 Sep 2004 18:06:59 +0100, Phil Thompson wrote
> SIP v4.1.1 and v3.11.1 have been released. These are just bug fix
> releases required to build PyKDE. Apologies for the inconvenience.
>
> Phil
>
Unless I apply the attached patch, I still have with SIP-4.1.1 (4.1.1-255):
Qt version is 3.2.3
PyQt directory is /usr/share/sip
PyQt version is 3.13 (3.13.0)
KDE base directory is /usr
KDE include directory is /usr/include
KDE lib directory is /usr/lib
KDE version is 3.2.0 (0x30200)
PyKDE modules will be installed in /usr/lib/python2.3/site-packages
PyKDE .sip files will be installed in /usr/share/sip
PyKDE modules to be built:
dcop kdecore kdesu kdefx kdeui kio kfile kparts khtml kspell kdeprint kmdi
Generating the C++ source for the dcop module...
Creating the Makefile for the dcop module...
Generating the C++ source for the kdecore module...
Creating the Makefile for the kdecore module...
Generating the C++ source for the kdesu module...
Creating the Makefile for the kdesu module...
Generating the C++ source for the kdefx module...
Creating the Makefile for the kdefx module...
Generating the C++ source for the kdeui module...
sip: sip/kdeui/kactioncollection.sip:105: A function with the same Python
signature has already been defined
Error: Unable to create the C++ code.
If reporting errors, paste all of the output above into your
message and post to the PyKDE mailing list at:
mailto: [EMAIL PROTECTED]
subscribe: http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
You can redirect the output into a file (> output.txt) if needed
error: Bad exit status from /home/packer/RPM/tmp/rpm-tmp.99479 (%build)
RPM build errors:
Bad exit status from /home/packer/RPM/tmp/rpm-tmp.99479 (%build)
Process rpmbuild exited abnormally with code 1
Gerard
--- PyKDE-3.11.3/sip/kdeui/kactioncollection.sip.mdk10 2004-09-23 21:42:46.576922211 +0200
+++ PyKDE-3.11.3/sip/kdeui/kactioncollection.sip 2004-09-23 21:43:13.509606443 +0200
@@ -101,8 +101,8 @@
public:
%If ( - KDE_3_2_2 )
- virtual QValueList<KAction*> actions (const QString&) const;
- virtual QValueList<KAction*> actions () const;
+// virtual QValueList<KAction*> actions (const QString&) const;
+// virtual QValueList<KAction*> actions () const;
%End
_______________________________________________
PyKDE mailing list [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde