On 29 January 2016 at 16:13, Jason H <[email protected]> wrote: > Hrm... > > Jasons-Mac-mini:qt5.5.1-ios jhihn$ which python > /usr/bin/python > Jasons-Mac-mini:qt5.5.1-ios jhihn$ python --version > Python 2.7.10 > > How can I recover from it? >
Drop into the qtdeclarative build directory, and blow it away. Then run path/to/qmake && make there. At least you'll save rebuilding the rest of Qt. > *Sent:* Friday, January 29, 2016 at 9:03 AM > *From:* "Andrew Knight" <[email protected]> > *To:* "Jason H" <[email protected]> > *Cc:* "[email protected]" <[email protected]> > *Subject:* Re: [Interest] Compiling 5.5.1 from git sources > Hi, > > On 29 January 2016 at 16:00, Jason H <[email protected]> wrote: >> >> I've been having some build problems, probably of my own fault. >> My make distclean failed part of the way though, but it got far enough >> that the configure script would proceed. >> >> ~/qt5/qtdeclarative/src/3rdparty/masm/yarr/YarrPattern.cpp:39:10: fatal >> error: 'RegExpJitTables.h' file not found >> >> >> Advice on how I can salvage my build? > > > That's what happens when you don't have python in your path. Python is > used to generate the JIT tables in qtdeclarative. > > HTH, > Andrew >
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
