CSL Reduce r6304 compiles without problems (./configure --with-csl --enable-universal; make)
under macOS Monterey v12.3.1 on an M1 Mac. However, ./bin/redcsl doesn't work because the script
./scripts/run.sh doesn't find built version of reduce.
I would say that this is probably due to a misprint at line 179 of 'run.sh': writing 'sed'
instead of 'set', or restoring the r6297 version of ./scripts/run.sh, solves the problem.
Oddly enough, the error doesn't show up on my X86_64 Mac with macOS Catalina v10.15.7.
Marco
Thank you very much for that. YOu see I had been updating some stuff
there, and what you spotted was basically a typo - but I had noticed that
universal builds were not launching properly but not sorted out why. I
have just checked in a set=>sed adjustment! Arthur
On Sat, 7 May 2022, Marco Ferraris wrote:
Related
Bugs:
#145Fixed.