kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #40078
Error TransformRoundRectToPolygon not declared
I've made some mods in the following files pulled about 48hrs ago.
/common/colors.cpp
/common/plotters/DXF_plotter.cpp
/include/colors.h
Had some declaration problems with each and figured those out. After a few attempts got past colors.cpp @ 29% and onto DXF_Plotter.cpp broke @ 34% internal function following and suggestion 'TransformRing'....both include colors.h
This ain't my stuff, is it???
Any suggestions? :)
C:/msys64/home/Christopher/kicad-devel/common/plotters/DXF_plotter.cpp:
In member function 'virtual void DXF_PLOTTER::FlashPadRoundRect(const wxPoint&, const wxSize&, int, double, EDA_DRAW_MODE_T, void*)':
C:/msys64/home/Christopher/kicad-devel/common/plotters/DXF_plotter.cpp:864:5:
error: 'TransformRoundRectToPolygon' was not declared in this scope
TransformRoundRectToPolygon( outline, aPadPos, aSize, aOrient,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/msys64/home/Christopher/kicad-devel/common/plotters/DXF_plotter.cpp:864:5:
note: suggested alternative: 'TransformRingToPolygon'
TransformRoundRectToPolygon( outline, aPadPos, aSize, aOrient,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
TransformRingToPolygon
Follow ups