kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #38929
Re: [KiCad-developers] [KiCad-developers] Hoping to contribute but I have some questions
Ah. Thanks. In the interim I seemed to have fixed the problem.
Perhaps it might be useful to modify the make instructions.
I downloaded 9.9.2 from
http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-glm-0.9.9.2-1-any.pkg.ta
r.xz and ran
pacman -U mingw-w64-x86_64-glm-0.9.9.2-1-any.pkg.tar.xz
regards
Brian
-----Original Message-----
From: Seth Hillbrand <seth@xxxxxxxxxxxxx>
Sent: January 9, 2019 9:22 AM
To: Brian Piccioni <brian@xxxxxxxxxxxxxxxxxxxxx>
Subject: Re: [KiCad-developers] [KiCad-developers] Hoping to contribute but
I have some questions
Am 2019-01-09 09:11, schrieb Brian Piccioni:
> Great, thanks. That's what confused me though. I still have a problem
> with the library version but I think that might be an Msys2 build
> script
> issue: I
> can build the released version of KiCad 5, but not this version. I'll
> ask the community.
If you have GLM version 0.9.9.3, it had not been released in version 5.0.x,
so we didn't have a test for it. It changed a couple defines that broke
KiCad in subtle ways, so we tested and excluded it as a dependency in the
master build.
Follow ups