Hello Frederick,

I've search the QT3 directory and find it in /usr/share/qt3 but no /etc.
I've had the export command to my .bashrc and I've now this error:

checking for Qt... yes:
     QT_CXXFLAGS=-I/usr/share/qt3/include -DQT_THREAD_SUPPORT
     QT_DIR=/usr/share/qt3
     QT_LIBS=-L/usr/share/qt3/lib -lqt-mt  -lSM -lICE  -lX11 -lXext 
-lXmu -lXt -lXi
     QT_BIN=/usr/share/qt3/bin
     QT_UIC=/usr/share/qt3/bin/uic
     QT_MOC=/usr/share/qt3/bin/moc
checking correct functioning of Qt installation... failure
configure: error: Failed to find matching components of a complete
                   Qt installation. Try using more options,
                   see ./configure --help.

It seems to be more complicatedthan I thought ;-)

Cheers,
Philippe


Le 22/10/2011 19:24, Fred Gleason a écrit :
> On Oct 22, 2011, at 12:57 26, philippe wrote:
>
>> checking for Qt... yes:
>>      QT_CXXFLAGS=-I/usr/include/qt3 -DQT_THREAD_SUPPORT
>>      QT_DIR=
>>      QT_LIBS=-lqt-mt  -lSM -lICE  -lX11 -lXext -lXmu -lXt -lXi
>>      QT_BIN=/usr/bin
>>      QT_UIC=/usr/bin/uic
>>      QT_MOC=/usr/bin/moc
>> checking correct functioning of Qt installation... failure
>> configure: error: Failed to find matching components of a complete
>>                    Qt installation. Try using more options,
>>                    see ./configure --help.
>>
>> And I don't find how to resolve this !
> Sounds like 'configure' is getting confused by the presence of both Qt3 and 
> Qt4 on the same system.  Both can happily coexist (I do it routinely), but 
> you sometimes have to set some environmental variables to tell 'configure' 
> where to look for things.
>
> First thing is to find where the system has installed Qt3 ('/usr/lib/qt3' is 
> a common location).  Inside that directory, you should find a bunch of 
> subdirectories, like 'bin/', 'etc/', 'include/', 'mkspecs/', 'plugins/' etc.  
> Then, set the $QTDIR environmental variable with it, like this (assumes 
> you're using the bash shell):
>
> export QTDIR=<path-to-qt3>
>
> and then rerun 'configure'.
>
> Cheers!
>
>
> |-------------------------------------------------------------------------|
> | Frederick F. Gleason, Jr. |               Chief Developer               |
> |                           |               Paravel Systems               |
> |-------------------------------------------------------------------------|
> |             Research is to see what everybody else has seen             |
> |             and think what nobody else has thought.                     |
> |                                                   -- Anonymous          |
> |-------------------------------------------------------------------------|
>
> _______________________________________________
> Rivendell-dev mailing list
> [email protected]
> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
>

_______________________________________________
Rivendell-dev mailing list
[email protected]
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

Reply via email to