当前位置: 技术问答>linux和unix
安装QT/Embedded编译时出错
来源: 互联网 发布时间:2016-05-10
本文导语: 我按照2410s实验指导书去安装QT/Embedded编译时出错 make[4]: Leaving directory `/root/2410sQt/host/qt-2.3.2/examples/table' if [ -d xmlquotes ]; then cd xmlquotes ; make; fi make[4]: Entering directory `/root/2410sQt/host/qt-2.3.2/examples/xmlquotes' make[...
我按照2410s实验指导书去安装QT/Embedded编译时出错
make[4]: Leaving directory `/root/2410sQt/host/qt-2.3.2/examples/table'
if [ -d xmlquotes ]; then cd xmlquotes ; make; fi
make[4]: Entering directory `/root/2410sQt/host/qt-2.3.2/examples/xmlquotes'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/root/2410sQt/host/qt-2.3.2/examples/xmlquotes'
make[3]: Leaving directory `/root/2410sQt/host/qt-2.3.2/examples'
make[2]: Leaving directory `/root/2410sQt/host/qt-2.3.2/examples'
The Qt library is now built in ./lib
The Qt examples are built in the directories in ./examples
The Qt tutorials are built in the directories in ./tutorial
Note: be sure to set $QTDIR to point to here or to wherever
you move these directories.
Enjoy! - the Trolltech team
make[1]: Leaving directory `/root/2410sQt/host/qt-2.3.2'
哪位高手帮帮忙啊!谢谢了!
make[4]: Leaving directory `/root/2410sQt/host/qt-2.3.2/examples/table'
if [ -d xmlquotes ]; then cd xmlquotes ; make; fi
make[4]: Entering directory `/root/2410sQt/host/qt-2.3.2/examples/xmlquotes'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/root/2410sQt/host/qt-2.3.2/examples/xmlquotes'
make[3]: Leaving directory `/root/2410sQt/host/qt-2.3.2/examples'
make[2]: Leaving directory `/root/2410sQt/host/qt-2.3.2/examples'
The Qt library is now built in ./lib
The Qt examples are built in the directories in ./examples
The Qt tutorials are built in the directories in ./tutorial
Note: be sure to set $QTDIR to point to here or to wherever
you move these directories.
Enjoy! - the Trolltech team
make[1]: Leaving directory `/root/2410sQt/host/qt-2.3.2'
哪位高手帮帮忙啊!谢谢了!
|
为什么说错了?