Hi Adrian,
OK, I'm puzzled with these differences... I think qglobal.h should always be found in $QTDIR/include/Qt/qglobal.h when installing Qt binaries... Anyway, thanks for the information, I'll try to find a fix. It will probably take some time, as I'll have to test on all supported platforms and with source & binary installations...
Cheers, Bertrand.
-----Original Message-----
From: Adrian Sevcenco
Sent: 21 June 2011 13:43
To: Bertrand Bellenot
Cc: Fons Rademakers; roottalk_at_root.cern.ch
Subject: Re: [ROOT] configure :: qt version bug in v5-28-00-patches
On 06/21/2011 09:54 AM, Bertrand Bellenot wrote:
> BTW, is your $QTDIR environment variable set? If not, could you try > to set it (pointing to your Qt install dir) and try again with the > original configure file?
adrian_at_sev: v5-28-00d $ echo $QTDIR
/usr/lib64/qt4
but with original configure :
Checking for Qt/qglobal.h ... /usr/include
Checking for 4.3.0 <= Qt version < 5.0.0 ... grep:
/usr/include/../src/corelib/global/qglobal.h: No such file or directory
no (found version )
Checking for moc or moc.exe ... no
adrian_at_sev: v5-28-00d $ locate Qt/qglobal.h
/usr/include/Qt/qglobal.h
adrian_at_sev: v5-28-00d $ locate libQtCore
/usr/lib64/libQtCore.prl
/usr/lib64/libQtCore.so
/usr/lib64/libQtCore.so.4
/usr/lib64/libQtCore.so.4.7
/usr/lib64/libQtCore.so.4.7.2
/usr/lib64/libQtCore_debug.so
adrian_at_sev: v5-28-00d $ which moc
/usr/lib64/qt4/bin/moc
and on mandriva 2010.2 it seems ok now(!!!) which is strange.. i just removed the configure and i made a svn up (same as on fedora)
adrian_at_adrian: ~ $ echo $QTDIR
/usr/lib/qt4
adrian_at_adrian: v5-28-00-patches $ locate Qt/qglobal.h
/usr/lib/qt4/include/Qt/qglobal.h
adrian_at_adrian: v5-28-00-patches $ locate libQtCore
/usr/lib64/libQtCore.la
/usr/lib64/libQtCore.prl
/usr/lib64/libQtCore.so
/usr/lib64/libQtCore.so.4
/usr/lib64/libQtCore.so.4.6
/usr/lib64/libQtCore.so.4.6.3
adrian_at_adrian: v5-28-00-patches $ which moc
/usr/lib/qt4/bin/moc
the only notable difference is the location of qglobal.h ..
Thanks!
Adrian
Received on Tue Jun 21 2011 - 15:34:43 CEST
This archive was generated by hypermail 2.2.0 : Tue Jun 21 2011 - 17:50:01 CEST