On Mon, Aug 03, 2015 at 07:41:41PM -0500, Bruce Dubbs wrote:
> Ken Moffat wrote:
> >
> >The problem is :
> >
> >[ 35%] Building CXX object
> >src/CMakeFiles/KF5IdleTime.dir/kidletime.cpp.o
> >/scratch/working/kidletime-5.12.0/src/kidletime.cpp: In member
> >function 'void KIdleTimePrivate::loadSystem()':
> >/scratch/working/kidletime-5.12.0/src/kidletime.cpp:193:9: error:
> >'isPlatformX11' is not a member of 'QX11Info'
> > if (QX11Info::isPlatformX11()) {
> > ^
> >src/CMakeFiles/KF5IdleTime.dir/build.make:67: recipe for target
> >'src/CMakeFiles/KF5IdleTime.dir/kidletime.cpp.o' failed
> >make[2]: *** [src/CMakeFiles/KF5IdleTime.dir/kidletime.cpp.o] Error
> >1
> >make[2]: *** Waiting for unfinished jobs....
> >
> >Any clues, please ?
>
> I wonder if you have qt5 properly installed. ON my system in
> /opt/qt5/include/QtX11Extras/qx11info_x11.h, There is:
>
> class Q_X11EXTRAS_EXPORT QX11Info
> {
> public:
> static bool isPlatformX11();
>
> ...
>
> which indicates to me that 'isPlatformX11' *is* a member of QX11Info.
>
> -- Bruce
>
Bruce, thanks for that pointer. Mine is in
/usr/include/QtX11Extras/qx11info_x11.h and it contains what you
posted.
Google seems not to have anything relevant - a few mentions for
other packages last year, with 'fixed' responses.
I did wonder if it might be a Makefile race, but with -j1 it fails
in the same way.
I'm abandonning this for the moment.
ĸen
--
This one goes up to eleven: but only on a clear day, with the wind in
the right direction.
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page