kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #45336
Re: missing? #include <textctrl.h>
-
To:
KiCad Developers <kicad-developers@xxxxxxxxxxxxxxxxxxx>
-
From:
jos@xxxxxxxxxxx
-
Date:
Thu, 9 Sep 2021 13:04:54 +1200
-
In-reply-to:
<CACp=VfYOZGUe0Z4z5bPYQrTNgWhWtBsyS3RQUW28w7gFqssqPw@mail.gmail.com>
-
Organization:
vfed technologies
-
User-agent:
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0
cloned it from here wxWidgets <https://github.com/wxWidgets/wxWidgets> and
applied installation instructions from here wxGTK
<https://github.com/wxWidgets/wxWidgets/blob/master/docs/gtk/install.md>
compile, install and use went flawless. Two thumbs up!
Cheers
Johannes
On 9/09/21 11:39 am, Ian McInerney wrote:
> 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
> <https://github.com/wxWidgets/wxWidgets/pull/2436>.
>
> -Ian
>
> On Thu, Sep 9, 2021 at 12:35 AM <jos@xxxxxxxxxxx
> <mailto:jos@xxxxxxxxxxx>> wrote:
>
> 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 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, jos@xxxxxxxxxxx <mailto:jos@xxxxxxxxxxx> wrote:
> >> 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 <textctrl.h>
> >>
> >> .../kicad/common/dialogs/dialog_migrate_settings_base.h
> >> .../kicad/eeschema/dialogs/dialog_schematic_find_base.h
> >> .../kicad/gerbview/toolbars_gerber.cpp
> >> .../kicad/pcbnew/dialogs/dialog_find_base.cpp
> >>
> >> Without the '#includes', no go! Any clues?
> >>
> >> Cheers
> >>
> >> Johannes
> >>
> >> -----------------------------------------------------------
> >>
> >> Application: KiCad
> >>
> >> Version: (5.99.0-12259-g7b4b7fe1ca), release build
> >>
> >> Libraries:
> >> wxWidgets 3.1.6
> >> libcurl/7.68.0 GnuTLS/3.6.13 zlib/1.2.11 brotli/1.0.7
> libidn2/2.2.0
> >> libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib
> nghttp2/1.40.0
> >> librtmp/2.3
> >>
> >> Platform: Linux 5.4.0-77-generic x86_64, 64 bit, Little endian,
> wxGTK,
> >> xubuntu, x11
> >>
> >> Build Info:
> >> Date: Sep 8 2021 11:04:42
> >> wxWidgets: 3.1.6 (wchar_t,wx containers) GTK+ 3.24
> >> Boost: 1.71.0
> >> OCC: 7.5.2
> >> Curl: 7.68.0
> >> ngspice: 31
> >> Compiler: GCC 10.3.0 with C++ ABI 1014
> >>
> >> Build settings:
> >> KICAD_USE_OCC=ON
> >> KICAD_USE_EGL=ON
> >> KICAD_SPICE=ON
> >>
> >>
> >>
> >> _______________________________________________
> >> Mailing list: https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>
> >> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> <mailto:kicad-developers@xxxxxxxxxxxxxxxxxxx>
> >> Unsubscribe : https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>
> >> More help : https://help.launchpad.net/ListHelp
> <https://help.launchpad.net/ListHelp>
> >>
> >
> >
> > _______________________________________________
> > Mailing list: https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>
> > Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> <mailto:kicad-developers@xxxxxxxxxxxxxxxxxxx>
> > Unsubscribe : https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>
> > More help : https://help.launchpad.net/ListHelp
> <https://help.launchpad.net/ListHelp>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> <mailto:kicad-developers@xxxxxxxxxxxxxxxxxxx>
> Unsubscribe : https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>
> More help : https://help.launchpad.net/ListHelp
> <https://help.launchpad.net/ListHelp>
>
References