Re: [Kicad-developers] Commit c8a6878 breaks compilation on msys2

2019-09-04 Thread Nick Østergaard
Cool, then we can have nightly tonight afterall :) On Wed, 4 Sep 2019 at 23:34, Seth Hillbrand wrote: > > Whoops. Thanks JP. Fix incoming. > > -S > On 2019-09-04 12:35, jp charras wrote: > > common.h does not compile with msys2/gcc 9.1.0 > > > > Here is the error message: > > > > In file includ

Re: [Kicad-developers] Commit c8a6878 breaks compilation on msys2

2019-09-04 Thread Seth Hillbrand
Whoops. Thanks JP. Fix incoming. -S On 2019-09-04 12:35, jp charras wrote: common.h does not compile with msys2/gcc 9.1.0 Here is the error message: In file included from D:/wxWidgets-3.1.1/include/wx/defs.h:851, from D:/wxWidgets-3.1.1/include/wx/wx.h:14, f

Re: [Kicad-developers] Commit c8a6878 breaks compilation on msys2

2019-09-04 Thread Nick Østergaard
I see the same error in the builder that builds for the official builds. On Wed, 4 Sep 2019 at 19:20, Ian McInerney wrote: > > wxASSERT shouldn't be used inside constexpr functions because some of their > code paths for it implement trap functions that use inline assembly. This is > not allowed

Re: [Kicad-developers] Commit c8a6878 breaks compilation on msys2

2019-09-04 Thread Ian McInerney
wxASSERT shouldn't be used inside constexpr functions because some of their code paths for it implement trap functions that use inline assembly. This is not allowed by the C++14 standard, and is supposed to be part of C++2a. Other code paths just call into system functions, so this will be highly p

[Kicad-developers] Commit c8a6878 breaks compilation on msys2

2019-09-04 Thread jp charras
common.h does not compile with msys2/gcc 9.1.0 Here is the error message: In file included from D:/wxWidgets-3.1.1/include/wx/defs.h:851, from D:/wxWidgets-3.1.1/include/wx/wx.h:14, from E:/kicad-launchpad/gerber_dev/include/common.h:37, from E:/