On 04/19/2012 02:49 PM, arius wrote: > I was only able to compile the whole KiCAD suite as Release version after > adding > 'include <common.h>' to common/dcsvg.cpp, otherwise the compiler complained > about > unknown KiROUND.
Good catch, thanks for the report. I failed to do a "make clean" before my make before my commit. It makes sense the CMake cannot be expected to detect header file dependencies that it cannot read from the source. Should work now, although Jean-Pierre or Wayne may want KiROUND somewhere else, in a better header file. Dick _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

