在Redhat9.0上装了qt-x11-2.3.2,但是用Tmake生成的Makefile文件在开始处出现如下问题:
#include <private/qucomextra_p.h>
#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)
#error "This file was generated using the moc from 3.1.1. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
结果在利用make命令时不能编译通过
请问大侠们这是什么问题,应该如何解决啊?
[ 此贴被XChinux在2006-12-06 12:25重新编辑 ]