On Monday 14 June 2010, Victor Sardina wrote: > Tobias: > > I should have added "when the bugreports site comes back online". It > hasn't come back in line as yet. > > By the way, I tried to recompile QtCreator from the master branch and > got a whole bunch of errors like: > > /usr/local/Trolltech/Qt-4.8.0/lib/QtDeclarative.framework/Versions/4/Header > s/qdeclarativeengine.h:62: error: forward declaration of ‘const struct > QDeclarativeType’ > > I just recompiled and installed the latest Qt libraries from the master > branch, so I cannot figure out the reason behind the errors.
I tried to compile it yesterday too and got similar errors, but in my case on Linux and when it compiled some "qmldump" tool. The .pro file(s) apparently miss some include paths and the whole issue comes from that the developers only build Qt as a "developer build", they never test with a Qt that has been "make install":ed. The latter is IMHO the default way of working for normal users. I will report bugs as soon as the bug thingie comes back online. -- Jan Ekholm [email protected] _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
