Hi Jurgen:
Problem solved….
FILE_PATTERNS = *.cc,*.def,*.hh
EXTENSION_MAPPING def=C++
respect….
Peter
> On Sep 7, 2020, at 3:12 PM, Peter Teeson wrote:
>
> HI Jürgen
> Still an issue ion my Mac His Sierra OS version 10.13.6
>
> (1) Launched Terminal and checked out APL
> Last l
Can confirm on my OpenBSD machine.
The easy fix is to un-typo stderr :)
No other errors; once this is fixed rev 1345 is ok.
~Brian
Brian Robert Callahan, Ph.D.
Lecturer, ITWS@RPI
Office: Amos Eaton 132
From: Bug-apl [bug-apl-bounce
Seems the new setup creates a build error on Mac OS 10.14.6:
gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT sockconst.o -MD -MP -MF
$depbase.Tpo -c -o sockconst.o sockconst.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o sockconst
soc
HI Jürgen
Still an issue ion my Mac His Sierra OS version 10.13.6
(1) Launched Terminal and checked out APL
Last login: Mon Sep 7 13:36:57 on ttys001
Gandalf:~ pteeson$ cd /Volumes/Data/GNUapl-1.8_1345
Gandalf:GNUapl-1.8_1345 pteeson$ svn co svn://svn.savannah.gnu.org/apl/trunk
…..
Checked out r
Thanks for the reply… I had made my own Doxyfile.
And I did run with /src as the source directory.
Will give iy another try using the provided file and run from top lever dir.
But I was trying to just document the pure interpreter itself. Not all the
extras.
> On Sep 7, 2020, at 6:39 AM, Dr. Jür
Hi,
Due to too many problems on some platforms (and too little benefit
for GNU APL) I have removed the use of libncurses by GNU APL.
As a replacement there is now a tool "emul_ncurses" in directory
tools.
In the unlikely event that the r
Hi Peter,
looks like this is caused by your Doxygen configuration.
Doxygen should be run in the top-level directory where a
modified Doxygen file is located.
ArrayIterator.cc is actually an obsolete file, I have
removed it in SVN 1344.