Hi all,
i need a help to solve the problem i have with building QtDeclarative module for Qt4.6.0.
I have these two packages:
- http://qt.nokia.com/developer/qt-4.6...oad-the-qt-4-1
- http://qt.gitorious.org/qt/kinetic/a...-declarativeui
i have the first uncompressed into c:\Qt\4.6.0-beta1 and the second into c:\qt\qt-kinetic.
then i have source directory of QtDeclarative (C:\Qt\qt-kinetic\src\declarative) and includes (C:\Qt\qt-kinetic\include\QtDeclarative and C:\Qt\qt-kinetic\include\Qt) copied into c:\qt\4.6.0-beta1.
then.. i've set system environment variables QT_DIR and PATH to c:\qt\4.6.0-beta1 and c:\qt\4.6.0-beta1\bin
then.. i've copied from c:\qt\qt-kinetic\configure.exe and c:\qt\qt-kinetic\src\src.pro to c:\qt\4.6.0-beta1
then.. i've configured and ran building of Qt
....and then it faild:
c:\qt\4.6.0-beta1\src\declarative\3rdparty\qlistmodelinterface _p.h(52) : error C2146: syntax error : missing ';' before identifier 'QtDeclarativeModule'
c:\qt\4.6.0-beta1\src\declarative\3rdparty\qlistmodelinterface _p.h(52) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\qt\4.6.0-beta1\src\declarative\3rdparty\qlistmodelinterface _p.h(52) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\qt\4.6.0-beta1\src\declarative\3rdparty\qlistmodelinterface _p.h(54) : error C2470: 'QListModelInterface' : looks like a function definition, but there is no parameter list; skipping apparent body
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe"' : return code '0x2'
Stop.
please, help me
regards,
honza
Bookmarks