[Releasing] [Development] Qt 5 beta 2 packages for testing
Hausmann Simon
Simon.Hausmann at digia.com
Tue Nov 13 16:45:35 CET 2012
weird, whats the target architecture?
On the upside that particular qmake .pro file line is fixed already post b2.
Simon
--
Sendt fra min Nokia N913.11.12 00:04 skrev Thiago Macieira:
On segunda-feira, 12 de novembro de 2012 23.48.35, Thiago Macieira wrote:
> On segunda-feira, 12 de novembro de 2012 16.06.48, Tanilkan Sinan wrote:
> > New packages for Windows (only 32-bit), Linux and Mac are available for
> > testing at:
> > http://releases.qt-project.org/digia/5.0.0_beta2/backups/2012-11-12-341/
>
> Build error with QtWebKit:
>
> yarr/YarrPattern.cpp:39:29: fatal error: RegExpJitTables.h: No such file or
> directory
> compilation terminated.
> gmake[2]: *** [obj/release/yarr/YarrPattern.o] Error 1
> gmake[2]: *** Waiting for unfinished jobs....
> gmake[2]: Leaving directory `/tmp/qtwebkit-opensource-src-5.0.0-
> beta2/Source/JavaScriptCore'
> gmake[1]: *** [sub-Target-pri-install_subtargets-ordered] Error 2
> gmake[1]: Leaving directory `/tmp/qtwebkit-opensource-src-5.0.0-
> beta2/Source/JavaScriptCore'
> gmake: *** [sub-Source-JavaScriptCore-JavaScriptCore-pro-install_subtargets-
> ordered] Error 2
> gmake: Leaving directory `/tmp/qtwebkit-opensource-src-5.0.0-beta2'
>
> There's something wrong with the build ordering. Apparently there's no
> dependency marker on this file. After running make a few times again, it
> worked.
Another:
llint/LowLevelInterpreter.cpp:541:27: fatal error: LLIntAssembly.h: No such
file or directory
I can't get past this one by simply re-running, as the generator is disabled.
After re-running qmake on Source/JavaScriptCore/DerivedSources.pri, it works.
The conditional for this is:
if(linux-*|win32):!equals(QT_ARCH, "arm") {
Which should have been true for me, but somehow wasn't. I'll just attribute
this to qmake being weird.
PS: according to the qmake detailed output, it's comparing the *literal*
QT_ARCH, not the value of that variable.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Releasing
mailing list