trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: September 2011

Re: [trinity-devel] FTBFS: kdelibs-svn : cannot compile libkrandr

From: "Timothy Pearson" <kb9vqf@...>
Date: Fri, 2 Sep 2011 22:18:02 -0500
> Hello,
> when compiling kdelibs svn, I get the following error:
>
> kdelibs/krandr/libkrandr.cc: In member function 'bool
> KRandrSimpleAPI::applySystemwideDisplayConfiguration(QPtrList<SingleScreenData>,
> bool)':
> kdelibs/krandr/libkrandr.cc:609: error: 'class QDesktopWidget' has no
> member named 'emitResizedSignal'
>
> The message is self-explanatory: It looks like the function is missing
> in 'qt-3.3/include/qdesktopwidget.h'.
> I suppose that an update has been forgotten in Trinity QT3 SVN.
>
> Francois Andriot

Pull the latest Qt3 from our GIT repository via:
git clone http://scm.trinitydesktop.org/scm/git/tde

Compile and install, and it will work.

In case you were wondering, this particular update to Qt3 fixed a long
standing bug in Trinity whereby the desktop would not update on certain
Xrandr screen size changes.  There was no way to fix the problem from the
TDE end of things, so Qt3 had to be updated.

Tim