From: Michael S. <sh...@sa...> - 2025-03-28 03:45:28
|
Hi, My goal is to use the javascript version of reduce in a web application; so if there are known problems with that at the moment, please let me know. However, at the moment I think I'm stuck on even just compiling the base system, before converting it to JS. I have cloned the github mirror from https://github.com/reduce-algebra/reduce-algebra and run the commands scripts/ubuntu-sanity-check.sh ./configure --with-csl scripts/csl-sanity-check.sh make and I get the error message In file included from /home/shulman/reduce-algebra/csl/cslbase/fns1.cpp:40: /home/shulman/reduce-algebra/csl/cslbase/version.h:60:6: in ‘constexpr’ expansion of ‘<lambda closure object><lambda()>{}.<lambda()>()’ /home/shulman/reduce-algebra/csl/cslbase/version.h:60:7: error: array subscript value ‘5’ is outside the bounds of array type ‘const char [5]’ 60 | }(); | ^ This is a weird message and doesn't suggest a solution like installing some missing library. Do I have the wrong version of some compiler or library perhaps? Thanks for any help, Mike |