我用的系统是FC3,tmake 为1.11 Qt/Embedded 2.3.2 qtopia-free-1.7.0
在make sub-src这一步的时候出现如下问题:
/opt/qt/qt-2.3.2/include/qsortedlist.h: In destructor `QSortedList<type>::~QSortedList()':
/opt/qt/qt-2.3.2/include/qsortedlist.h:51: error: there are no arguments to `clear' that depend on a template parameter, so a declaration of `clear' must be available
/opt/qt/qt-2.3.2/include/qsortedlist.h:51: error: (if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
make[1]: *** [allmoc.o] Error 1
make[1]: Leaving directory `/opt/qt/qt-2.3.2/src'
请问如何解决
也试过换Qt/Embedded 2.3.7仍是如此,
[ 此贴被XChinux在2006-04-23 12:50重新编辑 ]