Getting errors when trying to compile qt-labs-qt3d in windows with visual studio 2008
Hi
i followed the instructions from the sites :
http://doc.qt.nokia.com/qt3d-snapshot/qt3d-building.html [doc.qt.nokia.com]
and
http://www.johanpaul.com/blog/2011/03/compiling-qt3d-for-windows/ [johanpaul.com]
but when compiling the qt3d im getting this error:
- .\qdeclarativeeffect.cpp(263) : error C2039: 'Options' : is not a member of 'QDeclarativePixmap'
- d:\cpp\qt\qt-everywhere-opensource-src-4.7.3\qt-everywhere-opensource-src-4.7.3\include\qtdeclarative\private\../../../src/declarative/util/qdeclarativepixmapcache_p.h(59) : see declaration of 'QDeclarativePixmap'
- .\qdeclarativeeffect.cpp(263) : error C2065: 'Options' : undeclared identifier
- .\qdeclarativeeffect.cpp(263) : error C2146: syntax error : missing ';' before identifier 'options'
- .\qdeclarativeeffect.cpp(263) : error C2065: 'options' : undeclared identifier
- .\qdeclarativeeffect.cpp(263) : error C2039: 'Cache' : is not a member of 'QDeclarativePixmap'
- d:\cpp\qt\qt-everywhere-opensource-src-4.7.3\qt-everywhere-opensource-src-4.7.3\include\qtdeclarative\private\../../../src/declarative/util/qdeclarativepixmapcache_p.h(59) : see declaration of 'QDeclarativePixmap'
- .\qdeclarativeeffect.cpp(263) : error C2065: 'Cache' : undeclared identifier
- .\qdeclarativeeffect.cpp(265) : error C2065: 'options' : undeclared identifier
- .\qdeclarativeeffect.cpp(265) : error C2039: 'Asynchronous' : is not a member of 'QDeclarativePixmap'
- d:\cpp\qt\qt-everywhere-opensource-src-4.7.3\qt-everywhere-opensource-src-4.7.3\include\qtdeclarative\private\../../../src/declarative/util/qdeclarativepixmapcache_p.h(59) : see declaration of 'QDeclarativePixmap'
- .\qdeclarativeeffect.cpp(265) : error C2065: 'Asynchronous' : undeclared identifier
- .\qdeclarativeeffect.cpp(266) : error C2065: 'options' : undeclared identifier
- qdeclarativemesh.cpp
- 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.
- NMAKE : fatal error U1077: 'cd' : return code '0x2'
- Stop.
- NMAKE : fatal error U1077: 'cd' : return code '0x2'
- Stop.
what im doing wrong here ?
7 replies
no i found the problem its bug reported
http://bugreports.qt.nokia.com/browse/QTBUG-17872?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel [bugreports.qt.nokia.com]
basically you have to change in 2 files version checking variable , check the diff there
no i found the problem its bug reported
http://bugreports.qt.nokia.com/browse/QTBUG-17872?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel [bugreports.qt.nokia.com]basically you have to change in 2 files version checking variable , check the diff there
Thx,i’ll try it out.
Try latest one:
http://doc.qt.nokia.com/qt-quick3d-snapshot/index.html
You must log in to post a reply. Not a member yet? Register here!


