Hi Adrian,
Could you tell me exactly what changes are needed in order to properly build ROOT & Qt on both of your systems, please? Then I'll see how I can change the configure script to make it working in (hopefully) all cases.
Cheers, Bertrand.
-----Original Message-----
From: Adrian Sevcenco
Sent: 18 June 2011 17:16
To: Fons Rademakers
Cc: roottalk_at_root.cern.ch; Bertrand Bellenot
Subject: Re: [ROOT] configure :: qt version bug in v5-28-00-patches
On 06/18/2011 04:45 PM, Fons Rademakers wrote:
> Hi Adrian,
Hi,
> I had to revert your first change as it broke our Qt build. Can you i really apologize!
> follow up your proposed changes with Bertrand (in cc) as he is the ROOT > guy testing the qt setup and he noticed the breakage due to you first > patch.
adrian_at_adrian: root $ locate moc | grep qt4
/usr/lib/qt4/bin/moc
/usr/lib/qt4/mkspecs/features/moc.prf
/usr/lib/qt4/mkspecs/features/symbian/moc.prf
/usr/share/doc/qt4/doc/html/moc.html
adrian_at_adrian: root $ 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
on fedora 14 :
adrian_at_sev: ~ $ locate qglobal.h
/usr/include/Qt/qglobal.h
/usr/include/QtCore/qglobal.h
adrian_at_sev: ~ $ locate moc | grep qt4
/usr/bin/moc-qt4
/usr/lib64/qt4/bin/moc
/usr/lib64/qt4/bin/moc-qt4
adrian_at_sev: ~ $ 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
HTH,
Adrian
> > Cheers, Fons. > > > On 18/06/11 14:39, Adrian Sevcenco wrote: >> On 06/14/2011 05:22 PM, Fons Rademakers wrote: >>> Hi Adrian, >> Hi! >> >>> you're fix is in svn. >> Thanks! One more problem i would have: >> on my Mandriva 2010.1 i had a problem that the qt libs would not be >> found until i modified line 2933 from : >> qttestdir=$qtmainincdir/../src/corelib/global >> to >> qttestdir=$qtmainincdir >> >> I could not found the logic so i ask : >> is there any reason to have >> qttestdir=$qtmainincdir/../src/corelib/global ? >> >> Thanks! >> Adrian >> >>> >>> Cheers, Fons. >>> >>> >>> On 12/06/2011 00:26, Adrian Sevcenco wrote: >>>> Hi! I am using v5-28-00-patches and at qt detection i have this: >>>> 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 ) >>>> >>>> the thing would be that at line 2934 >>>> "if test ! -d $qttestdir ; then" >>>> should be >>>> "if test -d $qttestdir ; then" >>>> >>>> patch (tested) attached >>>> >>>> Thanks, >>>> Adrian >>> >> >> >
-- ---------------------------------------------- Adrian Sevcenco | Institute of Space Sciences - ISS, Romania | adrian.sevcenco at {cern.ch,spacescience.ro} | ----------------------------------------------Received on Mon Jun 20 2011 - 14:42:17 CEST
This archive was generated by hypermail 2.2.0 : Mon Jun 20 2011 - 23:50:02 CEST