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, 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
> .
>
> -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 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, j...@vfedtec.com  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 
> >>
> >> .../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@lists.launchpad.net
> 
> >> Unsubscribe : https://launchpad.net/~kicad-developers
> 
> >> More help   : https://help.launchpad.net/ListHelp
> 
> >>
> >
> >
> > ___
> > Mailing list: https://launchpad.net/~kicad-developers
> 
> > Post to : kicad-developers@lists.launchpad.net
> 
> > Unsubscribe : https://launchpad.net/~kicad-developers
> 
> > More help   : https://help.launchpad.net/ListHelp
> 
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> 
> Post to     : kicad-developers@lists.launchpad.net
> 
> Unsubscribe : https://launchpad.net/~kicad-developers
> 
> More help   : https://help.launchpad.net/ListHelp
> 
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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 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, j...@vfedtec.com 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 
> >>
> >> .../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@lists.launchpad.net
> >> Unsubscribe : https://launchpad.net/~kicad-developers
> >> More help   : https://help.launchpad.net/ListHelp
> >>
> >
> >
> > ___
> > Mailing list: https://launchpad.net/~kicad-developers
> > Post to : kicad-developers@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~kicad-developers
> > More help   : https://help.launchpad.net/ListHelp
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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 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, j...@vfedtec.com 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 
>>
>> .../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@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>>
>
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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, j...@vfedtec.com 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 

.../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@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp




___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp