← Back to team overview

kicad-developers team mailing list archive

Re: Error TransformRoundRectToPolygon not declared

 

Looks like your build tree is out of date. Might need to do a make clean first.

See d259459a14f5d3cee00afc25354f82e2ab87853b for details.

-S

Am 2019-04-07 17:41, schrieb Christopher Buckley:
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


_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


References