← Back to team overview

kicad-developers team mailing list archive

Re: Build errors on Windows 10

 

Le 26/06/2019 à 14:43, Nick Østergaard a écrit :
> You probably started the msys2 environment shell. You need to start
> the mingw shell environment.

Or run cmake with option -G "MSYS Makefiles"
cmake -G "MSYS Makefiles" ...

> 
> On Wed, 26 Jun 2019 at 14:37, Pradeepa Senanayake
> <pradeepa.kck@xxxxxxxxx> wrote:
>>
>> Hello All,
>>
>> I tried to build the KiCad source in Windows 10 MSYS2 environment using the steps available in the http://docs.kicad-pcb.org/doxygen/md_Documentation_development_compiling.html location.
>>
>> However, the build fails with the following error.
>>
>> CMake Error: Could not create named generator MSYS Makefiles

-- 
Jean-Pierre CHARRAS


References