On 05/12/2011 01:40 AM, Timothy Pearson wrote:
/build/src/build/kcontrol/style/stylepreview.ui.h:36:32: error:
'QWIDGET_OBJECT_NAME_STRING' was not declared in this scope /build/src/build/kcontrol/style/stylepreview.ui.h:43:41: error: 'Q_NoFocus' was not declared in this scope make[2]: *** [kcontrol/style/CMakeFiles/kcm_style-module.dir/stylepreview.cpp.o] Error 1 make[2]: Leaving directory `/build/src/build' make[1]: *** [kcontrol/style/CMakeFiles/kcm_style-module.dir/all] Error 2 make[1]: Leaving directory `/build/src/build' make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
Is this a build error on my end, or is this a CMake or header issue?
Looks like you have an old version of TQt3 installed. Look for any outdated versions of the tqt.h header file that are available on your system and remove them.
Tim
Thanks Tim,
It must be in the svn code then. All tqt file were from tqtinterface that was downloaded from the server yesterday. (Tuesday at the earliest).
May 10 21:37 trinity-tqtinterface-1230411-1-x86_64.pkg.tar.xz
I've rebuilt tqtinterface with the code just a minute ago and I've kicked off the kdebase build again. I'll report back.