Re: [Development] qt5.2.0: javascriptcore compile fix

2013-12-04 Thread Olivier Goffart
On Wednesday 04 December 2013 11:05:43 Tim Blechmann wrote: > >> hi, > >> > >> in order to compile qt-5.2.0-rc1 as static library with c++11 on osx, i > >> need to apply the attached patch. > >> the issue had been reported in a comment in [1], but i guess the issue > >> was missed, because the bug

Re: [Development] qt5.2.0: javascriptcore compile fix

2013-12-04 Thread Tim Blechmann
>> hi, >> >> in order to compile qt-5.2.0-rc1 as static library with c++11 on osx, i >> need to apply the attached patch. >> the issue had been reported in a comment in [1], but i guess the issue >> was missed, because the bug was closed before. >> >> iac, attached patch fixes the issue, would be g

Re: [Development] qt5.2.0: javascriptcore compile fix

2013-12-04 Thread Olivier Goffart
On Wednesday 04 December 2013 09:55:55 Tim Blechmann wrote: > hi, > > in order to compile qt-5.2.0-rc1 as static library with c++11 on osx, i > need to apply the attached patch. > the issue had been reported in a comment in [1], but i guess the issue > was missed, because the bug was closed before

[Development] qt5.2.0: javascriptcore compile fix

2013-12-04 Thread Tim Blechmann
hi, in order to compile qt-5.2.0-rc1 as static library with c++11 on osx, i need to apply the attached patch. the issue had been reported in a comment in [1], but i guess the issue was missed, because the bug was closed before. iac, attached patch fixes the issue, would be great if it can be incl