Re: [Mingw-w64-public] [Interest] Compiling Qt (4 or 5) with "-std=c++11"

2013-03-21 Thread Thiago Macieira
On quinta-feira, 21 de março de 2013 17.30.12, K. Frank wrote: > Hi Thiago! > > (I've taken the liberty of cross-posting this back to the mingw-w64-public > list.) Sure, no problem. I'll keep them on CC, even though I don't think my reply is relevant to them. > > Qt automatically switches to that

Re: [Mingw-w64-public] [Interest] Compiling Qt (4 or 5) with "-std=c++11"

2013-03-21 Thread K. Frank
Hello Thiago! Thank you for the detailed explanation. On Thu, Mar 21, 2013 at 9:44 PM, Thiago Macieira wrote: > On quinta-feira, 21 de março de 2013 17.30.12, K. Frank wrote: >> Hi Thiago! >> ... >> >> As I understand it, using "-std=c++11" causes abi breakage, so to do >> >> this, I will have

Re: [Mingw-w64-public] [Interest] Compiling Qt (4 or 5) with "-std=c++11"

2013-03-21 Thread K. Frank
Hello Etienne! On Thu, Mar 21, 2013 at 6:11 PM, Etienne Sandré-Chardonnal wrote: > I confirm that compiling a Qt application with -std=gnu++11 while Qt > was compiled without, works perfectly. This doesn't break the abi. I'm > also using rubenvb mingw-w64. Thank you for the confirmation. It see

Re: [Mingw-w64-public] [Interest] Compiling Qt (4 or 5) with "-std=c++11"

2013-03-21 Thread K. Frank
Hello Ruben! On Thu, Mar 21, 2013 at 5:37 PM, Ruben Van Boxem wrote: > > Op 21 mrt. 2013 22:31 schreef "K. Frank" het > volgende: > >> Hi Thiago! >> ... >> On Thu, Mar 21, 2013 at 5:07 PM, Thiago Macieira >> wrote: >> > On quinta-feira, 21 de março de 2013 16.52.29, K. Frank wrote: >> >> Hello

Re: [Mingw-w64-public] [Interest] Compiling Qt (4 or 5) with "-std=c++11"

2013-03-21 Thread K. Frank
Hello Christian! On Thu, Mar 21, 2013 at 5:37 PM, Christian Quast wrote: > Hi... > > On Thursday 21 March 2013 22:07:54 Thiago Macieira wrote: >> On quinta-feira, 21 de março de 2013 16.52.29, K. Frank wrote: > [...] >> > As I understand it, using "-std=c++11" causes abi breakage, so to do >> > t

Re: [Mingw-w64-public] [Interest] Compiling Qt (4 or 5) with "-std=c++11"

2013-03-21 Thread Ruben Van Boxem
Op 21 mrt. 2013 22:31 schreef "K. Frank" het volgende: > > Hi Thiago! > > (I've taken the liberty of cross-posting this back to the mingw-w64-public > list.) > > On Thu, Mar 21, 2013 at 5:07 PM, Thiago Macieira > wrote: > > On quinta-feira, 21 de março de 2013 16.52.29, K. Frank wrote: > >> Hello

Re: [Mingw-w64-public] [Interest] Compiling Qt (4 or 5) with "-std=c++11"

2013-03-21 Thread K. Frank
Hi Thiago! (I've taken the liberty of cross-posting this back to the mingw-w64-public list.) On Thu, Mar 21, 2013 at 5:07 PM, Thiago Macieira wrote: > On quinta-feira, 21 de março de 2013 16.52.29, K. Frank wrote: >> Hello Lists! >> >> Should I expect to be able to build Qt with "-std=c++11" usi

[Mingw-w64-public] [Interest] Compiling Qt (4 or 5) with "-std=c++11"

2013-03-21 Thread K. Frank
Hello Lists! Should I expect to be able to build Qt with "-std=c++11" using mingw-w64? I am considering upgrading the compiler and libraries I use with the specific goal of using "-std=c++11" in order to take advantage of the new c++ features. (I am hoping to upgrade from gcc 4.7 to gcc 4.8 at th