Two days ago I downloaded reduce-algebra, revision 5040, from the svn server and the csl version of Reduce failed to compile because of two undeclared identifiers in in the file trunk/csl/cslbase/csl.cpp
------------------ from cslbuildlog.log ------------------
.
.
.
6 warnings generated.
CXX bootstrapreduce-serialize.o
CXX bootstrapreduce-sysfwin.o
CXX bootstrapreduce-csl.o
~/sw/test/reduce-algebra/trunk/csl/cslbase/csl.cpp:2568:56: error: use of undeclared identifier 'nilsegment_base'
doubleword_align_up(static_cast<uintptr_t>(nilsegment_base)));
^
~/sw/test/reduce-algebra/trunk/csl/cslbase/csl.cpp:2585:56: error: use of undeclared identifier
'stacksegment_base'
doubleword_align_up(static_cast<uintptr_t>(stacksegment_base)));</uintptr_t></uintptr_t>
.
.
.
6 warnings generated.
CXX csl-serialize.o
CXX csl-sysfwin.o
CXX csl-csl.o
~/sw/test/reduce-algebra/trunk/csl/cslbase/csl.cpp:2568:56: error: use of undeclared identifier 'nilsegment_base'
doubleword_align_up(static_cast<uintptr_t>(nilsegment_base)));
^
~/sw/test/reduce-algebra/trunk/csl/cslbase/csl.cpp:2585:56: error: use of undeclared identifier
'stacksegment_base'
doubleword_align_up(static_cast<uintptr_t>(stacksegment_base)));
^
2 errors generated.
gmake[3]: *** [Makefile:3117: csl-csl.o] Error 1
make[2]: *** [all] Error 2
make[1]: *** [~/sw/test/reduce-algebra/trunk/m4/libtool.m4] Error 2</uintptr_t></uintptr_t>
Reduce has now been remade
------------------ end of cslbuildlog.log ------------------
I'm using a MacBook Pro (Retina, 15-inch, Mid 2014) with MacOS Mojave 10.14.5, Xcode 10.2.1 and MacPorts 2.5.4 installed. I've installed the reduce port (it works) in order to get the relevant ports to be able to compile compile reduce-algebra. The compilation of csl-reduce and psl-reduce from Reduce-source_4961.tar.bz2 works without problems.
Please try the latest revision - I had what should have been at worst a
temporary glitch then where some files had been updated but others not. I
am away on a trip now but have just checked and externs.h declare those
and restart.cpp defined them now. Arthur
On Wed, 10 Jul 2019, Marco Ferraris wrote:
Related
Bugs:
#100I updated to revision 5054 and everything works fine.
Thanks, Marco
Related
Bugs:
#100