My changes are still under development, the dependency with cglm will be resolved in due course. I'll update the "INSTALL" file with more detailed how-to build instructions for linux and windows shortly.
Jon On Wed, 4 Dec 2019 at 17:40, Joseph Heled <[email protected]> wrote: > It is a horrible, terrible dependency, since it can't be installed > with a 'apt-get install'. I would eliminate it if I had the time. > > -Joseph > > On Thu, 5 Dec 2019 at 05:02, Myshkin LeVine <[email protected]> wrote: > > > > Joseph, > > What you are seeing is not a deterioration, but rather a new > dependency that was recently added by Jon Kinsey. I ran into the same error > you did when I was compiling a new version of GnuBG for myself. I searched > for the cglm library, and I found it here: > > > > https://github.com/recp/cglm > > > > It is described as the "Highly Optimized Graphics Math (glm) for C." Its > documentation is located at: > > > > https://cglm.readthedocs.io/en/latest/ > > > > After compiling and installing cglm, the error will go away, and the > build should complete without further issue. > > > > -Myshkin LeVine > > > > > > On Wed, 3 Dec 2019 at 19:43, Joseph Heled <[email protected]> wrote: > > > > > Now stuck with this unknown library: > > > > > > ShimOGL.c:5:10: fatal error: cglm\affine.h: No such file or directory > > > #include <cglm\affine.h> > > > ^~~~~~~~~~~~~~~ > > > compilation terminated. > > > > > > > > > I did not expect gnubg to deteriorate that much. Pretty sad. > > > > > > -Joseph > >
