From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Path: eternal-september.org!reader02.eternal-september.org!news.swapon.de!aioe.org!yy9MKEJN2ULhWGfnfq4v5w.user.gioia.aioe.org.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: unknown error mesage Date: Thu, 18 Mar 2021 17:34:34 +0000 Organization: Aioe.org NNTP Server Message-ID: References: <6050efa3$0$30044$e4fe514c@news.kpn.nl> <6051b1b4$0$31158$e4fe514c@news.kpn.nl> <60520150$0$20798$e4fe514c@news.kpn.nl> <60531950$0$18882$e4fe514c@news.kpn.nl> NNTP-Posting-Host: yy9MKEJN2ULhWGfnfq4v5w.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (darwin) Cancel-Lock: sha1:tChlFChXCaMpC27cSEmMewCuY3M= X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader02.eternal-september.org comp.lang.ada:61618 List-Id: ldries46 writes: >> This are the values: >> GPR_PROJECT_PATH=C:\GNAT\GtkADA\lib\gnat;D:\ada\project\template-parser >> ADA_PROJECT_PATH=C:\GNAT\GtkADA\lib\gnat;..... >> I think The Path és are the same, I am using GNAT  Studio Community >> version 2020 and all Gtk.ali are GNAT Lib v2020 >> gprbuild -v did not change anything. Changing the compiler is the >> worst thing I can do because I cannot find any straight forward >> method os installing like the mthod from Adacore > I finally found the problem I believe > Datum.ali build by V "GNAT Lib v9"        GPS Community version 2020 "GNAT Lib v9" is **not** generated by GNAT CE 2020. I just tried on a 64-bit Windows virtual machine (the download was gnat-2020-20200429-x86_64-windows-bin.exe, the shasum matches). The ALI content is as I stated above,the same as your gtk.ali quoted below. Are you **100%** sure that the compiler you're running is the one you think it is? What does "gnatls -v" say? should be GNATLS Community 2020 (20200429-93) Copyright (C) 1997-2020, Free Software Foundation, Inc. > gtk.ali nuild by        V "GNAT Lib v2020" AdaCore Download > > Both are dowmloaded feom the same page of AdaCore. > What is the best way to solve this?