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-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_40 autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:ac8:7d8e:: with SMTP id c14mr63939291qtd.209.1636281694164; Sun, 07 Nov 2021 02:41:34 -0800 (PST) X-Received: by 2002:a25:b943:: with SMTP id s3mr74126717ybm.432.1636281693939; Sun, 07 Nov 2021 02:41:33 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.misty.com!border2.nntp.dca1.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: Sun, 7 Nov 2021 02:41:33 -0800 (PST) Injection-Info: google-groups.googlegroups.com; posting-host=109.189.154.163; posting-account=1IjL1QoAAACctxlLLMeV34DU0ik-1SwI NNTP-Posting-Host: 109.189.154.163 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2cc86fa0-b557-4a2e-b3f6-a1468f6d82ban@googlegroups.com> Subject: GNAT Community 2021 and PolyORB: Can't find source for a-sttebu.ali From: =?UTF-8?B?RnJhbmsgSsO4cmdlbiBKw7hyZ2Vuc2Vu?= Injection-Date: Sun, 07 Nov 2021 10:41:34 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:63106 List-Id: Hi! I installed GNAT Community 2021 64bit via MinGW32 (I sense an inconsistensy here but this is what I did for GNAT2020 and and REAME in PolyORBS says to use MinGW32...) in Windows 10 Pro Installation went ok after the usual messing with wrong paths and missing Python :) When I compile a normal, Non-DSA program with GtkAda it works fine. When I compile the bank application in the PolyORB or my own DSA application I get an error referring to a-sttebu.ali which I suspect is something new in GNAT 2021 to handle the improved 'Img functionality in Ada 202X. I am guessing that the issue here is that the PolyORB is not up to date with GNAT 2021 compiler, or have I missed something in installation? C:\Ada\Git\PolyORB\examples\dsa\bank>po_gnatdist simcity.cfg C:\GNAT\2021\bin\gnat.exe list polyorb.ali -Ppolyorb -s -aPC:\GNAT\2021\lib\gnat C:\GNAT\2021\bin\gprbuild.exe simcity_monolithic_app.adb -c -P C:\Ada\Git\PolyORB\examples\dsa\bank\dsa\i686-pc-mingw32\simcity_dist_app.gpr -margs -aPC:\GNAT\2021\lib\gnat Compile [Ada] simcity_monolithic_app.adb C:\GNAT\2021\bin\gnat.exe list simcity_monolithic_app.ali -V -P C:\Ada\Git\PolyORB\examples\dsa\bank\dsa\i686-pc-mingw32\simcity_dist_app.gpr -aPC:\GNAT\2021\lib\gnat C:\GNAT\2021\bin\gnat.exe list a-sttebu.ali client.ali manager.ali polyorb.ali polyorb-dsa_p.ali polyorb-dsa_p-partitions.ali server.ali -V -P C:\Ada\Git\PolyORB\examples\dsa\bank\dsa\i686-pc-mingw32\simcity_dist_app.gpr -aPC:\GNAT\2021\lib\gnat Can't find source for a-sttebu.ali C:\GNAT\2021\bin\gnat.exe compile C:/gnat/2021/lib/gcc/x86_64-w64-mingw32/10.3.1/adainclude/a-sttebu.adb -gnatc -P C:\Ada\Git\PolyORB\examples\dsa\bank\dsa\i686-pc-mingw32\simcity_dist_app.gpr -margs -aPC:\GNAT\2021\lib\gnat gprbuild: "c:/gnat/2021/lib/gcc/x86_64-w64-mingw32/10.3.1/adainclude/a-sttebu.adb" was not found in the sources of any project C:\GNAT\2021\bin\gnat.exe list a-sttebu.ali -V -P C:\Ada\Git\PolyORB\examples\dsa\bank\dsa\i686-pc-mingw32\simcity_dist_app.gpr -aPC:\GNAT\2021\lib\gnat Can't find source for a-sttebu.ali po_gnatdist: failed to load ALI for C:/gnat/2021/lib/gcc/x86_64-w64-mingw32/10.3.1/adainclude/a-sttebu.adb po_gnatdist: *** can't continue Frank