Re: [Kicad-developers] KiCad (macOS) wxWidgets fork

2018-01-20 Thread Jeff Young
Sorry; user error. (I had started a build before noticing I was on master. After switching to kicad/macos-wx-3.0 I re-ran “configure”, but forgot to do a “make clean”.) > On 20 Jan 2018, at 13:50, Bernhard Stegmaier wrote: > > Hi Jeff, > > that’s what I use: > >

Re: [Kicad-developers] KiCad (macOS) wxWidgets fork

2018-01-20 Thread Bernhard Stegmaier
Hi Jeff, that’s what I use: ../wxWidgets-KiCad/configure --prefix=/Volumes/OSXData/bstegmaier/KiCad/wx-3.0 --with-opengl --enable-aui --enable-utf8 --enable-html --enable-stl --with-libjpeg=builtin --with-libpng=builtin --with-regex=builtin --with-libtiff=builtin --with-zlib=builtin

Re: [Kicad-developers] KiCad (macOS) wxWidgets fork

2018-01-20 Thread Jeff Young
Hi Bernhard, Could you share the config command you used to set up wxWidgets? I used: ../configure \ --prefix=`pwd`/../wx-bin \ --with-opengl \ --enable-aui \ --enable-utf8 \ --enable-html \ --enable-stl \ --enable-debug \ --enable-debug-gdb \

Re: [Kicad-developers] KiCad (macOS) wxWidgets fork

2018-01-19 Thread Wayne Stambaugh
On 1/19/2018 11:49 AM, Bernhard Stegmaier wrote: > Hi, > >> On 15. Jan 2018, at 10:39, Carsten Schoenert > > wrote: >>> >>> We should make it obvious that it is a branch of wxwidgets for kicad >>> specifically patched for macos to avoid

Re: [Kicad-developers] KiCad (macOS) wxWidgets fork

2018-01-19 Thread Jeff Young
Awesome! This will be a big step forward. > On 19 Jan 2018, at 17:44, Adam Wolf wrote: > > Hi folks! > > Thanks for all the good progress on this. > > I'll get it updated on the current nightly scripts first, and then > I'll get it added to the "next gen"

Re: [Kicad-developers] KiCad (macOS) wxWidgets fork

2018-01-19 Thread Adam Wolf
Hi folks! Thanks for all the good progress on this. I'll get it updated on the current nightly scripts first, and then I'll get it added to the "next gen" CMake builder. Adam On Fri, Jan 19, 2018 at 10:49 AM, Bernhard Stegmaier wrote: > Hi, > > On 15. Jan 2018, at

Re: [Kicad-developers] KiCad (macOS) wxWidgets fork

2018-01-19 Thread Bernhard Stegmaier
Hi, > On 15. Jan 2018, at 10:39, Carsten Schoenert wrote: >> >> We should make it obvious that it is a branch of wxwidgets for kicad >> specifically patched for macos to avoid any confusion. > based on my experiences in other projects I suggest to use topic and >

Re: [Kicad-developers] KiCad (macOS) wxWidgets fork

2018-01-15 Thread Carsten Schoenert
Hi, Am 15.01.2018 um 00:56 schrieb Wayne Stambaugh: >> 1) Branch name >> wxWidgets has a lot of branches (I’ll see if we can delete what we don’t >> need). >> To be consistent to the usual development flow, I’d propose to add the >> patches new branches. >> I’d name them  >>   KiCad_ >> If we

Re: [Kicad-developers] KiCad (macOS) wxWidgets fork

2018-01-14 Thread Wayne Stambaugh
On 01/14/2018 03:42 PM, Bernhard Stegmaier wrote: > Hi all, > > after the discussion [1] some while ago (sorry, have been busy since > then) Nick created a fork of wxWidgets in KiCad GitHub. > Before I start to create an (at least initial) branch, I’d like to get > some agreements/opinions. > >

Re: [Kicad-developers] KiCad (macOS) wxWidgets fork

2018-01-14 Thread Jeff Young
Hi Bernhard, I’d be happy to help maintain it, but I’m not a Kicad committer so I don’t know if I can ask for write access. Cheers, Jeff. > On 14 Jan 2018, at 20:42, Bernhard Stegmaier wrote: > > Hi all, > > after the discussion [1] some while ago (sorry, have been

Re: [Kicad-developers] KiCad (macOS) wxWidgets fork

2018-01-14 Thread Adam Wolf
Hi folks, I'm in the hospital for a bit but if you check the GitHub repo that is used for the nightly builds it has the patches and which ones are applied on the builds. It is the same set for stable and nightly. Adam On Jan 14, 2018 2:43 PM, "Bernhard Stegmaier"

[Kicad-developers] KiCad (macOS) wxWidgets fork

2018-01-14 Thread Bernhard Stegmaier
Hi all, after the discussion [1] some while ago (sorry, have been busy since then) Nick created a fork of wxWidgets in KiCad GitHub. Before I start to create an (at least initial) branch, I’d like to get some agreements/opinions. 1) Branch name wxWidgets has a lot of branches (I’ll see if we