Fellows:

I pulled the latest changes from the git repository and tried to
recompile the application, but the process aborts with the errors listed
below. According to the log I have all code changes up to commit
c7a48c67c016c8b9a338ed19abbe855531fc12d2 on August 28.

To make sure that this had nothing to do with the installed Qt libraries
(4.5.2) I checked out v1.2.1 of QtCreator and this time the compilation
succeeded without any problems.

Does anyone have any idea about the problem?

Regards,
Victor

applicationrunconfiguration.cpp: In member function ‘virtual bool
ProjectExplorer::Internal::ApplicationRunConfigurationRunner::canRun(QSharedPointer<ProjectExplorer::RunConfiguration>,
const QString&)’:
applicationrunconfiguration.cpp:84: error: ‘class
QSharedPointer<ProjectExplorer::RunConfiguration>’ has no member named
‘objectCast’
applicationrunconfiguration.cpp:84: error: expected primary-expression
before ‘>’ token
applicationrunconfiguration.cpp:84: error: expected primary-expression
before ‘)’ token
applicationrunconfiguration.cpp: In member function ‘virtual
ProjectExplorer::RunControl*
ProjectExplorer::Internal::ApplicationRunConfigurationRunner::run(QSharedPointer<ProjectExplorer::RunConfiguration>,
const QString&)’:
applicationrunconfiguration.cpp:94: error: ‘class
QSharedPointer<ProjectExplorer::RunConfiguration>’ has no member named
‘objectCast’
applicationrunconfiguration.cpp:94: error: expected primary-expression
before ‘>’ token
applicationrunconfiguration.cpp:94: error: expected primary-expression
before ‘)’ token
applicationrunconfiguration.cpp: In member function ‘virtual void
ProjectExplorer::Internal::ApplicationRunControl::start()’:
applicationrunconfiguration.cpp:129: error: ‘class
QSharedPointer<ProjectExplorer::RunConfiguration>’ has no member named
‘objectCast’
applicationrunconfiguration.cpp:129: error: expected primary-expression
before ‘>’ token
applicationrunconfiguration.cpp:129: error: expected primary-expression
before ‘)’ token
make[3]: *** [.obj/release-shared/applicationrunconfiguration.o] Error 1
make[2]: *** [sub-projectexplorer-make_default] Error 2
make[1]: *** [sub-plugins-make_default-ordered] Error 2
make: *** [sub-src-make_default-ordered] Error 2

<<attachment: victor_sardina.vcf>>

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to