Re: [Kicad-developers] Build problem of current master tree

2021-01-02 Thread Kevin Cozens
On 2021-01-02 9:45 a.m., Jeff Young wrote: Hi Carsten, Known problem when building 5.99 in a tree that used to hold 5.1. Try: cd include rm *_lexer.h Another option would be to issue the command "git clean -x -df" to remove all files that are not part of the source tree. -- Cheers!

Re: [Kicad-developers] Build problem of current master tree

2021-01-02 Thread Heiko Rosemann
On 1/2/21 6:31 PM, jp charras wrote: > > Le 02/01/2021 à 18:11, Carsten Schoenert a écrit : >> Am 02.01.21 um 18:07 schrieb jp charras: >>> What is the problem with these files? >> They are build in tree in case you do a configure out of tree? >> >>> They are already the final header files built

Re: [Kicad-developers] Build problem of current master tree

2021-01-02 Thread jp charras
Le 02/01/2021 à 18:11, Carsten Schoenert a écrit : Am 02.01.21 um 18:07 schrieb jp charras: What is the problem with these files? They are build in tree in case you do a configure out of tree? They are already the final header files built from the corresponding .md files. In my eyes it's

Re: [Kicad-developers] Build problem of current master tree

2021-01-02 Thread Carsten Schoenert
Am 02.01.21 um 18:07 schrieb jp charras: > What is the problem with these files? They are build in tree in case you do a configure out of tree? > They are already the final header files built from the corresponding .md > files. In my eyes it's simply the wrong way to build files in another

Re: [Kicad-developers] *** SPAM *** Re: Build problem of current master tree

2021-01-02 Thread jp charras
Le 02/01/2021 à 17:45, Carsten Schoenert a écrit : Hi, Am 02.01.21 um 17:17 schrieb jp charras: Le 02/01/2021 à 17:09, Nick Østergaard a écrit : FYI, there are still generated files in the source which are also checked in to the source tree: After a make clean: deleted:    

Re: [Kicad-developers] Build problem of current master tree

2021-01-02 Thread Carsten Schoenert
Hi, Am 02.01.21 um 17:17 schrieb jp charras: > > Le 02/01/2021 à 17:09, Nick Østergaard a écrit : >> FYI, there are still generated files in the source which are also >> checked in to the source tree: >> >> After a make clean: >> deleted:    ../eeschema/dialogs/dialog_bom_help_md.h >> deleted:  

Re: [Kicad-developers] Build problem of current master tree

2021-01-02 Thread Carsten Schoenert
Hello Seth, Am 02.01.21 um 17:02 schrieb Seth Hillbrand: > Hello Carsten- > > We agree with you.  This is why we moved the generated files to the > build tree and out of the source tree.  But legacy files in the source > tree are still considered first, so older build directories need the >

Re: [Kicad-developers] Build problem of current master tree

2021-01-02 Thread jp charras
Le 02/01/2021 à 17:09, Nick Østergaard a écrit : FYI, there are still generated files in the source which are also checked in to the source tree: After a make clean: deleted:    ../eeschema/dialogs/dialog_bom_help_md.h deleted:    ../pcb_calculator/attenuators/bridget_tee_formula.h deleted:  

Re: [Kicad-developers] Build problem of current master tree

2021-01-02 Thread Nick Østergaard
FYI, there are still generated files in the source which are also checked in to the source tree: After a make clean: deleted:../eeschema/dialogs/dialog_bom_help_md.h deleted:../pcb_calculator/attenuators/bridget_tee_formula.h deleted:../pcb_calculator/attenuators/pi_formula.h deleted:

Re: [Kicad-developers] Build problem of current master tree

2021-01-02 Thread Seth Hillbrand
Hello Carsten- We agree with you. This is why we moved the generated files to the build tree and out of the source tree. But legacy files in the source tree are still considered first, so older build directories need the fix-up that Jeff mentioned. We might be able to get around this by

Re: [Kicad-developers] Build problem of current master tree

2021-01-02 Thread Jeff Young
I’m a 3rd-grader (at best) when it comes to cmake/build systems, so I’ll leave that one for others…. > On 2 Jan 2021, at 15:06, Carsten Schoenert wrote: > > Hello Jeff, > > Am 02.01.21 um 15:45 schrieb Jeff Young: >> Hi Carsten, >> >> Known problem when building 5.99 in a tree that used to

Re: [Kicad-developers] Build problem of current master tree

2021-01-02 Thread Carsten Schoenert
Hello Jeff, Am 02.01.21 um 15:45 schrieb Jeff Young: > Hi Carsten, > > Known problem when building 5.99 in a tree that used to hold 5.1. > > Try: > > cd include > rm *_lexer.h ahh, yes that fixed the build. But I see the build of additional required files within the source tree rather as

Re: [Kicad-developers] Build problem of current master tree

2021-01-02 Thread Jeff Young
Hi Carsten, Known problem when building 5.99 in a tree that used to hold 5.1. Try: cd include rm *_lexer.h Cheers, Jeff. > On 2 Jan 2021, at 14:00, Carsten Schoenert wrote: > > Hi, > > since a long time I'm trying to build a current version of 5.99 again. > But my attempt is failing with

[Kicad-developers] Build problem of current master tree

2021-01-02 Thread Carsten Schoenert
Hi, since a long time I'm trying to build a current version of 5.99 again. But my attempt is failing with this error. > [ 70%] Built target eeschema_kiface_objects > Scanning dependencies of target eeschema_kiface > [ 70%] Building CXX object >