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!.POSTED!not-for-mail From: John McCabe Newsgroups: comp.lang.ada Subject: Re: unknown error mesage Date: Tue, 16 Mar 2021 18:21:15 +0000 Organization: A noiseless patient Spider Message-ID: References: <6050efa3$0$30044$e4fe514c@news.kpn.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: reader02.eternal-september.org; posting-host="e18ab550129ff764d5cf1e3494dd6cd3"; logging-data="4500"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+tamiFfXVf6aJ6UKA8xfe5EQZC9CeWdG4=" User-Agent: ForteAgent/8.00.32.1272 trialware Cancel-Lock: sha1:pQqnDKl2S7SGDvYxoCWkcGLhfUg= Xref: reader02.eternal-september.org comp.lang.ada:61566 List-Id: On Tue, 16 Mar 2021 18:49:21 +0100, ldries46 wrote: >During debugging an Ada program when building a new version I got the >following message: > >gprbuild -d -PD:\ada\project\Datum\Datum.gpr -j8 >Bind >    [gprbind]      datum.bexch >    [Ada]          datum.ali >fatal error: file gtk.ali is incorrectly formatted >make sure you are using consistent versions of gcc/gnatbind >56.  G a e >       | >gprbind: invocation of gnatbind failed >gprbuild: unable to bind datum.adb >[2021-03-16 18:40:50] process exited with status 4, 100% (63/63), >elapsed time: 02.63s > >I have already deleted all .ali files in the build directory, deleted >the Datum.exe file, reinstalled GtkAda en even reinstalled GNAT Studio >Community version 2020. > >Who can tell me what is message means and how to eliminate that I presume you've read this question with a similar issue? https://stackoverflow.com/questions/7576994/ada-strange-error-consistent-version-of-gcc-gnatbind The suggestion from that would appear to be that your gtk may have been built with a different version of GNAT, hence you might need to recompile the GtkAda library with whatever version of GNAT you've now got. However, did you download the GtkAda version matching the GNAT Community version from here - https://www.adacore.com/download/more?