KDE SC 4.11.3 tarballs
Kevin Kofler
kevin.kofler at chello.at
Sat Nov 2 22:39:35 UTC 2013
On Saturday 02 November 2013 at 22:45:43, Andreas K. Huettel wrote:
> 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/kpythonpluginfact
> ory.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...
That's the usual Qt "slots" "keyword" (macro), now conflicting with a Python
header.
Kevin Kofler
More information about the release-team
mailing list