Comrades,
I am in the process of rebuilding my main desktop system, and trying to
get my KiCAD build environment back together. I've run into a very
early snag, in the form of CMake being unable to find the GLM package:
$ cmake -DCMAKE_BUILD_TYPE=Release ../..
-- KICAD_SCRIPTING is OFF: Disabling all python scripting support
-- KiCad install dir: </usr/local>
-- Check for installed GLEW -- found
CMake Error at
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:137
(message):
Could NOT find GLM (missing: GLM_VERSION) (Required is at least version
"0.9.5.1")
However, libglm-dev is installed, at version 0.9.9.3:
$ apt list libglm-dev
Listing... Done
libglm-dev/stable,now 0.9.9.3-2 all [installed]
I am knowingly not quite right at the bleeding edge of the KiCAD 6
source tree, as Wayne has mentioned he is pushing some of the changes
involving removing the support for saving legacy schematic symbols, and
my ODBC fork still depends on that; I'm not quite ready to take on
whatever challenges might be involved in updating my fork to use the
new s-expr symbol code.
Anyway, all of that as a preface to this question: IS THIS A KNOWN
ISSUE WITH A FIX ALREADY?
Any advice on how to correct this? What additional information do I
need to provide to shed light on the situation?
The system is Debian 10 (stable). Missing packages are almost a
certainty as I'm rebuilding.
Many thanks,
-Brian
_______________________________________________
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