kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #45334
Re: missing? #include <textctrl.h>
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 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
>> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help : https://help.launchpad.net/ListHelp
>>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
Follow ups
References