- 论坛徽章:
- 0
|
../include/qsortedlist.h: In destructor `QSortedList<type>::~QSortedList()\':
../include/qsortedlist.h:52: error: there are no arguments to `clear\' that depend on a template parameter, so a declaration of `clear\' must be available
../include/qsortedlist.h:52: error: (if you use `-fpermissive\', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
make[2]: *** [.obj/release-shared-mt-emb-generic/allmoc.o] Error 1
make[2]: Leaving directory `/qt-embedded-free-3.1.2/src\'
我用的是REDHAT9.0,其他的包是:
tmake-1.11
qt-x11-2.3.2
qt-embedded-2.3.7
qtopia-free-1.7.0
交叉编译器是选用3.4.1的,在交叉编译arm的qt/emmbedded的时候出现如上的错误,有人说是编译器的版本太高了(怀疑中),如果是的话,能不能用其他的方法解决?请大家给点意见 |
|