So on a whim, I:
bash
cd ~/qt5/qtdeclarative/src/3rdparty/masm
python create_regex_tables > RegExpJitTables.h
exit
make
 
and it seemed to work.
 
Sent: Friday, January 29, 2016 at 9:13 AM
From: "Jason H" <jh...@gmx.com>
To: "Andrew Knight" <andrew.kni...@intopalo.com>
Cc: "interest@qt-project.org" <interest@qt-project.org>
Subject: Re: [Interest] Compiling 5.5.1 from git sources
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? 
Sent: Friday, January 29, 2016 at 9:03 AM
From: "Andrew Knight" <andrew.kni...@intopalo.com>
To: "Jason H" <jh...@gmx.com>
Cc: "interest@qt-project.org" <interest@qt-project.org>
Subject: Re: [Interest] Compiling 5.5.1 from git sources
Hi,
 
On 29 January 2016 at 16:00, Jason H <jh...@gmx.com> 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 Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to