Open cdmackay opened 1 month ago
I note that my Debian Linux systems get their wc
— which does support -L — via coreutils, but the MacOS Homebrew coreutils does not contain wc
.
Are you OK with just removing that line from your Makefile
if you are running on an old version of macOS?
The intent of this line is to check that the index file entries fit in the internal buffer of the calculator. Any title larger than 80 characters would not fit on the screen of the machine anyway. It is only necessary if you modify the .md
files used to generate the help (and more specifically if you add new titles). This check matters to me, but it should not matter to someone not doing releases.
Thanks very much. I removed that line, but the make now fails further on, for an unrelated issue:
make: *** No rule to make target recorder/recorder.h', needed by
recorder/config.h'. Stop.
I could log an issue for that too. Or do you consider MacOS 13.x too old to support? Unfortunately, my system is constrained to that version, by policy.
Opened new issue #1316
make sim
is failing on MacOS 13.7, because itswc
does not support the-L
option used.