On Wed, Feb 15, 2012 at 11:01 AM, Timothy Pearson
<kb9vqf(a)pearsoncomputing.net> wrote:
On Tue, Feb
14, 2012 at 12:29 PM, Aleksey Midenkov <midenok(a)gmail.com>
wrote:
[ 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.
Obviously this either will be or has been fixed in GIT for R14.0. :-)
I suppose, that if there is the tag in Git for v3.5.13, then it *must*
be buildable. If it is not so, then one of two things happened:
1. the actual release was not build from that tag exactly as it is,
there were some hand made fixes, that are not reflected in the tag
2. the tag was placed after the release and points not exactly to the
release point
Absence of the tag for admin/ and cmake/ submodules brings me to
assumption of p.2.
In either case the tag is wrong and must be fixed! Or any newcomer
programmers like me will be highly frustrated... :-(