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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a802d8d1f602dd84 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-05 01:31:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.isc.org!sjc70.webusenet.com!news.webusenet.com!nf3.bellglobal.com!snoopy.risq.qc.ca!news.imp.ch!news.imp.ch!newsfeed.vmunix.org!news-FFM2.ecrc.net!news.cesnet.cz!crax.cesnet.cz!news.felk.cvut.cz!not-for-mail From: Sergey Koshcheyev Newsgroups: comp.lang.ada Subject: Re: AdaGuide compile issues Date: Mon, 05 May 2003 10:28:37 +0200 Organization: Czech Technical University Message-ID: References: <3eb5f0ce$0$31517$5a62ac22@freenews.iinet.net.au> NNTP-Posting-Host: r2c113.mistral.cz Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ns.felk.cvut.cz 1052123317 43879 62.245.66.113 (5 May 2003 08:28:37 GMT) X-Complaints-To: usenet@ns.felk.cvut.cz NNTP-Posting-Date: Mon, 5 May 2003 08:28:37 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030326 X-Accept-Language: en, ru, cs In-Reply-To: <3eb5f0ce$0$31517$5a62ac22@freenews.iinet.net.au> Xref: archiver1.google.com comp.lang.ada:36959 Date: 2003-05-05T10:28:37+02:00 List-Id: Daniel Trembath wrote: > Hi Everyone, > ... > My problem is that I seem to be having an impossible time trying to get the AdaGuide > source to compile. I've tried v660 and v71 and in both cases I just can't seem to get > past a requirement for Gnatwin.ads. > > I've installed gnatwin-3.15p.exe but to no avail. In fact, except for its 'with' in > the AdaGuide.adb I can find no mention of Gnatwin.ads anywhere. Even Google returns > no results when you search for it. This gnatwin.ads doesn't come from gnatwin that comes with GNAT, but from GNATCOM :-) (http://www.adapower.com/gnatcom/ and http://www.adapower.com/gnatcom/gnatwin.zip). Actually, I don't understand why it is used in the source, since the Win32Ada packages (those that you get by installing gnatwin-3.15p.exe and that are used by the remaining 99% of AdaGIDE source) could be used to the same effect. > Has anyone out there managed to build AdaGuide by themselves? Yes. Install GNATCOM, then either fiddle with some of its files (there are instructions somewhere in a text file in the AdaGIDE directory), or just remove gnatcom.ads and .adb (and possibly some other files) from the AdaGIDE directory and run gnatmake adagide, and I think this should be it. Sergey.