← Back to team overview

kicad-developers team mailing list archive

Re: winbuilder debug build link fail

 

Thanks - although I did stray from the winbuilder toolchain - I quickly
migrated back.  This error has existed since my initial builds before
changing toolchains.  The wxPython build dir is restored from winbuilder's
distribution.

Regards,
Jason



On Mon, Jul 14, 2014 at 9:52 AM, Dick Hollenbeck <dick@xxxxxxxxxxx> wrote:

> Jason,
>
> The other thing to keep in mind is that you cannot mix C++ compilers
> within the pcbnew
> process.   So if you are using wxPython, which was compiled with a
> particular C++
> toolchain, you have to keep using that same exact toolchain for the rest
> of KiCad.
>
> The same limitation does not pertain to C compilers.  So python a-mingw-us
> can be compiled
> with a different C compiler than other portions of the process.
>
>
> In summary, if you are going to use the pre-built wxPython from Brian, you
> have to use his
> C++ compiler also.
>
> Dick
>
> _______________________________________________
> 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
>

References