Based upon the
error messages, the problem appears to
be the recent kstyle API changes. I suspect
python-tqt is
missing a header include somewhere, or something similar.
Ah yes, the #include of
"ntqstyle.h" is missing from
'./qt/sipqtTQStyleWidgetActionRequestData.cpp' after the
configure.
Good catch. :-)
I now can build python-tqt by patching qt/sipqtTQStyleWidgetActionRequestData.cpp
on-the-fly patch in my build script in between the configure and make commands, but I
don't know where to patch the sources to ensure the include is created during the
configure process.
Darrell