Am Freitag, 1. November 2013, 19:53:58 schrieb Torgny Nyblom: > Hi, > > The tarballs for the 4.11.3 release are now available in the usual > location. > > I've not compiled them so please report any issues you find. > > sha1 sums and revisions/hashes are attached. > > /Regards > Torgny
PyKDE4 fails with the following error:
In file included from /usr/include/python3.2/Python.h:67:0,
from /var/tmp/portage/kde-
base/pykde4-4.11.3/work/pykde4-4.11.3/kpythonpluginfactory/kpythonpluginfactory.cpp:28:
/usr/include/python3.2/object.h:402:23: error: expected unqualified-id before
‘;’ token
The relevant part of object.h reads:
397 typedef struct{
398 const char* name;
399 int basicsize;
400 int itemsize;
401 int flags;
402 PyType_Slot *slots; /* terminated by slot==0. */
403 } PyType_Spec;
Not sure where the problem really is but it smells like a namespace
collision...
--
Andreas K. Huettel
Gentoo Linux developer (council, kde)
[email protected]
http://www.akhuettel.de/
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ release-team mailing list [email protected] https://mail.kde.org/mailman/listinfo/release-team
