标题:vmware下的fedora9安装qtopia-opensource-src-4.3.1.tar.gz出错
作者:xxyyxx
日期:2008-06-03 00:43
内容:
执行命令如下
./configure -little-endian -debug -image $home/qtopia/ 成功
./make 过程中出现错误。提示如下,
..../build/qtopia-opensource-4.3.1/qtopiacore/qt/src/gui/painting/qdrawhelper.cpp;5903;error; explicit template specialization cannot have a storage class
..../build/qtopia-opensource-4.3.1/qtopiacore/qt/src/gui/painting/qdrawhelper.cpp;5927;error; explicit template specialization cannot have a storage class
make[6]:***[.obj/debug-shared-emb-i386/qdrawhelper.o] error 1
我使用的是gcc version 4.3.0 20080428(red hat 4.3.0-8)
初次使用qtopia,希望各路侠客指点。先谢各位了。
#1 [shiroki 06-06 16:38]
gcc版本太高了点。。。。
#2 [xxyyxx 06-06 23:29]
楼上说的太对了。
用gcc 4.1.2就OK了