Re:SOLVED -- Doxygen Warnings P.S.

2020-09-07 Thread Peter Teeson
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

RE: libncurses removed

2020-09-07 Thread Callahan, Brian Robert
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

Re: libncurses removed

2020-09-07 Thread Louis Chretien via Bugs and suggestions for GNU APL
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

Re: Doxygen Warnings P.S.

2020-09-07 Thread Peter Teeson
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

Re: Doxygen Warnings

2020-09-07 Thread Peter Teeson
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

libncurses removed

2020-09-07 Thread Dr . Jürgen Sauermann
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

Re: Doxygen Warnings

2020-09-07 Thread Dr . Jürgen Sauermann
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.