请教:
我是这样安装的,可是出现了这样的错误:
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/bin

PATH
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/bin

PATH
export LD_LIBRARY_PATH=$QTDIR/lib

LD_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
大哥,这是什么原因?是不是我哪些步骤没有做好?
谢谢!