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
Post to     : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to