[Kicad-developers] Build failure - probably a race generating template_fieldnames_lexer.h

2019-06-04 Thread Steven A. Falco
I think I just hit the builder race condition that was discussed a few days ago. I've attached a copy of template_fieldnames_lexer.h. At line 184 there is an #endif, and then part of the file appears to repeat. Thus, I wind up with an unmatched #endif and the compile fails. I tried re-runnin

Re: [Kicad-developers] Build failure - probably a race generating template_fieldnames_lexer.h

2019-06-04 Thread Seth Hillbrand
On 2019-06-04 11:07, Steven A. Falco wrote: I think I just hit the builder race condition that was discussed a few days ago. I've attached a copy of template_fieldnames_lexer.h. At line 184 there is an #endif, and then part of the file appears to repeat. Thus, I wind up with an unmatched #endi

Re: [Kicad-developers] Build failure - probably a race generating template_fieldnames_lexer.h

2019-06-04 Thread Steven A. Falco
On 6/4/19 12:41 PM, Seth Hillbrand wrote: > On 2019-06-04 11:07, Steven A. Falco wrote: >> I think I just hit the builder race condition that was discussed a few >> days ago.  I've attached a copy of template_fieldnames_lexer.h.  At >> line 184 there is an #endif, and then part of the file appears