[email protected] wrote: > [...] > I tried to compile it yesterday too and got similar errors, > but in my case on Linux and when it compiled some "qmldump" > tool.
qmldump is in src/tools, and isn't something we regularly maintain. It's just a helper program that we fix from time to time, when we need it :) Anyhow, it shouldn't be compiled by default ... Did you manually go to src/tools/qmldump and ran qmake? > 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. Well, the problem is probably rather that we use in the Qml support (and qmldump) some private headers, which isn't really supported in Qt when you're using the install step (see README). > I will report bugs as soon as the bug thingie comes back online. Regarding qmldump: I'm happy to accept patches for this, but as I said: It's not something we expect people to compile/use, so fixing it just for the heck of it won't have any priority. Regards Kai -- Kai Köhne Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443B 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
