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: w

[Kicad-developers] Launchpad bug tracker

2020-01-14 Thread Todor Todorov
Hello all, I have been trying to access the bug tracker for KiCad under https://launchpad.net/kicad for the last couple of days. But any time I follow the "Bugs" link, I get the message *KiCad must be configured in order for Launchpad to forward bugs to the project's developers.* There is no op

Re: [Kicad-developers] Launchpad bug tracker

2020-01-14 Thread Dino Ghilardi
Hello Todor, You should find issues for kicad on gitlab on: https://gitlab.com/kicad/code/kicad/issues Best regards, Dino. On 14/01/20 09:39, Todor Todorov wrote: Hello all, I have been trying to access the bug tracker for KiCad under https://launchpad.net/kicad for the last couple

[Kicad-developers] [kicad-users] compilation from master error

2020-01-14 Thread Marco Ciampa
If I try to compile KiCad from gi master it gives me always this error: Building CXX object common/CMakeFiles/pcbcommon.dir/__/pcbnew/pad_custom_shape_functions.cpp.o /home/marco/git/gitlab/kicad/branch-master/code/kicad/pcbnew/netlist_reader/kicad_netlist_reader.cpp: In member function ‘void KI

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 -DNGSPICE_INCLUDE_DIR=/Users/lijon/Coding/kicad-mac-builder/build

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] [kicad-users] compilation from master error

2020-01-14 Thread Ian McInerney
Marco, Delete every file inside include/ that ends with "_lexer.h" (note, don't delete the dsnlexer.h file though). There was a change to the build a few months ago that moved these generated files somewhere else, and so right now your build is using the old ones instead of the new ones. -Ian On

Re: [Kicad-developers] [kicad-users] compilation from master error

2020-01-14 Thread Dino Ghilardi
Did you also try with "git clean -fx" to delete the old auto-generated and non-tracked files that can lie around from old versions? Cheers, Dino. On 14/01/20 21:19, Ian McInerney wrote: Marco, Delete every file inside include/ that ends with "_lexer.h" (note, don't delete the dsnlexer.h fi

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 ac