Re: [Development] Checking out Qt 5.0.2 sources

2013-07-03 Thread Tomasz Olszak
2013/7/3 Knoll Lars > On 02.07.13 17:15, "Thiago Macieira" wrote: > > >On terça-feira, 2 de julho de 2013 14.11.14, Tomasz Olszak wrote: > >> In the end however I have encounter: > >> https://bugreports.qt-project.org/browse/QTBUG-31817#comment-208125 > >> > >> I made some investigation and curr

Re: [Development] Checking out Qt 5.0.2 sources

2013-07-02 Thread Thiago Macieira
On terça-feira, 2 de julho de 2013 14.11.14, Tomasz Olszak wrote: > In the end however I have encounter: > https://bugreports.qt-project.org/browse/QTBUG-31817#comment-208125 > > I made some investigation and currently qtjsbackend is broken on mips > architecture. v8 need to be updated(see my comme

Re: [Development] Checking out Qt 5.0.2 sources

2013-07-02 Thread Thiago Macieira
On terça-feira, 2 de julho de 2013 14.11.14, Tomasz Olszak wrote: > warning: implicit declaration of function 'asm' It should be __asm__ Anyway, I don't think we pass a -stdÉ9 flag to the compiler. That doesn't appear anywhere in my sources. -- Thiago Macieira - thiago.macieira (AT) intel.com S

Re: [Development] Checking out Qt 5.0.2 sources

2013-07-02 Thread Tomasz Olszak
2013/7/1 Tomasz Olszak > > > 2013/7/1 Giuseppe D'Angelo > >> On 1 July 2013 16:14, Tomasz Olszak wrote: >> > I can't build it on mipsel(some errors with PCRE) architecture and >> currently >> > don't have time to investigate it. >> >> And, by any chance, do you have the error messages you got w

Re: [Development] Checking out Qt 5.0.2 sources

2013-07-01 Thread Tomasz Olszak
2013/7/1 Giuseppe D'Angelo > On 1 July 2013 16:14, Tomasz Olszak wrote: > > I can't build it on mipsel(some errors with PCRE) architecture and > currently > > don't have time to investigate it. > > And, by any chance, do you have the error messages you got when > building on mipsel? > > -- > Giu

Re: [Development] Checking out Qt 5.0.2 sources

2013-07-01 Thread Toan Pham
Tomasz, I want to warn you that I had to apply about 7 different patches on top of qt-5.0.2 in order to build the library from source with html5 video/audio. I feel like qt-5.0.2 is not a good development package to build from source, qt-5.1.0 is much more stable. You'll be better off fixing bugs

Re: [Development] Checking out Qt 5.0.2 sources

2013-07-01 Thread Thiago Macieira
On segunda-feira, 1 de julho de 2013 19.46.51, Sergio Ahumada wrote: > On 07/01/2013 07:31 PM, Thiago Macieira wrote: > > On segunda-feira, 1 de julho de 2013 18.18.20, Sergio Ahumada wrote: > >> You can find the v5.0.2 tag from http://qt.gitorious.org/qtsdk/qtsdk > >> > >> Or you could use http:/

Re: [Development] Checking out Qt 5.0.2 sources

2013-07-01 Thread Thiago Macieira
On segunda-feira, 1 de julho de 2013 18.18.20, Sergio Ahumada wrote: > You can find the v5.0.2 tag from http://qt.gitorious.org/qtsdk/qtsdk > > Or you could use http://qt.gitorious.org/qt/qt5 and do "git reset --hard > 3f9837797d4fc5226d4f6063ee6a52b349521155", that should be the same > combinatio

Re: [Development] Checking out Qt 5.0.2 sources

2013-07-01 Thread Thiago Macieira
On segunda-feira, 1 de julho de 2013 16.14.16, Tomasz Olszak wrote: > Hi, > > Current release branch contains 5.1 version. > I can't build it on mipsel(some errors with PCRE) architecture and > currently don't have time to investigate it. I know that it worked with 5.0. > > Is there a way to get

[Development] Checking out Qt 5.0.2 sources

2013-07-01 Thread Tomasz Olszak
Hi, Current release branch contains 5.1 version. I can't build it on mipsel(some errors with PCRE) architecture and currently don't have time to investigate it. I know that it worked with 5.0. Is there a way to get Qt 5.0.2 sources in one command? There is no 5.0.2 tag in qt/qt5 repository. Woul