Re: [Kicad-developers] New stable version.

2016-06-07 Thread Adam Wolf
I really do appreciate user feedback but Apple's got me pulling my own hair out this last month :) On Tue, Jun 7, 2016, 2:56 PM Jean-Paul Louis wrote: > Thanks Adam and Simon, > > I was just spoiled with the nightly builds, and I should stop whining. > > Thanks for all the great work. > > I’ll c

Re: [Kicad-developers] New stable version.

2016-06-07 Thread Jean-Paul Louis
Thanks Adam and Simon, I was just spoiled with the nightly builds, and I should stop whining. Thanks for all the great work. I’ll check the testing folder and report if I find an issue Jean-Paul N1JPL > On Jun 7, 2016, at 1:55 PM, Simon Wells wrote: > > there is a single one from june 2nd i

Re: [Kicad-developers] New stable version.

2016-06-07 Thread Simon Wells
there is a single one from june 2nd in the testing folder due to c++11 issues, They should resume past that soon though, just solving issues with stable builds On Wed, Jun 8, 2016 at 5:50 AM, Jean-Paul Louis wrote: > Hi Adam, > > Yesterday, I wanted to update my OS X Kicad with the lated nightly,

Re: [Kicad-developers] New stable version.

2016-06-07 Thread Adam Wolf
Jean-Paul, There were issues when we switched to C++11. I had to change things on the nightly server in order to make this work. Those changes broke the stable build. I have "rechanged" things back so I can debug the stable build. There is at least one new nightly in the testing/ folder. Once

Re: [Kicad-developers] New stable version.

2016-06-07 Thread Jean-Paul Louis
Hi Adam, Yesterday, I wanted to update my OS X Kicad with the lated nightly, and I could not find anything more recent than May 6th. What happened to the nightlies? Just curious, Jean-Paul N1JPL > On Jun 7, 2016, at 1:02 PM, Adam Wolf wrote: > > There's still at least a minor problem--the

Re: [Kicad-developers] New stable version.

2016-06-07 Thread Adam Wolf
There's still at least a minor problem--the extras DMG has an invalid checksum. We're close! On Tue, Jun 7, 2016 at 10:57 AM, Simon Wells wrote: > do we want stable compatible with newer versions of cmake or is it not > worth it? > > Also Adam are you able to test those python patches i sent th

Re: [Kicad-developers] New stable version.

2016-06-07 Thread Simon Wells
do we want stable compatible with newer versions of cmake or is it not worth it? Also Adam are you able to test those python patches i sent through as i would love to get the wxpython fix if not the python bundler in 4.0.3 thanks Simon On Wed, Jun 8, 2016 at 2:53 AM, Adam Wolf wrote: > Hi folk

Re: [Kicad-developers] New stable version.

2016-06-07 Thread Adam Wolf
Hi folks, I have finally gotten this to build. There is a test build using the 4.0.2 artifacts and labeled 4.0.3-rc1, here: http://downloads.kicad-pcb.org/osx/stable/kicad-4.0.3-rc1.dmg I updated from CMake 3.1.2 in order to build the C++11 stuff with the nightlies. I upgraded to CMake 3.5.2.

Re: [Kicad-developers] New stable version.

2016-06-02 Thread Simon Wells
Sorry this was meant to be sent to the list not just to Adam Simon Asked: which bug was it that required upgrading? is it one that may need to up the minimum cmake version required in CMakeLists.txt? - Adam Responded: I think so, especially on OS X. https://cmake.org/Bug/view.php?id=15355 On F

Re: [Kicad-developers] New stable version.

2016-06-02 Thread Wayne Stambaugh
Thanks for the update. Let me know if the stable branch will not build on OSX. It builds fine on 32 and 64 bit windows builds. I still have to build it on linux to make sure there are not issues. On 6/2/2016 1:29 PM, Adam Wolf wrote: > This is being hairy. > > I had to upgrade cmake on the sys

Re: [Kicad-developers] New stable version.

2016-06-02 Thread Adam Wolf
This is being hairy. I had to upgrade cmake on the system in order to get the nightly builds to continue working, due to a known bug in CMake, and now I'm having issues getting stable to build. We're working through the issues, but it might be a bit longer. Adam Wolf On Fri, May 27, 2016 at 6:2

Re: [Kicad-developers] New stable version.

2016-05-27 Thread Wayne Stambaugh
Thanks Adam. On 5/27/2016 7:16 PM, Adam Wolf wrote: > I will try running a build this weekend. > > On Fri, May 27, 2016 at 3:59 PM, Wayne Stambaugh > wrote: > > I would like to push a 4.0.3 stable release in the couple of weeks. > Would one of our OSX devs p

Re: [Kicad-developers] New stable version.

2016-05-27 Thread Adam Wolf
I will try running a build this weekend. On Fri, May 27, 2016 at 3:59 PM, Wayne Stambaugh wrote: > I would like to push a 4.0.3 stable release in the couple of weeks. > Would one of our OSX devs please make sure the latest version (r6281) of > the stable 4 branch compiles and runs OK on OSX? On

[Kicad-developers] New stable version.

2016-05-27 Thread Wayne Stambaugh
I would like to push a 4.0.3 stable release in the couple of weeks. Would one of our OSX devs please make sure the latest version (r6281) of the stable 4 branch compiles and runs OK on OSX? Once I have some feedback, I'll create a source archive and make the announcement. Thanks, Wayne