← Back to team overview

kicad-developers team mailing list archive

Re: winbuilder debug build link fail

 

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


Follow ups

References