Re: Errors building 1199 on Mac OS 10.14.6

2019-11-07 Thread Dr . Jürgen Sauermann
Hi, the main problem is that without UTF-8, APL characters cannot be displayed. I suppose it is quite a challenge to write an APL manual without APL characters :-). Since the build does not fail anymore, I will leave matters as they are.

Re: Errors building 1199 on Mac OS 10.14.6

2019-11-07 Thread Elias Mårtenson
That release is 15 years old. I'm not entirely sure that trying to accommodate such old versions is something that a lot of time should be spent on? Regards, Elias On Thu, 7 Nov 2019 at 21:47, Louis Chrétien via Bugs and suggestions for GNU APL wrote: > Here’s the info on makeinfo: > > makeinfo

Re: Errors building 1199 on Mac OS 10.14.6

2019-11-07 Thread Louis Chrétien via Bugs and suggestions for GNU APL
Here’s the info on makeinfo: makeinfo (GNU texinfo) 4.8 Copyright (C) 2004 Free Software Foundation, Inc. There is NO warranty. You may redistribute this software under the terms of the GNU General Public License. For more information about these matters, see the files named COPYING. Mac-Pro-Lou

Re: Errors building 1199 on Mac OS 10.14.6

2019-11-06 Thread Dr . Jürgen Sauermann
Hi Louis, thanks. This seems to occur on some platforms (especially Apple) and for some makeinfo versions. Lots of messages about this on the web, but little of it can be done inside GNU APL. Could you please check with: makeinfo --version

Re: Errors building 1199 on Mac OS 10.14.6

2019-11-06 Thread Louis Chrétien via Bugs and suggestions for GNU APL
Tried it with 1200 this morning. Much better, but i still get those 2 warnings: Making all in doc /bin/sh /Users/lchretien/Subversion/apl/missing makeinfo apl.texi -o apl.info --no-split || touch apl.info apl.texi:4: warning: unrecognized encoding name `UTF-8'. /bin/sh /Users/lchretien/Subversio

Re: Errors building 1199 on Mac OS 10.14.6

2019-11-05 Thread Dr . Jürgen Sauermann
Hi Louis, seems like .texi syntax has changed (builds ok on my box). I have removed a blank which might have been the culprit. Please let me know if the problem persists. SVN 1200. In the meantime you can simply touch the output tiles (apl.info

Errors building 1199 on Mac OS 10.14.6

2019-11-05 Thread Louis Chrétien via Bugs and suggestions for GNU APL
I tried running svn update this morning, and I saw this new version 1199. So I tried to build it. Unfortunately, there seems to be some error messages when trying to make the “doc” directory: Making all in doc /bin/sh /Users/lchretien/Subversion/apl/missing makeinfo apl.texi -o apl.info --no-s