[Development] qtsystems doesn't compile - mtcore mandatory dependency
Thiago Macieira
thiago at kde.org
Wed Nov 2 09:47:08 CET 2011
On Wednesday, 2 de November de 2011 10:03:12 Rohan McGovern wrote:
> In other words, if you test contains(QT_CONFIG,some_module) in your Qt5
> module, you've made your build behavior implicitly depend on the order in
> which the user happened to run `qmake' over the qt5 modules, which is
> largely undefined. e.g. if you are doing a `make -j20' in qt5.git, the
> qmakes are also parallelized, and your result might flipflop between
> builds.
Tell me about it...
Turns out that all my woes trying to build a brand-new Qt were caused by a
make -j6 in the top-level qt5.git repository, made worse by using a script
that runs make --dry-run first (dry-run doesn't run, but it *does* make
Makefiles, which runs qmake for real).
So instead of using the Makefile from there, I have my own script now to build
all of Qt.
PS: are the unit tests outside qtbase ever compiled? The qtxmlpatterns ones
don't build for me.
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
Software Architect - Intel Open Source Technology Center
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/development/attachments/20111102/b6ced8f0/attachment.sig>
More information about the Development
mailing list