← Back to team overview

kicad-developers team mailing list archive

Re: Compilation problems with types from pcb_lexer.h

 

Note that you can also cd include, and do a rm *_lexer.h.  (Make sure you get the underscore in there as there’s also a “dsnlexer.h” that you don’t want to delete.)

> On 10 Jul 2019, at 11:00, Andrew Lutsenko <anlutsenko@xxxxxxxxx> wrote:
> 
> See  https://lists.launchpad.net/kicad-developers/msg41433.html <https://lists.launchpad.net/kicad-developers/msg41433.html>
> Solution:  run "git clean -fx" and then build.
> 
> On Wed, Jul 10, 2019 at 1:21 AM Eeli Kaikkonen <eeli.kaikkonen@xxxxxxxxx <mailto:eeli.kaikkonen@xxxxxxxxx>> wrote:
> If I understood correctly the lexer system was changed recently. I'm trying to compile on Linux, using gcc and ninja (NOT plain make!). Now I get errors:
> 
> kicad/pcbnew/pcb_parser.cpp: In member function ‘void PCB_PARSER::parseSetup()’:
> kicad/pcbnew/pcb_parser.cpp:1278:14: error: ‘T_user_diff_pair’ was not declared in this scope
>          case T_user_diff_pair:
>               ^~~~~~~~~~~~~~~~
> etc.
> 
> I already started from scratch but the problem persists.
> 
> I found out that the definitions aren't in the source code but have been generated in the build tree; grep finds them in common/pcb_lexer.h. But somehow the build system or compiling doesn't use it correctly.
> 
> Eeli Kaikkonen
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers <https://launchpad.net/~kicad-developers>
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx <mailto:kicad-developers@xxxxxxxxxxxxxxxxxxx>
> Unsubscribe : https://launchpad.net/~kicad-developers <https://launchpad.net/~kicad-developers>
> More help   : https://help.launchpad.net/ListHelp <https://help.launchpad.net/ListHelp>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp


References