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-Thread: a07f3367d7,9537adccb72358 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder.news-service.com!newsfeed.straub-nv.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Albrecht =?ISO-8859-1?Q?K=E4fer?= Newsgroups: comp.lang.ada Subject: Re: Trying to get A# set up (and failing) Date: Wed, 19 May 2010 23:16:44 +0200 Organization: T-Online Message-ID: References: <0e7f5887-c1a4-4583-a0f4-f9c2adb38ec7@37g2000yqm.googlegroups.com> <4bed4b48$0$27594$ba4acef3@reader.news.orange.fr> <4bed4cfe$0$2956$ba4acef3@reader.news.orange.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1274304000 00 n23969 wqwvBILLrObESo1t 100519 21:20:00 X-Complaints-To: usenet-abuse@t-online.de X-ID: GFupaUZfge8KJQj-4MU02XAXz3r+5KwXhnknMqJy2K+0MoNgcTDlwr User-Agent: Opera Mail/10.53 (Win32) Hamster-Pg/1.25.2.0 Xref: g2news2.google.com comp.lang.ada:11778 Date: 2010-05-19T23:16:44+02:00 List-Id: On Tue, 18 May 2010 12:58:09 +0200, digitig wrote: >> > But why don't you use GNAT-JVM available with the GPL Edition of GNAT. >> > See download page athttp://libre.adacore.com >> Of course I meant GNAT-dotnet and not GNAT-JVM above (Note that both are >> available with the GPL compiler). > I can't get that working either. When I try to install, it tells me > that I need to install the .net SDK first. I've tried installing a > couple of different versions of the .net SDK, but still get the same > failure. So I'm back to my original question but with a different > compiler: are there detailed installation instructions for this > compiler somewhere, or can somebody give me step-by-step instructions? GNAT.Net hasn't been able to install without issue since Visual Studio 2008 the appropriate SDK. However, there is a way to fool the installer: Save the following in a .reg file, adjust the path if necessary and import. For 32-bit Windows: http://pastebin.com/Mr4W5NQE For 64-bit Windows: http://pastebin.com/RKD929jv (make sure the file ends with a newline) And now you should be able to install an almost usable GNAT.Net. Good luck. Albrecht