KiCad / kicad-winbuilder

Windows builder for the KiCad project based on the MSYS2 MinGW system [moved to https://gitlab.com/kicad]
51 stars 24 forks source link

Building from scratch fails due to the changed wtee path #42

Closed milzec closed 8 years ago

milzec commented 8 years ago

ISSUE: When building from scratch, building fails due to the missing wtee.exe (it is not downloaded).

DESCRIPTION: The file wtee.exe is not downloaded. Inspecting the file KiCad-Winbuilder.cmake shows in the line 233 that the file source is https://wintee.googlecode.com/files/wtee.exe . But the correct one is https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wintee/wtee.exe.

SOLUTION: Replacing the old link with the new one resolved the issue.