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,5bcecfde044a119d X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!z27g2000prd.googlegroups.com!not-for-mail From: raster Newsgroups: comp.lang.ada Subject: Re: Ada for Netbeans [0.1.6] Date: Wed, 7 Jan 2009 15:26:59 -0800 (PST) Organization: http://groups.google.com Message-ID: <68632358-7586-4fac-8020-c728aa231b3c@z27g2000prd.googlegroups.com> References: <483c86d1-7a60-4a86-8bbb-aa79d364f82a@r10g2000prf.googlegroups.com> <199b4221-bc46-4dfc-beca-542917a8f548@r37g2000prr.googlegroups.com> <28dfe716-8c01-4a77-a55f-86fc747b007b@o4g2000pra.googlegroups.com> <028effae-d6ba-48eb-a22b-4a65acfb725e@b38g2000prf.googlegroups.com> <2681b9ec-15c4-4a7b-a3ea-26d2db4ba9f6@n33g2000pri.googlegroups.com> NNTP-Posting-Host: 217.26.81.94 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1231370819 12597 127.0.0.1 (7 Jan 2009 23:26:59 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 7 Jan 2009 23:26:59 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z27g2000prd.googlegroups.com; posting-host=217.26.81.94; posting-account=LDPjRAoAAAAZu1G5DMbtRRee9qLHh2Ql User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; it; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:4201 Date: 2009-01-07T15:26:59-08:00 List-Id: On 6 Gen, 13:37, J=E9r=F4me wrote: > 1/ Auto-Detect is still not giving me any results. > I am using Windows XP SP3 with Gnat GPL 2008 and Gnat GPL 2007 > "manually copied" somewhere on C: > I start Netbeans 6.5 from a Command Prompt with PATH adjusted > (depending on which compiler I want to use). > FYI, =A0(Emacs + ada-mode) and GPS are working fine Can you tell me the complete path of GNAT GPL 2007 and 2008 that you have on your computer? I will try to understand because it doesn't work. Also I use GNAT GPL 2008. > 2/ Here under you will find an updated Ada Source file for which the > editor claims there are "Syntax error" > > =A0 =A0-- Problem in 0.1.6 > =A0 =A0generic > =A0 =A0 =A0 type A_Type is (<>); > =A0 =A0package A_Generic_Package is > =A0 =A0 =A0 function Is_Alive (A_Variable : A_Type) return Boolean; > =A0 =A0end A_Generic_Package; > For this problem I am already to the work. Thanks for your precious comments. Ciao, Anndrea