Re: Still some issues/warnings..

2022-10-21 Thread Dr . Jürgen Sauermann
Hi Peter, thanks for sharing your .configur result. I had a closer look at your config log. Nothing critial, though. autoconf does a number of checks that frequently fail. For example, the conftest.c:52:10: fatal error: 'minix/con

Re: Still some issues/warnings..

2022-10-20 Thread Chris Moller
Brings back unfond memories of decades ago of the significance of invisible leading tabs in Makefiles... On 10/20/22 08:06, Dr. Jürgen Sauermann wrote: Hi again, I may have found the problem. I am so much used to nicely looking indentation that my brain keeps refusing to remember the counter-

Re: Still some issues/warnings..

2022-10-20 Thread Dr . Jürgen Sauermann
Hi again, I may have found the problem. I am so much used to nicely looking indentation that my brain keeps refusing to remember the counter-intuitive fact that, in bash, blanks before and after = make a (in this case) huge difference. To make t

Re: Still some issues/warnings..

2022-10-19 Thread Peter Teeson
Hi Jürgen: Something strange seems to be happening in ./configure but I don’t know how to trace it. i.e. track down why we are having a problem. realpath is not in /usr/bin. But readlink and dirname are in /usr/bin. So calls to those functions should work. Can we make a small test example ca

Re: Still some issues/warnings..

2022-10-19 Thread Dr . Jürgen Sauermann
Hi Peter, I see. Next try then: SVN 1607. I hope macOS has dirname, has it? Best Regards, Jürgen On 10/19/22 6:19 PM, Peter Teeson wrote: Hi Jürgen: So

Re: Still some issues/warnings..

2022-10-19 Thread Peter Teeson
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 Atrunk/doc ... Atrunk/tools/sockconst.c Checked out revision 1605. Gandalf:~ p

Re: Still some issues/warnings..

2022-10-19 Thread Dr . Jürgen Sauermann
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. a

Re: Still some issues/warnings..

2022-10-18 Thread Peter Teeson
configure: creating buildtag.hh... readlink: illegal option -- f > [-f format HYH > On Oct 18, 2022, at 4:04 PM, Peter Teeson wrote: > > STAT(1) BSD General Commands Manual STAT(1) > > NAME > readlink, stat -- display file status > > SYNOPSIS >

Re: Still some issues/warnings..

2022-10-18 Thread Peter Teeson
STAT(1) BSD General Commands Manual STAT(1) NAME readlink, stat -- display file status SYNOPSIS stat [-FLnq] [-f format | -l | -r | -s | -x] [-t timefmt] [file ...] readlink [-n] [file ...] …… -f format Display information using the

Re: Still some issues/warnings..

2022-10-18 Thread Dr . Jürgen Sauermann
Hi Peter, I will look deeper into this. At first a glance, MacOS binaries seem to be incompatible with proper ones (e.g. -f is a valid option for my readlink command). he clan warning looks bogus (see end of README-11-bogus-compiler-warnings as to how to fix this with ./configure. The problem