← Back to team overview

kicad-developers team mailing list archive

Re: afe0221d build error in eeschema/pin_numbers.cpp

 

Am 2019-03-14 12:18, schrieb Brian:
Wayne,

wxIsdigit is reported as an undefined symbol when compiling
eeschema/pin_numbers.cpp.

One possible solution is to add

#include <wx/wxcrt.h>

to eeschema/pin_numbers.cpp

Patch attached.

Thanks Brian. Patch pushed with minor modification to get the crt.h header that includes the system defs.

-S


References