From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a2d3086090f41b23 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!v18g2000pro.googlegroups.com!not-for-mail From: tolkamp Newsgroups: comp.lang.ada Subject: Re: Cannot generate code for file gtkada-intl.ads Date: Mon, 26 Jan 2009 08:17:30 -0800 (PST) Organization: http://groups.google.com Message-ID: <54307fb7-40dd-4ed9-bcef-ff5be7837eb5@v18g2000pro.googlegroups.com> References: <7fcc6176-f0da-4b87-8ba7-a86aede8557b@b38g2000prf.googlegroups.com> <54a79dae-8a89-4e30-b677-9df67017d031@i20g2000prf.googlegroups.com> <9a282af9-c9ec-4706-9019-4ec06a05b78f@g3g2000pre.googlegroups.com> NNTP-Posting-Host: 77.249.221.108 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1232986651 11819 127.0.0.1 (26 Jan 2009 16:17:31 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 26 Jan 2009 16:17:31 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v18g2000pro.googlegroups.com; posting-host=77.249.221.108; posting-account=nZAcngoAAACcfYM9wDw3w9Z1XR3bObfs User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB5; InfoPath.1),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:4469 Date: 2009-01-26T08:17:30-08:00 List-Id: On 26 jan, 15:14, Ludovic Brenta wrote: > On Jan 26, 1:07=A0pm, tolkamp wrote: > > > > > > > On 25 jan, 21:58, Ludovic Brenta wrote: > > > tolkamp wrote on comp.lang.ada: > > > > To plot results of my project I have installed gtaAda and Win_Io. > > > > The projectname is test.gpr with the package test_main.adb. > > > > When I build the executable the following message occurs: > > > > > gnatmake -PC:\GNAT\bin\test.gpr test_main.adb -d -XGLADE=3DTrue - > > > > XEXTRA=3DTrue -XOPENGL=3DTrue -XGNOME=3DTrue -XBUILD=3DProduction > > > > gcc -c -gnatec=3DC:\GtkAda-gpl-2.10.2\src/gnat.adc -gnatQ -O2 -gnat= n - > > > > gnatws -I- -gnatA C:\GtkAda-gpl-2.10.2\src\gtkada-intl.ads > > > > cannot generate code for file gtkada-intl.ads (package spec) > > > > to check package spec for errors, use -gnatc > > > > gnatmake: "c:\gtkada-gpl-2.10.2\src\gtkada-intl.ads" compilation er= ror > > > > > process exited with status4 (elapsed time: 02.48s) > > > > > What is wrong in package gtkada-intl.ads? > > > > The body (gtkada-intl.adb) is missing. This body is generated by a > > > preprocessor called by the GtkAda makefile. Apparently you did not us= e > > > the GtkAda makefile. Are you sure you followed the GtkAda installatio= n > > > instructions to the letter? > > > > HTH > > > I have found the file gtkada-intl.ads via Project View in directory: > > C:\GtkAda-gpl-2.10.2\src. > > Indeed, the body of the spec is missing. > > How can the makefile be used to generate the body? > > Are you sure you followed the GtkAda installation > instructions to the letter? > > -- > Ludovic Brenta.- Tekst uit oorspronkelijk bericht niet weergeven - > > - Tekst uit oorspronkelijk bericht weergeven - I suppose you mean the GtkAda User's Guide from website: https://libre2.adacore.com/GtkAda/docs/2.8/gtkada_ug/gtkada_ug.html#SEC21?