← Back to team overview

kicad-developers team mailing list archive

Re: Python scripting cmake build macros.

 

On 25 January 2013 14:13, Brian Sidebotham <brian.sidebotham@xxxxxxxxx>wrote:

> More noise! This TDM version of GCC apparently has a solution for the CRT
> problem when building python extensions with standard Windows python
> installs:
>
> http://www.develer.com/oss/GccWinBinaries
>
> There may be licencing issues to think about, but as python links against
> these CRT's I don't think we should have any problems. I can have a look at
> this solution later on tonight after work.
>
> Best Regards, Brian.
>
>
>
This method changes the GCC specs file for MinGW to link MinGW executables
against any version of mscvrt you choose. As is also documented here:
http://www.mingw.org/wiki/SpecsFileHOWTO

Apparently!

Best Regards, Brian.

References