• 6784阅读
  • 0回复

帮忙看看是什么问题 [复制链接]

上一主题 下一主题
离线haday
 
只看楼主 正序阅读 楼主  发表于: 2010-03-09
— 本帖被 XChinux 执行加亮操作(2010-10-21) —
在windows 2003上敲入configure -platform win32-msvc2005 -xplatform wince50standard-x86-msvc2005
Creating qmake...
    cl -c -Foproject.obj  -W3 -nologo -O2  -I. -Igenerators -Igenerators\unix -Igenerators\win32 -Igenerators\mac  -IC:\qt-embedded-wince-opensource-src-4.4.3\include -IC:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore  -IC:\qt-embedded-wince-opensource-src-4.4.3\include -IC:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore  -IC:\qt-embedded-wince-opensource-src-4.4.3\src\corelib\global  -IC:\qt-embedded-wince-opensource-src-4.4.3\include\QtScript  -IC:\qt-embedded-wince-opensource-src-4.4.3\mkspecs\win32-msvc2005   -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_LITE_COMPONENT -DQT_NODLL -DQT_NO_STL  -DQT_NO_COMPRESS -DUNICODE -DHAVE_QCONFIG_CPP -DQT_BUILD_QMAKE -DQT_NO_THREAD  -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_NO_PCRE -DQT_BOOTSTRAPPED  /Zc:wchar_t- -DQMAKE_OPENSOURCE_EDITION project.cpp
project.cpp
C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\crtdefs.h(506) : error C2485: 'deprecated' : unrecognized extended attribute
C:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore/../../src/corelib/global/qglobal.h(1986) : error C2146: syntax error : missing ';' before identifier 'i'
        C:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore/../../src/corelib/global/qglobal.h(1988) : see reference to class template instantiation 'QForeachContainer<T>' being compiled
C:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore/../../src/corelib/global/qglobal.h(1986) : error C2501: 'i' : missing storage-class or type specifiers
        C:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore/../../src/corelib/global/qglobal.h(1988) : see reference to class template instantiation 'QForeachContainer<T>' being compiled
C:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore/../../src/corelib/global/qglobal.h(1986) : error C2501: 'e' : missing storage-class or type specifiers
        C:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore/../../src/corelib/global/qglobal.h(1988) : see reference to class template instantiation 'QForeachContainer<T>' being compiled
C:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore/../../src/corelib/tools/qalgorithms.h(121) : error C2146: syntax error : missing ';' before identifier 'qFind'
C:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore/../../src/corelib/tools/qalgorithms.h(121) : error C2433: 'const_iterator' : 'inline' not permitted on data declarations
C:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore/../../src/corelib/tools/qalgorithms.h(121) : error C2501: 'const_iterator' : missing storage-class or type specifiers
C:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore/../../src/corelib/tools/qalgorithms.h(121) : fatal error C1903: unable to recover from previous error(s); stopping compilation

....
    cl -c -Foproject.obj  -W3 -nologo -O2  -I. -Igenerators -Igenerators\unix -Igenerators\win32 -Igenerators\mac  -IC:\qt-embedded-wince-opensource-src-4.4.3\include -IC:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore  -IC:\qt-embedded-wince-opensource-src-4.4.3\include -IC:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore  -IC:\qt-embedded-wince-opensource-src-4.4.3\src\corelib\global  -IC:\qt-embedded-wince-opensource-src-4.4.3\include\QtScript  -IC:\qt-embedded-wince-opensource-src-4.4.3\mkspecs\win32-msvc2005   -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_LITE_COMPONENT -DQT_NODLL -DQT_NO_STL  -DQT_NO_COMPRESS -DUNICODE -DHAVE_QCONFIG_CPP -DQT_BUILD_QMAKE -DQT_NO_THREAD  -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_NO_PCRE -DQT_BOOTSTRAPPED  /Zc:wchar_t- -DQMAKE_OPENSOURCE_EDITION project.cpp
project.cpp
C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\crtdefs.h(506) : error C2485: 'deprecated' : unrecognized extended attribute
C:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore/../../src/corelib/global/qglobal.h(1986) : error C2146: syntax error : missing ';' before identifier 'i'
        C:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore/../../src/corelib/global/qglobal.h(1988) : see reference to class template instantiation 'QForeachContainer<T>' being compiled
C:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore/../../src/corelib/global/qglobal.h(1986) : error C2501: 'i' : missing storage-class or type specifiers
        C:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore/../../src/corelib/global/qglobal.h(1988) : see reference to class template instantiation 'QForeachContainer<T>' being compiled
C:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore/../../src/corelib/global/qglobal.h(1986) : error C2501: 'e' : missing storage-class or type specifiers
        C:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore/../../src/corelib/global/qglobal.h(1988) : see reference to class template instantiation 'QForeachContainer<T>' being compiled
C:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore/../../src/corelib/tools/qalgorithms.h(121) : error C2146: syntax error : missing ';' before identifier 'qFind'
C:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore/../../src/corelib/tools/qalgorithms.h(121) : error C2433: 'const_iterator' : 'inline' not permitted on data declarations
C:\qt-embedded-wince-opensource-src-4.4.3\include\QtCore/../../src/corelib/tools/qalgorithms.h(121) : error C2501: 'const_iterator' : missing storage-class or type specifiers
C:\qt-embedded
-wince-opensource-src-4.4.3\include\QtCore/../../src/corelib/tools/qalgorithms.h(121) : fatal error C1903: unable to recover from previous error(s); stopping compilation
Building qmake failed, return code 2
快速回复
限100 字节
 
上一个 下一个