>> [ 18%] Building CXX object
>>
kdeui/CMakeFiles/kdeui-shared.dir/kshortcutdialog_simple.cpp.o
>>
/home/midenok/src/kde/tdelibs/build.debug/kdeui/kshortcutdialog_simple.cpp:
> >> In constructor
>>
‘KShortcutDialogSimple::KShortcutDialogSimple(QWidget*,
const
>> char*)’:
/home/midenok/src/kde/tdelibs/build.debug/kdeui/kshortcutdialog_simple.cpp:31:50:
>> error: invalid use of incomplete type
‘struct QLabel’
>
> Are there some kind soul that wants to help me
with that? Please!
That looks like a problem with the ui compiler. I
remember something
similar happening in the past on a non-Debian
distribution; Darrell
Anderson on this list may be able to help with
the
problem if I
remember correctly.
IIRC you have to do
$ export PATH=/trinity/prefix/bin:$PATH
before building Trinity, oherwise you could be using the Qt4
uic.
Obviously this either will be or has been fixed in GIT
for R14.0. :-)
I don't know how much I can help here. :)