kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #38687
Re: MSYS2: downgrade to GLM version 0.9.9.2
Hi Cedric,
Please post a patch to the mailing list. Create the patch using `git
format-patch`. Add [PATCH] to the beginning of the subject line.
Someone will review your patch and merger it if no changes are required
or request the appropriate changes required to get it merged.
I prefer in-line and bottom posting but generally I will following the
posting style used by the thread.
Thank you for your interest in contributing to KiCad.
Cheers,
Wayne
On 12/18/2018 1:24 AM, cedric.dewijs@xxxxxxxxxx wrote:
>
> Thanks, I've got it to compile. I've updated the compile instructions to include the instructions.
> Here's the patch:
> https://github.com/cdwijs/kicad-source-mirror/commit/019dec6edacd63237680b0662e720b8dab6f1664
> Here is the current state of my tree:
> https://github.com/cdwijs/kicad-source-mirror/tree/019dec6edacd63237680b0662e720b8dab6f1664
>
> PS, is this a top post or bottom post list?
>
> Cheers, and thanks for the help,
> Cedric
>
>> ----Origineel Bericht----
>> Van : stambaughw@xxxxxxxxx
>> Datum : 17/12/2018 21:40
>> Aan : kicad-developers@xxxxxxxxxxxxxxxxxxx
>> Onderwerp : Re: [Kicad-developers] 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
>>>
>>
>> _______________________________________________
>> 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