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