From mboxrd@z Thu Jan 1 00:00:00 1970 X-Received: by 2002:a05:620a:2412:b0:76e:fdb4:c124 with SMTP id d18-20020a05620a241200b0076efdb4c124mr444637qkn.3.1699048922759; Fri, 03 Nov 2023 15:02:02 -0700 (PDT) X-Received: by 2002:a05:6870:6195:b0:1e5:bc65:26f2 with SMTP id a21-20020a056870619500b001e5bc6526f2mr10859823oah.3.1699048922436; Fri, 03 Nov 2023 15:02:02 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!feeder2.eternal-september.org!eternal-september.org!news.mixmin.net!newsreader4.netcologne.de!news.netcologne.de!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 3 Nov 2023 15:02:02 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=2001:861:8c94:8600:9519:e63f:a55e:77bb; posting-account=hya6vwoAAADTA0O27Aq3u6Su3lQKpSMz NNTP-Posting-Host: 2001:861:8c94:8600:9519:e63f:a55e:77bb References: <8f19858f-9e07-4896-a1b7-b37867ca4609n@googlegroups.com> <731bdc12-9e8c-4b69-84a3-1dc5d3b4ecb1n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Source code for the ARM Formatting Tool From: "Vincent D." Injection-Date: Fri, 03 Nov 2023 22:02:02 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 3509 Xref: news.eternal-september.org comp.lang.ada:65833 List-Id: Le mercredi 1 novembre 2023 =C3=A0 02:56:27 UTC+1, Randy Brukardt a =C3=A9c= rit=C2=A0: > > Because it's not in CVS. > It is now. And it always was in the ZIP file of the source. (That is made= =20 > from the files that I use to compile the tool, so it should always be=20 > compilable.)=20 >=20 > One of the big downsides of working at home is that some support function= s=20 > get delayed until one gets into the office -- and that means that they're= =20 > easily forgotten. As in this case, checking the new files into the CVS (t= he=20 > existing files were updated, of course, leaving a mess for anyone trying = to=20 > buold from the CVS).=20 >=20 > Sorry about that.=20 >=20 > Randy. I am sorry, but even if I put the package "arm_paragraph" in the source cod= e, I get compile errors : for instance in version 0e95e9125e066ce564fe369221821452535b6260 : gprbuild -p -P ada_form.gpr =20 Compile [Ada] arm_form.ada [Ada] arm_cont.adb [Ada] arm_frm.adb arm_frm.adb:1163:13: error: missing case value: "Usage" arm_frm.adb:1544:33: error: missing case value: "Usage" arm_frm.adb:1680:33: error: missing case value: "Usage" arm_frm.adb:1738:17: error: missing case value: "Usage" arm_frm.adb:2099:17: error: missing case value: "Usage" arm_frm.adb:2197:17: error: missing case value: "Usage" arm_frm.adb:9357:53: error: "Numbered_T_and_D_List" not declared in "ARM_Da= tabase" arm_frm.adb:9362:53: error: "T_and_D_List" not declared in "ARM_Database" arm_frms.adb:1415:33: error: unmatched actual "Note1_Text" in call gprbuild: *** compilation phase failed And with the latest : gprbuild -p -P ada_form.gpr Compile [Ada] arm_form.ada arm_form.ada:263:41: error: "Rest" not declared in "ARM_Master" gprbuild: *** compilation phase failed What is the ZIP file of the source that you mentioned ? Where can I find it= ? Regards, Vincent.