Srinivasan Karthik.1 (Nokia-D/Bangalore) wrote: > > Hi, > > I’ve built Qt from ‘qt-qt-4.7-stable-snapshot-20100308113741.zip’ which > I downloaded from the repo. Everything builds fine. > > Using that env, I’m trying to build creator from > ‘creator-mainline-master-snapshot-20100309060310.zip’ which I downloaded > from the repo as well. > > I get this linker error while building QmlDesigner-
Hi, the problem was that the QDeclarativeBinding class wasn't marked as a symbol to be exported. This has been fixed already (commit b67d5d90a3065). Anyhow, due to our internal integration system and the usual 12 hours delay it takes it's time until a patch ends up in the official repo. Anyhow, should be just a matter of hours ... Meanwhile you can patch qt yourself: Just replace Q_AUTOTEST_EXPORT with Q_DECLARATIVE_EXPORT in src/declarative/qml/qdeclarativebinding_p.h and src/declarative/qml/qdeclarativeproperty_p.h . Sorry about the issue, Kai -- Kai Koehne Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B Umsatzsteueridentifikationsnummer: DE 812 845 193 Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
