Hello, This may or may not be part of the problem. I found on some other projects when compiling anything that uses Qt that there is a program (QtChooser) causing grief.
Before starting the configure I would try something like: export PATH=/opt/Qt5.3.0/5.3.0/gcc_64/bin:/opt/Qt5.3.0/Tools/QtCreator/bin: $PATH (watch the line wrap and customize it to suit your installation) I don't know which Qt installation Fred prefers. I have moved on to 5.3, but there is a later version out there at qt-project.org/downloads/ . I am also not familiar with the specific version of Linux your running. Just figured I would mention this since it has saved me a lot of grief on Ubuntu 14.04. Dave On Fri, 2015-01-02 at 17:54 +1100, Gary Hodder wrote: > Hi, > > Trying to compile rivendell.2.10.2 on pclinuxos and get the following > > ./configure --with-Qt-bin-dir=/ust/lib/qt3/bin > --with-Qt-lib-dir=/usr/lib64 --with-Qt-include-dir=/usr/lib/qt3/include > > checking for Qt... yes: > QT_CXXFLAGS=-I/usr/lib/qt3/include -DQT_THREAD_SUPPORT > QT_DIR=/usr/lib/qt3 > QT_LIBS=-L/usr/lib64 -lqt-mt -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi > QT_BIN=/usr/lib/qt3/bin > QT_UIC=/usr/lib/qt3/bin/uic > QT_MOC=/usr/lib/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. > > Pclinuxos puts the qt3 and qt4 libs in /usr/lib64 which is most likely > causing the miss match error. > If I make a dir /usr/lib/qt3/lib, what is the list of qt3 libs to copy > in there? > > or > > Is there a source download of the beta 3 version I can try? not the > appliance beta. > > Thanks > Gary. > > _______________________________________________ > Rivendell-dev mailing list > [email protected] > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
