[Kicad-developers] wxwidgets fork progress

2018-01-28 Thread Adam Wolf
I was able to get the wxwidgets stuff switched over but there's a bug in the big tracker saying it didn't work. I will continue to look into it as I can. I should be over this illness by the end of this week, it looks like. I can revert the packaging change so the next builds will work again.

Re: [Kicad-developers] wxwidgets fork progress

2018-01-28 Thread Bernhard Stegmaier
Sure. I’ll have a look tomorrow and try to build wxWidgets/wxPython the same way the script does. > On 28. Jan 2018, at 23:44, Nick Østergaard wrote: > > You don't need to revert it. I can just choose the latest workin hash in the > jenkins job. I would rather we fix it

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread Carsten Schoenert
Hello Babar, Am 29.01.2018 um 05:12 schrieb Babar Malik: > I have tried a lot to install wxPython 3.0 but none of the solution is > working. Can you please suggest any solution? but you have not installed the package Maciej has suggested? If you ask for help please give us all information what

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread Marco Ciampa
On Fri, Jan 26, 2018 at 03:18:32PM +0100, Maciej Sumiński wrote: > Hi Babar, > > You need to install wxPython development files, package > python-wxgtk3.0-dev or similar. > I confirm: exactly that package on an Ubuntu 16.04... Regards, -- Marco Ciampa I know a joke about UDP, but you

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread Babar Malik
Hi dear, Where can I add this script, on command line which is terminal in case of Ubutnu? Or i need to add this script in any file? Regards, Babar Malik. Best Regards, Muhammad Babar Malik Namal College Mianwali An Associate College of University of Bradford On 26 January 2018 at 19:03, Jeff

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread Babar Malik
I turned off python then the kicad was built sucessfully. But when i used "make" command after building it, it shown following error message. "*[ 0%] creating 'boost scratch repo' specifically for boost to track boost patches* */bin/sh: 1: bzr: not found* *make[2]: ***

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread Babar Malik
I have tried a lot to install wxPython 3.0 but none of the solution is working. Can you please suggest any solution? Regards, Babar Malik. Best Regards, Muhammad Babar Malik Namal College Mianwali An Associate College of University of Bradford On 26 January 2018 at 19:18, Maciej Sumiński

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread Marco Ciampa
On Mon, Jan 29, 2018 at 09:16:30AM +0500, Babar Malik wrote: > Hi dear, > Where can I add this script, on command line which is terminal in case of > Ubutnu? Or i need to add this script in any file? Try running: cmake-gui it should be easier to set. PS: probably this is not the right place

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread jp charras
Le 29/01/2018 à 08:08, Babar Malik a écrit : > Thank you so much Carsten, > I have installed all the other packages but the only problem is with > "python-wxgtk3.0-dev" when i > try to install this the terminal shows me the following error message > "*E: Unable to locate package

Re: [Kicad-developers] [PATCH] Rework GERBVIEW_FRAME::ReCreateAuxiliaryToolbar to fix layout issues

2018-01-28 Thread jp charras
Le 29/01/2018 à 02:33, Jon Evans a écrit : > Fix for the minor part of https://bugs.launchpad.net/kicad/+bug/1745203 > > The X2 attribute highlight dropdowns weren't getting re-created properly and > so there were layout > glitches when loading files that have them.  wxAuiToolBar is kind of >

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread Babar Malik
HI, its sill the same error which can be seen below "*E: Unable to locate package python-wxgtk3.0-dev* *E: Couldn't find any package by regex 'python-wxgtk3.0-dev'"* *Regards,* *Babar Malik.* Best Regards, Muhammad Babar Malik Namal College Mianwali An Associate College of University of Bradford

Re: [Kicad-developers] wxwidgets fork progress

2018-01-28 Thread Bernhard Stegmaier
Which bug? Bernhard > On 28. Jan 2018, at 23:14, Adam Wolf wrote: > > I was able to get the wxwidgets stuff switched over but there's a bug in the > big tracker saying it didn't work. I will continue to look into it as I can. > I should be over this illness

Re: [Kicad-developers] wxwidgets fork progress

2018-01-28 Thread Nick Østergaard
I assume this is the bug you are talking about: https://bugs.launchpad.net/kicad/+bug/1745868 2018-01-28 23:14 GMT+01:00 Adam Wolf : > I was able to get the wxwidgets stuff switched over but there's a bug in > the big tracker saying it didn't work. I will continue

