Re: [Kicad-developers] Mac packaging update

2018-04-28 Thread Shivpratap Chauhan
So there is another issue I am facing with new mac packaging. If I removed everything related to kicad and also do clean up as follows: rm -rf ~/Library/Saved Application State/org.kicad-pcb.kicad.savedState rm -rf ~/Library/Preferences/kicad rm -rf ~/Library/Caches/kicad rm -rf ~/Library/Prefer

Re: [Kicad-developers] Mac packaging update

2018-04-27 Thread Adam Wolf
Thanks! It's definitely a group effort! I'm optimistic we'l have a good package for testing very soon now, and I've got a good roadmap to get us to codesigning and a reduction in complexity before V6 is finished. Adam On Fri, Apr 27, 2018 at 11:50 AM, Martijn Kuipers wrote: > Thanks Adam and ot

Re: [Kicad-developers] Mac packaging update

2018-04-27 Thread Martijn Kuipers
Thanks Adam and others for trying so hard to make kicad play nice on OSX. Happy hacking, Martijn On Fri, 27 Apr 2018, 16:46 Adam Wolf, wrote: > Identified the issue. The applications, when launched from KiCad.app, > use the embedded Python, but when launched standalone, use the system > Python

Re: [Kicad-developers] Mac packaging update

2018-04-27 Thread Adam Wolf
Identified the issue. The applications, when launched from KiCad.app, use the embedded Python, but when launched standalone, use the system Python. I'll fix it. On Fri, Apr 27, 2018 at 7:24 AM, Adam Wolf wrote: > You definitely cannot launch it from > build/kicad/src/kicad-build/kicad/kicad.app

Re: [Kicad-developers] Mac packaging update

2018-04-27 Thread Adam Wolf
You definitely cannot launch it from build/kicad/src/kicad-build/kicad/kicad.app. There are a few things that have to happen to those files to make them work. I'll take a look at the second problem, but it won't be until tomorrow at the earliest. Thanks for helping test. Adam On Thu, Apr 26, 2

Re: [Kicad-developers] Mac packaging update

2018-04-26 Thread Shivpratap Chauhan
Oh I got it. It crashes if I launch it from build/kicad/src/kicad-build/ kicad/kicad.app It does not crash if launch from build/kicad-dest/kicad.app I have been facing another issue from long time, pcbnew.app failed to initialize python scripting. kicad's error dialog pop up says: 09:08:34: **

Re: [Kicad-developers] Mac packaging update

2018-04-26 Thread Adam Wolf
Does pcbnew launch from KiCad.app? I don't get this on my builds, and I haven't seen it on the ones from the KiCad build machine either. Please try http://downloads.kicad-pcb.org/osx/testing/kicad-nightly-20180426-040756-3f5f591.dmg on your machine. Adam On Thu, Apr 26, 2018 at 10:00 PM, Shivpr

Re: [Kicad-developers] Mac packaging update

2018-04-26 Thread Shivpratap Chauhan
Hi Adam, I built kicad on Mac OSX by using https://github.com/wayneandlayne/kicad-mac-builder, build was success but pcbnew is crashing on every launch with following stack trace at crash: (lldb) bt * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x118)

Re: [Kicad-developers] Mac packaging update

2018-04-26 Thread Adam Wolf
I fixed the build breaker yesterday, so the ones marked April 26 (http://downloads.kicad-pcb.org/osx/testing/) show the new embedded Python. (I pulled the KiCad patch into the packaging source tree for testing.) Adam Wolf On Mon, Apr 23, 2018 at 1:24 PM, Nick Østergaard wrote: > It is built nig

Re: [Kicad-developers] Mac packaging update

2018-04-23 Thread Nick Østergaard
It is built nightly as mentioned in earlier threads at http://downloads.kicad-pcb.org/osx/testing/. It builds nightly, but it seems the latest change broke the build for me. :/ So users are already able to test it. I have not applied the BU patch. 2018-04-23 20:23 GMT+02:00 Adam Wolf : > Soon.

Re: [Kicad-developers] Mac packaging update

2018-04-23 Thread Adam Wolf
Soon. Today? I'll see if I can set up the scripts to apply the attached patch. I rebuilt from a clean setup using all the old infrastructure, and I do not see any new issues, and the output DMGs appear to be the same. Let me know if there are any objections to this change. Adam On Mon, Apr 23,

Re: [Kicad-developers] Mac packaging update

2018-04-23 Thread Wayne Stambaugh
Hi Adam, When do you think you will be able to begin providing nightly builds with this so users can test it? It would be nice to have a few weeks of testing with Python bundled on macos to shake out any bugs before the stable release. Thanks, Wayne On 4/23/2018 10:46 AM, Adam Wolf wrote: > Hi

[Kicad-developers] Mac packaging update

2018-04-23 Thread Adam Wolf
Hi folks! Over the weekend, I made a culminating breakthrough on some Python work I've been working on since at least March 2017 (https://cmake.org/pipermail/cmake/2017-March/065140.html). I now have a Python Framework embedded inside KiCad, scripting console and all, which fixes many issues we'v