C:\Qt\hello>make
mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/Qt/hello'
gcc -c -g -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE
_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\4.4.3\include\QtCore" -I"..\4.4.
3\include\QtCore" -I"..\4.4.3\include\QtGui" -I"..\4.4.3\include\QtGui" -I"..\4.
4.3\include" -I"." -I"c:\Qt\4.4.3\include\ActiveQt" -I"debug" -I"." -I"..\4.4.3\
mkspecs\win32-g++" -o debug\main.o main.c
In file included from ../4.4.3/include/QtCore/qnamespace.h:1,
from ../4.4.3/include/QtCore/../../src/corelib/kernel/qobjectde
fs.h:41,
from ../4.4.3/include/QtCore/qobjectdefs.h:1,
from ../4.4.3/include/QtCore/../../src/corelib/kernel/qobject.h
:43,
from ../4.4.3/include/QtCore/qobject.h:1,
from ../4.4.3/include/QtCore/../../src/corelib/kernel/qcoreappl
ication.h:41,
from ../4.4.3/include/QtCore/qcoreapplication.h:1,
from ../4.4.3/include/QtGui/../../src/gui/kernel/qapplication.h
:41,
from ../4.4.3/include/QtGui/qapplication.h:1,
from ../4.4.3/include/QtGui/QApplication:1,
from main.c:1:
../4.4.3/include/QtCore/../../src/corelib/global/qnamespace.h:50: error: syntax
error before "namespace"
../4.4.3/include/QtCore/../../src/corelib/global/qnamespace.h:54: error: syntax
error before '{' token
../4.4.3/include/QtCore/../../src/corelib/global/qnamespace.h:121: warning: retu
rn type defaults to `int'
../4.4.3/include/QtCore/../../src/corelib/global/qnamespace.h: In function `Q_DE
CLARE_FLAGS':
../4.4.3/include/QtCore/../../src/corelib/global/qnamespace.h:122: error: `Qt' u
ndeclared (first use in this function)
../4.4.3/include/QtCore/../../src/corelib/global/qnamespace.h:122: error: (Each
undeclared identifier is reported only once
../4.4.3/include/QtCore/../../src/corelib/global/qnamespace.h:122: error: for ea
ch function it appears in.)
../4.4.3/include/QtCore/../../src/corelib/global/qnamespace.h:122: confused by e
arlier errors, bailing out
mingw32-make[1]: *** [debug/main.o] Error 1
mingw32-make[1]: Leaving directory `C:/Qt/hello'
mingw32-make: *** [debug] Error 2
C:\Qt\hello>
请问这是什么错误呀?怎么解决?