标题:紧急求助:qt-embedded-linux-opensource-src-4.4.0 出错?
作者:teana177
日期:2008-07-23 21:20
内容:
解压包之后,运行的是:./configure -embedded -qvfb --prefix=/opt/qte4.4 成功,之后运行:#gmake
就出现下面错误:from painting/qdrawhelper_mmx.cpp:42: ../../include/QtGui/private/../../../src/gui/painting/qdrawhelper_p.h:1394: 错误:显示特例化不能有存储类型 ../../include/QtGui/private/../../../src/gui/painting/qdrawhelper_p.h:1400: 错误:显示特例化不能有存储类型 ../../include/QtGui/private/../../../src/gui/painting/qdrawhelper_p.h:1429: 错误:显示特例化不能有存储类型 ../../include/QtGui/private/../../../src/gui/painting/qdrawhelper_p.h:1436: 错误:显示特例化不能有存储类型
gmake[1]: *** [.obj/release-shared-emb-x86/qdrawhelper_mmx.o] 错误 1
gmake[1]: Leaving directory `/root/qt-embedded-linux-opensource-src-4.4.0/src/gui'
gmake: *** 错误
#1 [teana177 07-23 21:32]
不知何故?就卡这了,请教请教!谢谢!
#2 [teana177 07-25 09:45]
有人知道么?
#3 [spengdong 07-25 10:00]
我的成功安装文件如下:
export USERPATH=/usr/local/src/qt4
export QTDIR=$USERPATH/qt-embedded-linux-opensource-src-4.4.0
export LD_LIBRARY_PATH=/usr/local/lib
cd qt-embedded-linux-opensource-src-4.4.0
echo "yes"|./configure --prefix=/opt/qt-embedded-linux-opensource-src-4.4.0-arm -v -little-endian -embedded arm --debug \
-qt-mouse-linuxtp -xplatform qws/linux-arm-g++
make clean
make
make install
cd ..
把以上命令制作一个sh文件,直接执行文件就可以了
#4 [teana177 07-25 10:19]
请问下 你这个配置是什么意思?
./configure --prefix=/opt/qt-embedded-linux-opensource-src-4.4.0-arm -v -little-endian -embedded arm --debug \
-qt-mouse-linuxtp -xplatform qws/linux-arm-g++
#5 [spengdong 07-25 13:20]
./configure --help
看一下,另外应该多上网搜,多学习