Re: [Kicad-developers] Parallel build errors on Windows using mingw32-make

2013-01-24 Thread Martijn Kuipers (Private)
Hi, I had a similar problem some years ago with CMake. The solutions then was to add "add_dependencies" to the targets. From cmake.org add_dependencies: Add a dependency between top-level targets. add_dependencies(target-name depend-target1 depend-target2 ...) Make a top-l

Re: [Kicad-developers] PLUGIN::Footprint*() from python

2012-11-14 Thread Martijn Kuipers (Private)
Hi list, I have never designed more than double sided PCBs with KiCad, so I have never run into this. What happens to the layers of a footprint if I place a component on the bottom-side ? Are all the layers reversed, i.e., fronts means back and vice versa? /Martijn On Nov 14, 2012, at 1:57