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,1f44263ee326f015 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!d19g2000yql.googlegroups.com!not-for-mail From: Britt Snodgrass Newsgroups: comp.lang.ada Subject: Re: Build / Make configuration tools and Ada medium or large projects Date: Tue, 8 Feb 2011 09:20:37 -0800 (PST) Organization: http://groups.google.com Message-ID: <1e3e40ff-94db-4c06-bf47-528f90678b2d@d19g2000yql.googlegroups.com> References: NNTP-Posting-Host: 205.175.225.24 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1297185637 18349 127.0.0.1 (8 Feb 2011 17:20:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 8 Feb 2011 17:20:37 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d19g2000yql.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; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; InfoPath.3; MS-RTC LM 8),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:17004 Date: 2011-02-08T09:20:37-08:00 List-Id: On Feb 8, 4:23=A0am, Yannick Duch=EAne (Hibou57) wrote: > What kind of tools comes with knowledge of overall available Ada compiler= s =A0 > and vendors associated project management ? Say you have an Ada project = =A0 > organized with AdaCore's GPR files, what would you use to make this =A0 > project buildable with another vendor project management facilities and = =A0 > compilers ? You may be able to use GPRbuild to invoke non-GNAT compilers, including other vendor's Ada compliers. I haven't had a chance to try it yet but I may have to within the coming year. See http://www2.adacore.com/wp-content/files/auto_update/gprbuild-docs/pdf/gprb= uild_ug.pdf or http://www2.adacore.com/wp-content/files/auto_update/gprbuild-docs/html/gpr= build_ug.html - Britt