kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #24957
Re: Failed to build on my system
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 4.7.3 and libgomp is broken on 4.9.3. Not that I'm going
to miss building on msys1/mingw32. I'm not too worried about it since
none of the auto-builders have failed (yet). You will have to update
your version of gcc to enjoy all of the c++11 goodness or continue to
use the stable release.
On 6/9/2016 1:20 PM, Mário Luzeiro wrote:
> 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 ‘std::list<S3D_ALIAS>::insert(std::list<S3D_ALIAS>::const_iterator&, S3D_ALIAS&)’
> m_Paths.insert( sPL, lpath );
> ^
>
> It successful build on msys2 today.
>
> Is it a problem just on my system?
>
> Cheers,
> Mario
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
References