Re: [Kicad-developers] missing? #include

2021-09-08 Thread jos
cloned it from here wxWidgets and applied installation instructions from here wxGTK compile, install and use went flawless. Two thumbs up! Cheers Johannes On 9/09/21 11:39 am,

Re: [Kicad-developers] missing? #include

2021-09-08 Thread Ian McInerney
Is it on a recent clone of the wxWidgets master branch? I thought this was fixed upstream in July in https://github.com/wxWidgets/wxWidgets/pull/2436. -Ian On Thu, Sep 9, 2021 at 12:35 AM wrote: > Hi Wayne, > > just did a git clone on the wxWdigets master. > > There does not seem to be an

Re: [Kicad-developers] missing? #include

2021-09-08 Thread jos
Hi Wayne, just did a git clone on the wxWdigets master. There does not seem to be an explicit 3.1.6 tag though. 'master' apears to do the trick. Yes, 20.04 comes with wxWidgets 3.0.4 Cheers Johannes On 8/09/21 11:22 pm, Wayne Stambaugh wrote: > Hi Johannes, > > I'm curious where you got

Re: [Kicad-developers] missing? #include

2021-09-08 Thread Wayne Stambaugh
Hi Johannes, I'm curious where you got wxWidgets 3.1.6 from. The last tag I see in the wxWidgets repo is 3.1.5 and I'm pretty sure KiCad builds fine with wxWidgets 3.1.5. AFAIK, the version of wxWidgets packaged for Ubuntu 20.04 is 3.0.4. Cheers, Wayne On 9/8/21 12:55 AM,

[Kicad-developers] missing? #include

2021-09-07 Thread jos
Howdy, latest (today, yesterday) kicad 5.99 master source compile on 20.04 Successful compilation was possible only after the addition of below statement in below four files. #include .../kicad/common/dialogs/dialog_migrate_settings_base.h