[Interest] qt on git dev branch does not compile for mips

2013-09-24 Thread Narayanarao Rao
I wanted to try out the new scenegraphrenderer performance on our MIPS embedded platform. I have a working Qt 5.0 build on our platform. When I tried to compile, I got couple of compile errors in qtbase, which I worked around. However, qtdeclarative fails with *n file included from

Re: [Interest] qt on git dev branch does not compile for mips

2013-09-24 Thread Richard Moore
On 24 September 2013 12:46, Mandeep Sandhu mandeepsandhu@gmail.com wrote: Do you need QtWebkit for your tests? If not, you could disable it while configuring Qt. This error is coming from the v4 engine used in Qt Declarative, not the webkit jit. Rich.

Re: [Interest] qt on git dev branch does not compile for mips

2013-09-24 Thread Narayanarao Rao
On Tue, Sep 24, 2013 at 5:30 PM, Richard Moore r...@kde.org wrote: On 24 September 2013 12:46, Mandeep Sandhu mandeepsandhu@gmail.com wrote: Do you need QtWebkit for your tests? If not, you could disable it while configuring Qt. This error is coming from the v4 engine used in Qt