Re: [Kicad-developers] Problem compiling 5.1, maybe from commit 2975e859500

2021-09-14 Thread Nick Østergaard
This is the same we saw on the windows build earlier. FWIW. On Tue, 14 Sept 2021 at 17:18, Steven A. Falco wrote: > > Thanks, Wayne - that is a clear improvement. > > Steve > > On 9/14/21 11:13, Wayne Stambaugh wrote: > > On 9/14/21 10:05 AM, Steven A. Falco wrote: > >> Thanks, Jeff. It

Re: [Kicad-developers] Problem compiling 5.1, maybe from commit 2975e859500

2021-09-14 Thread Steven A. Falco
Thanks, Wayne - that is a clear improvement. Steve On 9/14/21 11:13, Wayne Stambaugh wrote: On 9/14/21 10:05 AM, Steven A. Falco wrote: Thanks, Jeff.  It looks like "make clean" does the right thing - it removes "include/page_layout_reader_lexer.h", among others. I was used to just bl

Re: [Kicad-developers] Problem compiling 5.1, maybe from commit 2975e859500

2021-09-14 Thread Wayne Stambaugh
On 9/14/21 10:05 AM, Steven A. Falco wrote: > Thanks, Jeff.  It looks like "make clean" does the right thing - it > removes "include/page_layout_reader_lexer.h", among others. > > I was used to just blowing away the build directory to clean up, but now > I know that that is not sufficient for KiCA

Re: [Kicad-developers] Problem compiling 5.1, maybe from commit 2975e859500

2021-09-14 Thread Steven A. Falco
Thanks, Jeff. It looks like "make clean" does the right thing - it removes "include/page_layout_reader_lexer.h", among others. I was used to just blowing away the build directory to clean up, but now I know that that is not sufficient for KiCAD, because it writes generated files into its sour

Re: [Kicad-developers] Problem compiling 5.1, maybe from commit 2975e859500

2021-09-14 Thread Jeff Young
This normally happens when you’re building both 5.1 and 5.99 in a single tree. I have to delete them a lot as I do that. But I haven’t a clue how it’s supposed to be. When I have a working build (even if it’s clunky), I tend to be very hesitant to change anything. ;) > On 14 Sep 2021, at 14:2

Re: [Kicad-developers] Problem compiling 5.1, maybe from commit 2975e859500

2021-09-14 Thread Steven A. Falco
It looks like the problem is that the definition of T_kicad_wks appears in a generated file: include/page_layout_reader_lexer.h However, while I do "out of tree" builds, page_layout_reader_lexer.h is not created in the build directory, but rather it is created in the source directory. So when

[Kicad-developers] Problem compiling 5.1, maybe from commit 2975e859500

2021-09-13 Thread Steven A. Falco
I'm getting the following error compiling the 5.1 branch: /home/sfalco/src/kicad/kicad5/gitlab/code/kicad-5.1/common/page_layout/page_layout_reader.cpp: In member function ‘void PAGE_LAYOUT_READER_PARSER::Parse(WORKSHEET_LAYOUT*)’: /home/sfalco/src/kicad/kicad5/gitlab/code/kicad-5.1/common/page_