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

2020-01-14 Thread Adam Wolf
I have a branch that switches us to OCC. I believe OCE is not maintained anymore, and that may be the root of some of your issues. I am glad you are up and running! If you or Jonatan want to write up some instructions for using kicad-mac-builder to jumpstart a dev environment, I'd love to hit

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 Jonatan Liljedahl
I'm also on mac. I also started with the kicad-mac-builder, but now I simply build kicad directly since it's much faster. I still use the built libs etc from kicad-mac-builder, like so: mkdir -p build/master cd build/master cmake

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 Adam Wolf
Before I dig too deep into that, do you have any issues running a downloaded Eeschema? On Mon, Jan 13, 2020 at 2:44 PM Heath Raftery wrote: > > 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

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

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

2020-01-13 Thread Adam Wolf
Welcome! It will be great to get more Mac developers. Kicad-mac-builder should work with macports better than it does! It should also work better for developers who aren't doing packaging. This month I am fully busy with getting package signing and notarization into kicad-mac-builder, but I

[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