Re: [Kicad-developers] [kicad-users] compilation from master error

2020-01-15 Thread Marco Ciampa
On Tue, Jan 14, 2020 at 09:52:05PM +0100, Dino Ghilardi wrote: > Did you also try with "git clean -fx" > to delete the old auto-generated and non-tracked files that can lie around > from old versions? > Good hint! I thought that deleting the build dir would suffice... It works now, thanks to all!

Re: [Kicad-developers] [kicad-users] compilation from master error

2020-01-14 Thread Dino Ghilardi
Did you also try with "git clean -fx" to delete the old auto-generated and non-tracked files that can lie around from old versions? Cheers, Dino. On 14/01/20 21:19, Ian McInerney wrote: Marco, Delete every file inside include/ that ends with "_lexer.h" (note, don't delete the dsnlexer.h fi

Re: [Kicad-developers] [kicad-users] compilation from master error

2020-01-14 Thread Ian McInerney
Marco, Delete every file inside include/ that ends with "_lexer.h" (note, don't delete the dsnlexer.h file though). There was a change to the build a few months ago that moved these generated files somewhere else, and so right now your build is using the old ones instead of the new ones. -Ian On