Re: [Kicad-developers] Illegal instruction 4 when running eeschema after executing kicad-mac-builder

2020-01-14 Thread Heath Raftery
Whoa, that worked! Thanks Jonatan. I did have to change the last line from `open kicad/kicad.app` to `kicad/kicad.app/Contents/MacOS/kicad`. The .app launches without complaint, but no windows appear. Running the executable directly works perfectly, despite the kicad.app package not containing

Re: [Kicad-developers] Illegal instruction 4 when running eeschema after executing kicad-mac-builder

2020-01-14 Thread Heath Raftery
No issues with downloaded Kicad package. Version info: Application: Eeschema Version: (5.1.5-0-10_14), release build Libraries: wxWidgets 3.0.4 libcurl/7.54.0 LibreSSL/2.6.5 zlib/1.2.11 nghttp2/1.24.1 Platform: Mac OS X (Darwin 18.7.0 x86_64), 64 bit, Little endian, wxMac Build Info:

Re: [Kicad-developers] Illegal instruction 4 when running eeschema after executing kicad-mac-builder

2020-01-13 Thread Heath Raftery
Thanks for the welcome. I see the error when I launch eeschema from within a running kicad instance. I get a different error when launching eeschema directly, but I’m not sure whether it’s a clue or a red herring. Using lldb or not, launching eeschema directly from the command line I get a

[Kicad-developers] Illegal instruction 4 when running eeschema after executing kicad-mac-builder

2020-01-13 Thread Heath Raftery
Long time KiCad user, long time developer, first time KiCad developer. I’m keen to give back so much that we have received from the KiCad community, so am taking my first steps towards contributing. Setting up a dev environment on Mac OS X 10.14.6 hasn't gone wonderfully, but complications were