Re: GNU APL now requires bash shell and in-tree builds

2021-04-11 Thread Alexander Shendi
Dear list, I tried out SVN 1468, but still had to modify the following files * . /configure (replace "source" with ".") * . /src/main.cc (replace "bind" with "::bind" on line 300 Thanks in advance for your help. /Alexander Am 11. April 2021 15:26:44 MESZ schrieb "Callahan, Brian Robert" :

Re: At my C++ wits' end

2021-04-11 Thread Dr . Jürgen Sauermann
Hi, thanks for reporting this. I have replaced 'source' with '.' which should also work in ksh. SVN 1467. Best Regards, Jürgen On 4/11/21 3:15 PM, Callahan, Brian Robert wrote: Hello Alexander -- I get the

GNU APL now requires bash shell and in-tree builds

2021-04-11 Thread Callahan, Brian Robert
Hello -- In fixing Alexander's issue, I found these lines in the GNU APL Makefile I have never seen before: buildtag.hh: Makefile buildtag.sh source ${top_srcdir}/buildtag.sh touch $@ The source command is a bash built-in and won't work on other shells, like OpenBSD ksh. Additi

RE: At my C++ wits' end

2021-04-11 Thread Callahan, Brian Robert
Hello Alexander -- I get the same on -current/6.9. Attached is a better diff. ~Brian Brian Robert Callahan, Ph.D. Lecturer, ITWS@RPI Office: Lally 304 From: Bug-apl [bug-apl-bounces+callab5=rpi@gnu.org] on behalf of Al

At my C++ wits' end

2021-04-11 Thread Alexander Shendi
Dear GNU APLers, in a bout of Dunning-Krueger I have tried to build GNU APL (svn: 1466) from source. OS: OpenBSD 6.8-stable, amd64 Configure options --prefix=/home/alexshendi/.local/gnuapl/svn-1466 \ CC=clang CXX=clang++ LD=clang++ Contents of buildtag.hh: #define BUILDTAG PACKAGE_NAME, PACK