From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:622a:40d:b0:3e8:316e:3dd4 with SMTP id n13-20020a05622a040d00b003e8316e3dd4mr1357097qtx.11.1683379149629; Sat, 06 May 2023 06:19:09 -0700 (PDT) X-Received: by 2002:a05:6902:a05:b0:b9f:849:60da with SMTP id cb5-20020a0569020a0500b00b9f084960damr2937065ybb.2.1683379149420; Sat, 06 May 2023 06:19:09 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border-2.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 6 May 2023 06:19:09 -0700 (PDT) In-Reply-To: <10cca4b9-e80e-4eff-8c1f-279aad6424e3n@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=199.102.130.59; posting-account=TXawsQoAAAB-ubldsHxSVtTxvqzM_vdF NNTP-Posting-Host: 199.102.130.59 References: <10cca4b9-e80e-4eff-8c1f-279aad6424e3n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <76a43549-0bda-4b4c-a2eb-aa8278dfeaa0n@googlegroups.com> Subject: Re: ANN: SparForte 2.6 From: Ken Burtch Injection-Date: Sat, 06 May 2023 13:19:09 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:65182 List-Id: On Saturday, May 6, 2023 at 9:08:47=E2=80=AFAM UTC-4, 196...@googlemail.com= wrote: > Can't be built without sound...=20 >=20 > gcc -c -O1 -march=3Dathlon64 -gnat12 -gnatfaoN -gnatVaep -gnateEeEeF -fst= ack-protector -I./adacgi-1.6/ -I./apq-2.1/ -I./pegasock/ -I./areadline/ -lp= cre parser_sound.adb=20 > parser_sound.adb:93:06: statement expected=20 > gnatmake: "parser_sound.adb" compilation error=20 >=20 >=20 > If you try and build it without readline...=20 >=20 > gcc -c -O1 -march=3Dathlon64 -gnat12 -gnatfaoN -gnatVaep -gnateEeEeF -fst= ack-protector -I./adacgi-1.6/ -I./pegasock/ pegasoft-user_io-getline.adb=20 > pegasoft-user_io-getline.adb:286:26: "optional_bold" is undefined=20 > gnatmake: "pegasoft-user_io-getline.adb" compilation error Thank you for sharing this issue. My automated release tests build SparForte without sound and without readli= ne each night and they have been successful. I will attempt to diagnose what the problem is. Do you have any further in= formation about your build environment that might be related to this issue? Ken B.