Re: [Development] Python required to build Qt from source packages

2014-03-20 Thread Hausmann Simon
lding > Fra: Thiago Macieira > Sendt: 18:04 fredag 28. februar 2014 > Til: development@qt-project.org > Emne: [Development] Python required to build Qt from source packages > > > We went through great pains to make sure that Perl wasn't required to build > Qt from rel

Re: [Development] Python required to build Qt from source packages

2014-03-20 Thread Thiago Macieira
Fra: Thiago Macieira > Sendt: 18:04 fredag 28. februar 2014 > Til: development@qt-project.org > Emne: [Development] Python required to build Qt from source packages > > > We went through great pains to make sure that Perl wasn't required to build > Qt from released sources, bu

Re: [Development] Python required to build Qt from source packages

2014-02-28 Thread Thiago Macieira
Em sex 28 fev 2014, às 21:15:51, Harri Porten escreveu: > > If not, then Laszlo's previous offer of rewriting syncqt in Python becomes > > a lot more attractive. > > JavaScript is no option? Our product bootstraps an interpreter (Qt has > several;) that can be used to perform such build tasks. No

Re: [Development] Python required to build Qt from source packages

2014-02-28 Thread Harri Porten
On Fri, 28 Feb 2014, Thiago Macieira wrote: Em sex 28 fev 2014, às 18:30:24, Hausmann Simon escreveu: Note that this is not a new dependency but has been there since Qt 5.0.0 (when v8 required python) Right. But now we need Python for a single file, in something that is almost entirely under

Re: [Development] Python required to build Qt from source packages

2014-02-28 Thread Thiago Macieira
Em sex 28 fev 2014, às 18:30:24, Hausmann Simon escreveu: > Note that this is not a new dependency but has been there since Qt 5.0.0 > (when v8 required python) Right. But now we need Python for a single file, in something that is almost entirely under our control. Any chance we can remove the b

Re: [Development] Python required to build Qt from source packages

2014-02-28 Thread Hausmann Simon
Note that this is not a new dependency but has been there since Qt 5.0.0 (when v8 required python) Simon Opprinnelig melding Fra: Thiago Macieira Sendt: 18:04 fredag 28. februar 2014 Til: development@qt-project.org Emne: [Development] Python required to build Qt from source packages We

[Development] Python required to build Qt from source packages

2014-02-28 Thread Thiago Macieira
We went through great pains to make sure that Perl wasn't required to build Qt from released sources, but it looks like a dependency on Python crept back in, for a single file (RegExpJitTables.h in qtdeclarative/src/qml). Can we commit the generated file to the repository, or generate it during