Qt-interest Archive, April 2007
[4.3.0] Build error with VC7 for 20070427 snapshot
Message 1 in thread
I used configure -static -release -direct3d, and I see the following:
cl -c -nologo -Zm300 -O2 -MD -GR -EHsc -W3 -w34100 -w34189
-DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_EDITION=QT_EDITION_DESKTOP
-DQAXSERVER -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT
-I"..\..\..\include\QtCore" -I"..\..\..\include\QtCore"
-I"..\..\..\include\QtGui" -I"..\..\..\include\QtGui" -I"..\..\..\include"
-I"d:\Libraries\Qt\4.3.0-20070427\tools\activeqt\container\debug"
-I"d:\Libraries\Qt\4.3.0-20070427\tools\activeqt\container\release"
-I"..\..\..\src\activeqt\container" -I"..\..\..\include\ActiveQt"
-I"tmp\moc\release_static" -I"." -I"..\..\..\mkspecs\win32-msvc.net"
-Fotmp\obj\release_static\ @C:\DOCUME~1\357244\LOCALS~1\Temp\nm625.tmp
mainwindow.cpp
mainwindow.cpp(35) : error C2143: syntax error : missing ';' before '*'
mainwindow.cpp(35) : error C2501: 'QAxObject' : missing storage-class or
type specifiers
mainwindow.cpp(35) : error C2501: 'ax_mainWindow' : missing storage-class
or type specifiers
mainwindow.cpp(51) : error C2027: use of undefined type 'QAxScriptManager'
d:\Libraries\Qt\4.3.0-20070427\tools\activeqt\testcon\mainwindow.h(30) :
see declaration of 'QAxScriptManager'
mainwindow.cpp(51) : error C3861: 'registerEngine': identifier not found,
even with argument-dependent lookup
--
[ signature omitted ]