标题:求助,FC4下安装QT4.1.1
作者:windy_bupt
日期:2006-03-26 02:11
内容:
出错部分:
./figure 后的结果
NOTICE: Qt will not be built with XShape support.
As a result, drag-and-drop in the Qt Designer will NOT
work. We recommend that you enable XShape support by passing
the -xshape switch to ./configure.
Qt is now configured for building. Just run 'gmake'.
Once everything is built, you must run 'gmake install'.
Qt will be installed into /usr/local/Trolltech/Qt-4.1.1
To reconfigure, run 'gmake confclean' and 'configure'.
-----------------------------------------------------------
谢谢各位了~
#1 [windy_bupt 03-26 11:20]
gmake执行后:
# gmake
cd src && gmake -f Makefile
gmake[1]: Entering directory `/develop/KDE/qt-x11-opensource-src-4.1.1/src'
cd tools/moc && gmake -f Makefile
gmake[2]: Entering directory `/develop/KDE/qt-x11-opensource-src-4.1.1/src/tools/moc'
gmake[2]: Nothing to be done for `first'.
gmake[2]: Leaving directory `/develop/KDE/qt-x11-opensource-src-4.1.1/src/tools/moc'
cd tools/rcc && gmake -f Makefile
gmake[2]: Entering directory `/develop/KDE/qt-x11-opensource-src-4.1.1/src/tools/rcc'
gmake[2]: Nothing to be done for `first'.
gmake[2]: Leaving directory `/develop/KDE/qt-x11-opensource-src-4.1.1/src/tools/rcc'
cd tools/uic && gmake -f Makefile
gmake[2]: Entering directory `/develop/KDE/qt-x11-opensource-src-4.1.1/src/tools/uic'
gmake[2]: Nothing to be done for `first'.
gmake[2]: Leaving directory `/develop/KDE/qt-x11-opensource-src-4.1.1/src/tools/uic'
cd corelib && gmake -f Makefile
gmake[2]: Entering directory `/develop/KDE/qt-x11-opensource-src-4.1.1/src/corelib'
gmake -f Makefile.Debug all
gmake[3]: Entering directory `/develop/KDE/qt-x11-opensource-src-4.1.1/src/corelib'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/develop/KDE/qt-x11-opensource-src-4.1.1/src/corelib'
gmake -f Makefile.Release all
gmake[3]: Entering directory `/develop/KDE/qt-x11-opensource-src-4.1.1/src/corelib'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/develop/KDE/qt-x11-opensource-src-4.1.1/src/corelib'
gmake[2]: Leaving directory `/develop/KDE/qt-x11-opensource-src-4.1.1/src/corelib'
cd xml && gmake -f Makefile
gmake[2]: Entering directory `/develop/KDE/qt-x11-opensource-src-4.1.1/src/xml'
/develop/KDE/qt-x11-opensource-src-4.1.1/bin/qmake -spec ../../mkspecs/linux-g++ -unix -o Makefile xml.pro
gmake[2]: Leaving directory `/develop/KDE/qt-x11-opensource-src-4.1.1/src/xml'
gmake[2]: Entering directory `/develop/KDE/q ..