Re: [Kicad-developers] Lots of compile errors after recent source pull

2020-07-07 Thread Ian McInerney
ogs/dialog_annotate.cpp", > "file": > "C:/msys64/home/kicad-compile-test2/kicad/eeschema/dialogs/dialog_annotate.cpp" > } > > > > > -Original Message- > From: Ian McInerney > To: pjmo...@csi.com > Cc: ian.s.mciner...@i

Re: [Kicad-developers] Lots of compile errors after recent source pull

2020-07-07 Thread pjmonty
/kicad/eeschema/dialogs/dialog_annotate.cpp" } -Original Message- From: Ian McInerney To: pjmo...@csi.com Cc: ian.s.mciner...@ieee.org ; kicad-developers@lists.launchpad.net Sent: Sun, Jul 5, 2020 4:52 am Subject: Re: [Kicad-developers] Lots of compile errors after recent sou

Re: [Kicad-developers] Lots of compile errors after recent source pull

2020-07-05 Thread Ian McInerney
to do a full build a couple of days ago, and the the build crapped > out part way through. I don't recall the specific error message, but I can > try again and see if it dies. If so, I'll post the info. > > > -Original Message- > From: Ian McInerney >

Re: [Kicad-developers] Lots of compile errors after recent source pull

2020-07-04 Thread pjmonty
7;}' token    72 | };   | ^ -Original Message- To: ian.s.mciner...@ieee.org Cc: kicad-developers@lists.launchpad.net Sent: Sat, Jul 4, 2020 6:45 pm Subject: Re: [Kicad-developers] Lots of compile errors after recent source pull Other headers as well.  C:/msys64/

Re: [Kicad-developers] Lots of compile errors after recent source pull

2020-07-04 Thread pjmonty
through.  I don't recall the specific error message, but I can try again and see if it dies.  If so, I'll post the info. -Original Message- From: Ian McInerney To: pjmo...@csi.com Cc: kicad-developers@lists.launchpad.net Sent: Sat, Jul 4, 2020 3:15 pm Subject: Re: [Kicad-deve

Re: [Kicad-developers] Lots of compile errors after recent source pull

2020-07-04 Thread Ian McInerney
That would probably be because I enabled the warning for "-Wmismatched-tags" on clang/GCC. This shouldn't be an error though, only a warning. It warns about declaring things class/struct inconsistently (on MSVC builds this can cause problems, so I enabled this warning to ensure we don't have issues

[Kicad-developers] Lots of compile errors after recent source pull

2020-07-04 Thread pjmonty
I did a pull yesterday and suddenly I'm getting just a ton of errors during compiling.  I'm on Windows 10 under minGW.  My setup was working great up until this recent pull, and then everything fell apart. The problems seem to begin when compiling the "common" directory, specifically when it hit