← Back to team overview

kicad-developers team mailing list archive

Re: Supported platforms / compiler / standard library versions

 

After the stable release, please send me a patch to fix this.  It
doesn't seem to be an issue so I would prefer not to risk pushing the
stable release out any further.

On 9/22/2015 11:55 AM, Simon Richter wrote:
> Hi,
> 
> On 19.09.2015 23:05, Wayne Stambaugh wrote:
> 
>> No such document but basically gcc on linux and windows and clang on
>> osx.  The official policy on MS VS is that we will not support it.
> 
> VS 2015 is broken to the extent that it fails to compile some of the
> template code in VECTOR2<> and BOX<>, giving an Internal Compiler Error.
> 
> That code is perfectly valid, if nonsensical (BOX<>::SetMaximum() has
> inconsistent behaviour for int vs double), so I plan to both shame MS
> into fixing their compiler, and also change the BOX<> code to be more
> consistent -- but I think that might be better after the release,
> because I have no idea how much code depends on the broken behaviour.
> 
>    Simon
> 
> 
> 
> _______________________________________________
> 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