kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #38679
Re: MSYS2: downgrade to GLM version 0.9.9.2
-
To:
kicad-developers@xxxxxxxxxxxxxxxxxxx
-
From:
Wayne Stambaugh <stambaughw@xxxxxxxxx>
-
Date:
Mon, 17 Dec 2018 15:40:31 -0500
-
In-reply-to:
<11653438.25436.1545078947012.JavaMail.defaultUser@defaultHost>
-
User-agent:
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3
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