Closed GoogleCodeExporter closed 8 years ago
to get things to work I put:
#define OP_SKETCHES_AS_CHILDREN
in NiceTextCtrl.h in the HeeksCAD /interface directory
and uncommented:
// #define OP_SKETCHES_AS_CHILDREN
in Op.h in the HeeksCNC directory
There's probably a more elegant solution.
Original comment by ddfalck2...@yahoo.com
on 10 Jun 2011 at 3:11
I think this one if fixed by adding a define to CMakeLists.txt like this:
add_definitions ( -Wall -DOP_SKETCHES_AS_CHILDREN )
If it breaks something else, let me know.
Dan
Original comment by ddfalck2...@yahoo.com
on 10 Jun 2011 at 6:35
Original issue reported on code.google.com by
ddfalck2...@yahoo.com
on 10 Jun 2011 at 2:48