← Back to team overview

kicad-developers team mailing list archive

Re: MSYS2: downgrade to GLM version 0.9.9.2

 

You have to download a copy the previous version of glm from one of the
mirrors.  You can find a list of mirrors in your
/etc/pacman.d/mirrorlist.ming64 file.  You should also add

IgnorePkg   = mingw-w64-i686-glm mingw-w64-x86_64-glm

to your /etc/pacman.conf file to prevent glm from being upgraded in the
future.

On 12/17/2018 3:35 PM, cedric.dewijs@xxxxxxxxxx wrote:
> Hi All,
> I'm trying to compile KiCAD in Windows7 using Msys2 64 bits. I get the
> following error:
> -- Found GLM: C:/msys64/mingw64/include (found suitable version
> "0.9.9.3", minimum required is "0.9.5.1")
> CMake Error at CMakeLists.txt:591 (MESSAGE):
> GLM version 0.9.9.3 is incompatible with KiCad.
> Please downgrade to GLM version 0.9.9.2 or older
> 
> How can I do this? I don't have an old version in the cache:
> $ pacman -U /var/cache/pacman/pkg/^C
> 
> Cheers,
> Cedric
> 
> _______________________________________________
> 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
> 


Follow ups

References