红联Linux门户
Linux帮助

QT环境的搭建

发布时间:2008-08-22 18:01:38来源:红联作者:13724225520
我安装 QTE 时,提示这样的错误:configure: no such file: src/ tools/qconfig
请教:
我是这样安装的,可是出现了这样的错误:

1:安装tmake
在Linux 命令模式下运行以下命令:
tar xfz tmake-1.11.tar.gz
export TMAKEDIR=$PWD/tmake-1.11
export TMAKEPATH=$TMAKEDIR/lib/qws/linux-x86-g++
export PATH=$TMAKEDIR/binPATH
2. 安装Qt/Embedded 2.3.7
在Linux 命令模式下运行以下命令:
tar xfz qt-embedded-2.3.7.tar.gz
cd qt-2.3.7
export QTDIR=$PWD
export QTEDIR=$QTDIR
export PATH=$QTDIR/binPATH
export LD_LIBRARY_PATH=$QTDIR/libLD_LIBRARY_PATH
./configure -qconfig -qvfb -depths 4,8,16,32

但是在安装
./configure -qconfig -qvfb -depths 4,8,16,32
时,提示:
This is the Qt/Embedded Free Edition.

You are licensed to use this software under the terms of
the GNU General Public License (GPL).

Type 'G' to view the GNU General Public License.
Type 'yes' to accept this license offer.
Type 'no' to decline this license offer.

Do you accept the terms of the license?
yes
configure: no such file: src/tools/qconfig--qvfb.h


大哥,这是什么原因?是不是我哪些步骤没有做好?

谢谢!      
文章评论

共有 0 条评论