this was on a Mac running macOS 10.14.4 using Apple's command line tools:
-
l-Svar_record.o `test -f 'Svar_record.cc' || echo './'`Svar_record.cc
ScalarFunction.cc:97:14: error: binding dereferenced null pointer to
reference has undefined behavior [-Werror,-Wnull-dereference]
:
Hi Jeff,
the warning regarding -Wconstant-logical-operand
is bogus. I have nevertheless
updated the sources; the line now reads:
ostream * log =
(LOG_startup != 0 || LOG_Svar_DB_signals != 0) ? & cerr
: 0;
Jürgen,
thanks very much for the response. the Apple tools use clang, and it may
be that clang used as gcc (or g++) is much more picky than gcc (or g++)
itself
i did 'svn co svn://svn.savannah.gnu.org/apl' (so apparently with an empty
modulename)
so i have subdirectories for apl-1.0 through a
Hi,
I just updated my install to the svn r1138.
Below is what I needed to change for building on macOS.
I believe that those `delete[]` should be applied for other systems, too.
% svn diff
Index: src/PrimitiveFunction.cc
===
--- src/