Miles McCoo
Miles McCoo
I'm not entirely surprised. I've been wanting to rework some of the polygon stuff. Any chance I can get a copy of the dxf? On Sun, 9 Sep 2018 at...
I suggest running pcbnew from gdb. probably something like this: sudo apt install gdb which gdb -> this will give you the path to pcbnew gdb wait for it to...
Well that's not what I expected. Kicad 5.0 downloaded from the kicad site (ie, you didn't compile it) running on a recent Linux Mint (19? I haven't used that distro...
I have reproduced the seg fault. The hunt begins. Miles On Fri, 24 Aug 2018 at 20:48, Amos Manneschmidt wrote: > I installed Kicad 5.0 via the package manager following...
so the problem is a simple matter of version mismatches. You can find a little discussion about it here: https://forum.kicad.info/t/wxpython-3-1-error-building-kicad-from-source-ubuntu-18-04/11431/10 In linux, kicad sits on gtk2. gtk2 is old and...
for running kicad with scripting enabled, I suggest ubuntu 16.04 (18 has the same issues as Mint, of course) I don't know whether the nighly build would work. I suspect...