Re: [Kicad-developers] 5.1 preview

2018-07-15 Thread Jeff Young
I have pushed changes that should fix Eeli’s and JP’s compile issues, and might fix the Paged Dialog issue that some are seeing. Note that the branch was also renamed from “6.0” to “5.1”. If anyone has a chance to re-spin and test, that would be great. Cheers, Jeff. > On 15 Jul 2018, at

Re: [Kicad-developers] 5.1 preview

2018-07-15 Thread Eeli Kaikkonen
This was a false positive - I had the "master" branch checked out instead of 6.0. However, I now fetched 5.1 and tried modifying it. All I had to do was adding two includes in one file: #include #include into eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp. Then it could be compiled.

Re: [Kicad-developers] 5.1 preview

2018-07-14 Thread Jeff Young
Hi JP, Those are the 2.8 calls, which had backward-compatibility covers up until at least 3.0.4 (which is what I’m using, although I think the recommended KiCad version is 3.0.2). But they are marked deprecated so I’ll make the fixes. Cheers, Jeff. > On 14 Jul 2018, at 12:35, jp charras

Re: [Kicad-developers] 5.1 preview

2018-07-14 Thread jp charras
Le 13/07/2018 à 06:19, Jeff Young a écrit : > Thanks to some great help from Nick, I believe my 6.0 (aka 5.1) tree should > compile cleanly on other > platforms if any of you want to try it out. > > https://git.launchpad.net/~jeyjey/kicad/?h=6.0 >

Re: [Kicad-developers] 5.1 preview

2018-07-13 Thread kristoffer ödmark
On Fri, 2018-07-13 at 11:33 -0600, Jeff Young wrote: > Hi Kristoffer, > > What platform are you on? Ill just paste my entire build info :) Application: kicad Version: (5.0.0-rc3-dev-82-g0bf877f83), release build Libraries: wxWidgets 3.0.4 libcurl/7.60.0 OpenSSL/1.1.0h zlib/1.2.11

Re: [Kicad-developers] 5.1 preview

2018-07-13 Thread Eeli Kaikkonen
After many experiments I deleted and re-did everything, both source and build directory, and reconfigured. Now it is ready and installed and can be run. Eeli Kaikkonen ___ Mailing list: https://launchpad.net/~kicad-developers Post to :

Re: [Kicad-developers] 5.1 preview

2018-07-13 Thread Adam Wolf
I'll work on a macOS nightly build of 5.1. On Fri, Jul 13, 2018 at 2:09 PM Wayne Stambaugh wrote: > > I just cloned it and build on Debian testing (sans wxPython support) and > it works for me. I even took it for a quick test drive and for the most > part it looks pretty darn good. I didn't do

Re: [Kicad-developers] 5.1 preview

2018-07-13 Thread Wayne Stambaugh
I just cloned it and build on Debian testing (sans wxPython support) and it works for me. I even took it for a quick test drive and for the most part it looks pretty darn good. I didn't do any comprehensive testing to make sure your removal of the global units variable (yeah!!!) didn't break

Re: [Kicad-developers] 5.1 preview

2018-07-13 Thread Jeff Young
Did you get it compiling, Eeli? (I’m afraid I can’t help mush as all I have access to is OSX.) Cheers, Jeff. > On 13 Jul 2018, at 04:39, Nick Østergaard wrote: > > Hi Eeli, > > The new commits do seem to build for me: > > SUCCESS * fcf38cb2d4 Rewrite Move And Swap Layers dialog. >

Re: [Kicad-developers] 5.1 preview

2018-07-13 Thread Jeff Young
There’s a handfull of new features, but the main change is a re-write of most all of the dialogs (it all started as an internal clean up to get rid of the userUnits global variable which causes some issues between apps). This is copied from Jenkins, so all the (detail) links don’t go anywhere,

Re: [Kicad-developers] 5.1 preview

2018-07-13 Thread Jeff Young
Hi Kristoffer, > On 13 Jul 2018, at 11:18, kristoffer ödmark > wrote: > > Hey! Nice job! > > I am not really sure what is the difference everywhere but i will give > my opinion on what i noticed :) > > > Good: > - Finally i can read the status text on the bottom thank you! > - The BOM

Re: [Kicad-developers] 5.1 preview

2018-07-13 Thread kristoffer ödmark
Hey! Nice job! I am not really sure what is the difference everywhere but i will give my opinion on what i noticed :) Good: - Finally i can read the status text on the bottom thank you! - The BOM plugin menu is much nicer - Text and graphics view in pcbnew, very nice Bad: - Crashes

Re: [Kicad-developers] 5.1 preview

2018-07-13 Thread Nick Østergaard
Hi Eeli, The new commits do seem to build for me: SUCCESS * fcf38cb2d4 Rewrite Move And Swap Layers dialog. SUCCESS * d7e294194e Move search status messages to Find/Replace dialog. SUCCESS * 8f8c19200d Simplify copy/paste of pad settings. SUCCESS * 5acd129668 Add position to

Re: [Kicad-developers] 5.1 preview

2018-07-13 Thread Nick Østergaard
I guess some patches were just pushed which were not verified to build. In the mean time you can checkout any of these commits if you want to test (take the bottom one). https://jenkins.simonrichter.eu:8443/job/windows-kicad-msys2-evaluate/54/artifact/build-report.txt Den fre. 13. jul. 2018 kl.

Re: [Kicad-developers] 5.1 preview

2018-07-13 Thread firewalker
What changes are there? On Fri, Jul 13, 2018 at 7:19 AM, Jeff Young wrote: > Thanks to some great help from Nick, I believe my 6.0 (aka 5.1) tree > should compile cleanly on other platforms if any of you want to try it out. > > https://git.launchpad.net/~jeyjey/kicad/?h=6.0 > > Cheers, > Jeff.

[Kicad-developers] 5.1 preview

2018-07-12 Thread Jeff Young
Thanks to some great help from Nick, I believe my 6.0 (aka 5.1) tree should compile cleanly on other platforms if any of you want to try it out. https://git.launchpad.net/~jeyjey/kicad/?h=6.0 Cheers,