Re: [Kicad-developers] Failed to build on my system

2016-06-09 Thread Cirilo Bernardo
I agree, I flagged this as a bug but I may have forgotten to send a patch to the list. In this instance the iterators should be declared as the non-const type. On Fri, Jun 10, 2016 at 4:48 AM, Simon Richter wrote: > Hi, > > On 09.06.2016 20:28, Mário Luzeiro wrote: >

Re: [Kicad-developers] Failed to build on my system

2016-06-09 Thread Simon Richter
Hi, On 09.06.2016 20:28, Mário Luzeiro wrote: [Using iterator instead of const_iterator as place hint for std::list] > This workaround works! I think this gcc version we can support with only little effort, since we need to have a non-const reference to the container anyway, so getting a

Re: [Kicad-developers] Failed to build on my system

2016-06-09 Thread Mário Luzeiro
-developers@lists.launchpad.net Subject: Re: [Kicad-developers] Failed to build on my system It compiled with gcc 4.9.3 on msys1/mingw32. It just wouldn't link because of the broken libgomp on mingw32. My guess is that it would be fine on linux. To be safe, gcc 5+ will be your best bet. On 6/9

Re: [Kicad-developers] Failed to build on my system

2016-06-09 Thread Mário Luzeiro
] Failed to build on my system auto sPL = m_Paths.begin(); or std::list< S3D_ALIAS >::iterator sPL = m_Paths.begin(); Jean-Pierre Charras ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchp

Re: [Kicad-developers] Failed to build on my system

2016-06-09 Thread Wayne Stambaugh
2016 18:55 > To: Mário Luzeiro > Cc: kicad-developers@lists.launchpad.net; cirilo.berna...@gmail.com > Subject: Re: [Kicad-developers] Failed to build on my system > > Which exact system are you using here? Compiler and version? > > ___

Re: [Kicad-developers] Failed to build on my system

2016-06-09 Thread Mário Luzeiro
To: Mário Luzeiro Cc: kicad-developers@lists.launchpad.net; cirilo.berna...@gmail.com Subject: Re: [Kicad-developers] Failed to build on my system Which exact system are you using here? Compiler and version? ___ Mailing list: https://launchpad.net/~kicad

Re: [Kicad-developers] Failed to build on my system

2016-06-09 Thread jp charras
Le 09/06/2016 19:20, Mário Luzeiro a écrit : Hi Cirilo, With this commit: http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/revision/6905 I cannot build now on Linux: 3d-viewer/3d_cache/3d_filename_resolver.cpp:845: error: no matching function for call to

Re: [Kicad-developers] Failed to build on my system

2016-06-09 Thread Nick Østergaard
Which exact system are you using here? Compiler and version? 2016-06-09 19:20 GMT+02:00 Mário Luzeiro : > Hi Cirilo, > > With this commit: > http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/revision/6905 > > I cannot build now on Linux: > >

Re: [Kicad-developers] Failed to build on my system

2016-06-09 Thread Wayne Stambaugh
I commented that this patch would break some builds depending on the compiler. I also gave JP the go ahead to apply this patch. If we are going to support c++11, then we cannot continue to reject patches with c++11 code. I also can no longer build kicad on msys1/mingw32 because gcc is version