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: a07f3367d7,168309ad531202b6 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!m24g2000vbu.googlegroups.com!not-for-mail From: Britt Snodgrass Newsgroups: comp.lang.ada Subject: Re: GNATBench : how can I install ? Date: Thu, 4 Nov 2010 12:08:53 -0700 (PDT) Organization: http://groups.google.com Message-ID: <1717f132-4cc1-43ec-89a8-69d40a12d65d@m24g2000vbu.googlegroups.com> References: NNTP-Posting-Host: 205.175.225.24 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1288897733 23864 127.0.0.1 (4 Nov 2010 19:08:53 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 4 Nov 2010 19:08:53 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m24g2000vbu.googlegroups.com; posting-host=205.175.225.24; posting-account=rdRzuwoAAAAyW3CSBhs_xgfCUJSc1aNt User-Agent: G2/1.0 X-HTTP-Via: 1.1 secproxy04.rockwellcollins.com:8080 (IWSS) X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; InfoPath.3),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:16201 Date: 2010-11-04T12:08:53-07:00 List-Id: Forget Hibachi, its a (effectively) dead project. GNATbench has some minimal dependence on the CDT to support mixed language programming and debugging, I think. I have installed GNATbench many times. Assuming you have GNATbench 2.4.0, I would first get the Eclipse 3.5.2 SDK from www.eclipse.org and then use the built- in "Help->Install New Software..." to find and install the compatible version of the CDT (e.g. CDT 6.0.2). Then install GNATbench 2.4.0. Versions of GNATbench up through 2.4.0 will default (with prompt) to installing themselves into the GNAT bin directory and then putting a gnatbench.link file in a "links" subdirectory in the Eclipse directory. Restart Eclipse after installation. Version 2.5.0 of GNATbench (when released) will have a more standard "local update site" installation mechanism. - Britt