Cowboy wrote this a while back Have you seen this part of the wiki: http://rivendell.tryphon.org/wiki/Compiling_Rivendell_from_Source
Did you do the exports: Required for QT3: export QTDIR=/usr/lib/qt3 export PATH=$PATH:$QTDIR/bin On Mon, Jun 8, 2015 at 8:52 PM, Brad Hambleton <[email protected]> wrote: > Hello, > > > > Can I get some help with this? I’m compiling, but getting stuck at the > same place. > > > > From “Config.log” > > configure:16039: checking for Qt > > configure:16423: result: yes: > > QT_CXXFLAGS=-I/usr/lib64/qt-3.3/include -DQT_THREAD_SUPPORT > > QT_DIR=/usr/lib64/qt-3.3 > > QT_LIBS=-L/usr/lib64/qt-3.3/lib -lqt-mt -lSM -lICE -lX11 -lXext > -lXmu -lXt -lXi > > QT_BIN=/usr/lib64/qt-3.3/bin > > QT_UIC=/usr/lib64/qt-3.3/bin/uic > > QT_MOC=/usr/lib64/qt-3.3/bin/moc > > configure:16451: checking correct functioning of Qt installation > > configure:16485: /usr/lib64/qt-3.3/bin/moc bnv_qt_test.h -o > moc_bnv_qt_test.cpp >/dev/null 2>/dev/null > > configure:16488: $? = 0 > > configure:16496: g++ -I/usr/lib64/qt-3.3/include -DQT_THREAD_SUPPORT -c -g > -O2 -o moc_bnv_qt_test.o moc_bnv_qt_test.cpp >/dev/null 2>/dev/null > > configure:16499: $? = 0 > > configure:16507: g++ -I/usr/lib64/qt-3.3/include -DQT_THREAD_SUPPORT -c -g > -O2 -o bnv_qt_main.o bnv_qt_main.cpp >/dev/null 2>/dev/null > > configure:16510: $? = 0 > > configure:16518: g++ -o bnv_qt_main bnv_qt_main.o moc_bnv_qt_test.o > -L/usr/lib64/qt-3.3/lib -lqt-mt -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi > >/dev/null 2>/dev/null > > configure:16521: $? = 1 > > > > configure:16533: result: failure > > configure:16536: error: Failed to find matching components of a complete > > Qt installation. Try using more options, > > see ./configure --help. > > > > Or from the terminal window. > > > > checking for Qt... yes: > > QT_CXXFLAGS=-I/usr/lib64/qt-3.3/include -DQT_THREAD_SUPPORT > > QT_DIR=/usr/lib64/qt-3.3 > > QT_LIBS=-L/usr/lib64/qt-3.3/lib -lqt-mt -lSM -lICE -lX11 -lXext > -lXmu -lXt -lXi > > QT_BIN=/usr/lib64/qt-3.3/bin > > QT_UIC=/usr/lib64/qt-3.3/bin/uic > > QT_MOC=/usr/lib64/qt-3.3/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. > > > > From what I can see, all of the QT3 dependencies are in place, the > directory structure is as It should be. > > Am I missing something obvious? > > > > Brad Hambleton > > Cool FM > > Senior Engineer > > M:0477422074 > > > > > > _______________________________________________ > 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
