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
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
Le 03/09/2011 05:18, Timothy Pearson a écrit :
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.
Thanks, I now have the latest QT3 version and it works. (I dunno how I managed to download an outdated version, since I downloaded it yesterday ...)