kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #38925
Problems building current source under Msys2
Last night I cloned the master repository in order to participate in
bug-hunting.
When I invoked the suggested make commands I get the following error
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
I can successfully build 5.0 so it is odd to me I cannot build the current
version. In other words, if a previous version of KiCad could be built using
GLM 0.9.9.3, why not the current version? The build instructions tell me to
install GLM which installs 0.9.9.3.
I figured out how to downgrade GLM and am now making KiCad but I thought I'd
mention it.
Is this a problem with the make files or the build instructions?
Follow ups