On 6/13/19 2:11 PM, 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?
This was most likely due to one of the automatically generated files not getting created before attempting to compile pcb_parser.cpp. Seth just pushed a fix for this issue in commit 8112a8ad. If you already have pulled this commit, then Seth's changes did not resolve the issue. It should only happen on clean builds. The work around is to run make without using multiple processors until all of the .keyword files have been created. After that, you should be able to restart the build with as many processors as you can throw at it. > > Steve > > > > _______________________________________________ > Mailing list: https://launchpad.net/~kicad-developers > Post to : [email protected] > Unsubscribe : https://launchpad.net/~kicad-developers > More help : https://help.launchpad.net/ListHelp > _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

