Re: configure :: qt version bug in v5-28-00-patches

From: Adrian Sevcenco <Adrian.Sevcenco_at_cern.ch>
Date: Sat, 18 Jun 2011 18:15:38 +0300


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.

my first patch was for fedora 14, and as i said it was tested .. without modification qt4 on fedora 14 is not recognized and without the second modification qt4 is not recognized on mandriva 2010.2 (both x86_64) Please let me know how can i be of help. For reference:
on mandriva 2010.2:
adrian_at_adrian: root $ locate qglobal.h
/usr/lib/qt4/include/Qt/qglobal.h
/usr/lib/qt4/include/QtCore/qglobal.h

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 Sat Jun 18 2011 - 17:15:43 CEST

This archive was generated by hypermail 2.2.0 : Mon Jun 20 2011 - 17:50:01 CEST