编译不了啊.
In file included from common.cpp:21:
common.h:24:21: error: qstring.h: No such file or directory
common.h:26: error: 'QString' does not name a type
common.cpp:23: error: 'QString' does not name a type
qstring.h文件我可是有的.
# find /usr/include/ -name qstring.h
/usr/include/qt3/qstring.h
编译不了啊.
In file included from common.cpp:21:
common.h:24:21: error: qstring.h: No such file or directory
common.h:26: error: 'QString' does not name a type
common.cpp:23: error: 'QString' does not name a type
qstring.h文件我可是有的.
# find /usr/include/ -name qstring.h
/usr/include/qt3/qstring.h
ubuntu7.04 下需要怎么编译?
How to do on ubuntu7.04 ? ./ configure fail!