on Sat, Aug 15, 2015 at 06:53:03PM -0300, Fernando de Oliveira wrote: > > Saying that, because I may have had the same problem as you about Qt5 or > kf5, because > > > error 'getTimestamp' is not a member of 'QX11Info'. > > time = QX11Info::getTimestamp(); > > is something sounding very familiar. And not at /usr. > There is a thread at http://stackoverflow.com/questions/28269394/compiler-does-not-see-qx11info for qt-5.1 or newer. That involves adding an include for qx11info_x11.h. But in 5.5 the QX11info header consists of one line, to include that file.
Perhaps I will try with qt in /opt, to prove that it is a problem from building in /usr (the idea that something does not support building in /usr seems absurd, although the "extra" qt directories are so weird that it might well be true), or to discover that there is something else wrong in my scripts. ĸ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
