Hi Jürgen: So sorry but we’re not done yet…… respect Peter
Gandalf:~ pteeson$ cd /Volumes/Data/GNUAPL-on-Mac-WS/GNUapl Gandalf:GNUapl pteeson$ svn co http://svn.savannah.gnu.org/svn/apl/trunk > svn-log 2>&1 A trunk/doc ... A trunk/tools/sockconst.c Checked out revision 1605. Gandalf:~ pteeson$ which realpath Gandalf:~ pteeson$ Gandalf:~ pteeson$ which readlink /usr/bin/readlink configure: creating buildtag.hh... ./configure: line 23140: realpath: command not found configure: top-level apl directory is: configure: removing old ./makefile.h Gandalf:trunk pteeson$ make creating a fresh makefile.h... /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive Making all in workspaces ….. Making all in DALY make[3]: Nothing to be done for `all'. /bin/sh /Volumes/Data/GNUAPL-on-Mac-WS/GNUapl/trunk/missing makeinfo libapl.texi -o libapl.info --no-split || touch libapl.info /bin/sh /Volumes/Data/GNUAPL-on-Mac-WS/GNUapl/trunk/missing makeinfo --html libapl.texi -o libapl.html --no-split || touch libapl.html Making all in erlang ….. Making all in server make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all-am'. make[2]: Nothing to be done for `all-am'. Gandalf:trunk pteeson$ > On Oct 19, 2022, at 7:42 AM, Dr. Jürgen Sauermann > <m...@xn--jrgen-sauermann-zvb.de> wrote: > > Hi Peter, > > thanks for reporting this. > > Line 304 should be fixed now by replacing readlink -f with realpath. > Line 336 ff. seems to be an issue with your makeinfo version (mine is 6.5 > and I am not getting these warnings), > Line 649 ff. and 741 ff. should be fixed (in m4/ax_lib_sqlite3.m4). > > SVN 1604. > > Best Regards, > Jürgen > > > On 10/18/22 8:03 PM, Peter Teeson wrote: >> Hi Jürgen: >> >> Thanks for the latest svn 1603. We still have issues. Log file attached. >> E.G. Note lines 307, 336 et seq, 649 et seq, 741 et seq, …. >> >> >> >> respect >> >> Peter >> >> P.S. In the past I was able to use Firefox to examine the Doxygen generated >> html files…. >> When we have dealt with the present issues I will run Doxygen and check what >> happens. >> >