← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] Show the current grid setting.

 

On 2019-06-13 14:11, Steven A. Falco wrote:
On 6/13/19 12:27 PM, Wayne Stambaugh wrote:
Steve,

I merged you 5.1 branch patch but the master branch patch would not
apply cleanly.  Please rebase it when you get a chance.  I will do me
best to get it merged as quickly as possible.

Attached please find a rebased patch.  I'm not able to build right now
- I'm getting errors like:

/home/sfalco/src/kicad/kicad5/launchpad/kicad/pcbnew/pcb_parser.cpp:
In member function ‘void PCB_PARSER::parseSetup()’:
/home/sfalco/src/kicad/kicad5/launchpad/kicad/pcbnew/pcb_parser.cpp:1383:14:
error: ‘T_max_error’ was not declared in this scope
 1383 |         case T_max_error:
      |              ^~~~~~~~~~~

I don't think these are related to my patch. Has anyone else seen this error?

	Steve

Hi Steve-

This looks like a remnant from a duplicative lexer generation.

Can you run `git status --ignored | grep '\.h$\|\.cpp$' | xargs rm -f` in the base of your source tree and then rebuild?

-S


References