Re: [Kicad-developers] wxwidgets fork progress

2018-01-28 Thread Adam Wolf
Yeah. The previous build script downloaded a wxpython tarball, which included wxwidgets. All my update did was move the wxpython subdirectory into a git checkout of the wxwidgets tree, and build that way. One quick thing would be to just do a diff between the wxwidgets included with wxpython

[Kicad-developers] Build failed in Jenkins: kicad-qa #3432

2018-01-28 Thread Miguel Angel Ajo
See Changes: [jean-pierre charras] Rename a few files -- Started by an SCM change Building remotely on debian8 (clang gcc linux) in workspace

Re: [Kicad-developers] wxwidgets fork progress

2018-01-28 Thread Adam Wolf
I think I see it now. I can probably fix this tonight. Thanks! Adam On Jan 28, 2018 5:30 PM, "Bernhard Stegmaier" wrote: > Quick look into the build… seems to pull in wrong wxWidgets libs. > The build in question includes some 3.0.0 wxWidgets libraries which I >

[Kicad-developers] Jenkins build is back to normal : kicad-qa #3431

2018-01-28 Thread Miguel Angel Ajo
See ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help

[Kicad-developers] Jenkins build is back to normal : kicad-qa #3433

2018-01-28 Thread Miguel Angel Ajo
See ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help

Re: [Kicad-developers] wxwidgets fork progress

2018-01-28 Thread Bernhard Stegmaier
That seems to be the same error as when the former so-name patch was not applied and original wxWidgets build stuff rewrites library names. The bundle is corrupt then, because the bundling code fails to create symlinks and copies libs instead multiple times. If you can send me where to find the

Re: [Kicad-developers] wxwidgets fork progress

2018-01-28 Thread Nick Østergaard
You don't need to revert it. I can just choose the latest workin hash in the jenkins job. I would rather we fix it somehow. :) @Bernhard, the build scripts in question are https://github.com/wayneandlayne/KiCadMacOSPackaging Maybe you can have a got at it? 2018-01-28 23:41 GMT+01:00 Nick

Re: [Kicad-developers] The big rename?

2018-01-28 Thread jp charras
Le 28/01/2018 à 02:44, Wayne Stambaugh a écrit : > On 01/27/2018 02:11 PM, jp charras wrote: >> Le 27/01/2018 à 20:00, Chris Pavlina a écrit : >>> Nah, go on without me. Sorry. >>> >>> On Sat, Jan 27, 2018 at 02:07:48PM +, Wayne Stambaugh wrote: If we are, it has to happen soon.  Once I

Re: [Kicad-developers] The big rename?

2018-01-28 Thread Jeff Young
As to the outstanding patches, I think they’re all mine. The code-review fixes for the update footprints one [1] are the most likely to have merge issues. The OSX cursor-shape one [2] has already suffered a merge failure between two of my branches. But I think it’s been reviewed and the

Re: [Kicad-developers] The big rename?

2018-01-28 Thread jp charras
Le 28/01/2018 à 13:15, Jeff Young a écrit : > As to the outstanding patches, I think they’re all mine. > > The code-review fixes for the update footprints one [1] are the most likely > to have merge > issues. > > The OSX cursor-shape one [2] has already suffered a merge failure between two >

Re: [Kicad-developers] No scaled bitmaps in class_DisplayFootprintsFrame.cpp

2018-01-28 Thread Wayne Stambaugh
I'm sure this is an oversight. Chris, do you have any input on this? On 01/24/2018 06:11 AM, Jeff Young wrote: I just happened to notice that all the other toolbars use scaled bitmaps except this one. Intentional? ___ Mailing list:

Re: [Kicad-developers] Pin numbers and library modified

2018-01-28 Thread Wayne Stambaugh
I may have missed this when I wrote the legacy parser. The library status should definitely not be modified during a file read. On 01/25/2018 10:18 AM, Jeff Young wrote: While profiling library loading I noticed that SCH_LEGACY_PLUGIN_CACHE::loadPin() calls pin->SetName()and

[Kicad-developers] Build failed in Jenkins: kicad-qa #3430

2018-01-28 Thread Miguel Angel Ajo
See Changes: [jean-pierre charras] move plotter related files to subdir plotters [jean-pierre charras] rename files, mainly files for plotter control [jean-pierre charras] rename files: update filenames in sources