← Back to team overview

kicad-developers team mailing list archive

Compilation problems with types from pcb_lexer.h

 

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

Follow ups