Re: [Kicad-developers] Compile issue

2020-06-23 Thread Jeff Young
A clean build sorted it…. > On 23 Jun 2020, at 15:33, Ian McInerney wrote: > > The pcb calculator is a kiface (the bitmap 2 component is not though). The > Kiface() symbol is defined in `pcb_calculator.cpp`, and that hasn't changed. > > -Ian > > On Tue, Jun 23, 2020 at 3:19 PM Jeff Young

Re: [Kicad-developers] Compile issue

2020-06-23 Thread Ian McInerney
The pcb calculator is a kiface (the bitmap 2 component is not though). The Kiface() symbol is defined in `pcb_calculator.cpp`, and that hasn't changed. -Ian On Tue, Jun 23, 2020 at 3:19 PM Jeff Young wrote: > Did something change regarding how much of common is getting pulled into > pcb_calcula

[Kicad-developers] Compile issue

2020-06-23 Thread Jeff Young
Did something change regarding how much of common is getting pulled into pcb_calculator? I’m getting the following link errors: Undefined symbols for architecture x86_64: "Kiface()", referenced from: EDA_BASE_FRAME::config() const in libcommon.a(eda_base_frame.cpp.o) EDA_BASE_FRAME