LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1409|回复: 1

??我怎么都装不上qt/embedded??

[复制链接]
发表于 2004-5-14 14:03:34 | 显示全部楼层 |阅读模式
我安装的步骤如下:
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.
发表于 2004-5-14 19:48:22 | 显示全部楼层
兄弟检查一下命令
./configure --prefix=/usr/share/qte3 (-qconfig -qvfb -depths 4,8,16,32)括号里的参数是什么意思?

另外可以找一下软件包里的readme或是INSTALL等文件,先读一下。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表