|
我安装的步骤如下:
export qtdir=/usr/share/qte3
export qtedir=$qtdir
export path=$qtdir/binpath
export ld_library_path=$qtdir/libld_library_path
. /configure -prefix /usr/share/qte3 -qconfig -qvfb -depths 4,8,16,32
make
完成后更本没有usr/share/qte3这个目录
怎么回事啊?
我的是redhat9.0
./configure过程中有警告:WARNING: Failure to find: .moc/release-shared-emb-x86/allmoc.cpp
make过程中到/tutorial和/examples时出现以下提示
make[3]: Entering directory `/usr/share/qte3/tutorial/t12'
Some of the required modules (full-config) are not available.
Skipped.
make[3]: Leaving directory `/usr/share/qte3/tutorial/t12'
cd t13 && make -f Makefile
make[3]: Entering directory `/usr/share/qte3/tutorial/t13'
Some of the required modules (full-config) are not available.
Skipped.
……
cd examples && make
make[2]: Entering directory `/usr/share/qte3/examples'
cd aclock && make -f Makefile
make[3]: Entering directory `/usr/share/qte3/examples/aclock'
Some of the required modules (full-config) are not available.
Skipped.
……
总之/tutorial/和/examples/的都提示Some of the required modules (full-config) are not available.然后skipped
make完后我试着在examples/launcher/中运行./start_demo.
提示为Could not find the demo program. Please read the INSTALL file. |
|