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: 103376,6c1086e26fe658e1 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!q1g2000vbj.googlegroups.com!not-for-mail From: thymallus1@free.fr Newsgroups: comp.lang.ada Subject: Re: How to find a native GNAT compiler? Date: Tue, 16 Aug 2011 08:51:08 -0700 (PDT) Organization: http://groups.google.com Message-ID: <19dc6ebe-b502-4276-b62c-cb0dd0147506@q1g2000vbj.googlegroups.com> References: <7e3d5d01-a3ad-4755-9984-86f6b9566c65@s20g2000yqc.googlegroups.com> <4E46A5CD.4000105@obry.net> NNTP-Posting-Host: 82.232.86.131 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1313509868 4587 127.0.0.1 (16 Aug 2011 15:51:08 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 16 Aug 2011 15:51:08 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q1g2000vbj.googlegroups.com; posting-host=82.232.86.131; posting-account=1-KtNAoAAACqif4Z7Cv56n5QTmnwB-hY User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:21622 Date: 2011-08-16T08:51:08-07:00 List-Id: On 13 ao=FBt, 18:26, Pascal Obry wrote: > Phil, > > > I used GPS from GPL-2010, with win32ada, without problem. Now I > > installed GPS-2011, and I tried to install win32ada for GPL-2011 > > (win32ada-gpl-2011.exe downloaded from Adacore). It appears that this > > installation is only possible if "a native GNAT compiler" is found on > > the system. After some searches with google I found it is possible but > > very difficult to build a native Ada compiler from the Gnat sources. > > Do I have to wait for a win32ada compatible with GPL-2011 from > > Adacore? > > You probably need to give more details. The native Ada compiler is GNAT > GPL 2011. So you should have it. Is it really on your PATH? > > Pascal. > > -- > > --|------------------------------------------------------ > --| Pascal Obry =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 Team-= Ada Member > --| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE > --|------------------------------------------------------ > --| =A0 =A0http://www.obry.net=A0- =A0http://v2p.fr.eu.org > --| "The best way to travel is by means of imagination" > --| > --| gpg --keyserver keys.gnupg.net --recv-key F949BD3B You are right. I previously installed GPS 2010 in D:\GPS-2010; and I installed the downloaded GPS-2011 in D:\GPS-2011. There were remnants of 2010 forgotten in the path. I cleaned this mess and I put in the path the directory containing gnat1.exe. Then I run again the win32ada installer. However, I got the same message ("Setup couldn't find a native Ada compiler on your system"). I decided to bypass this warning, and "Performing automatic installation using compiler in D: \GPS-2011" was displayed until it ends up by "installation completed". Thank you for your help. Phil.