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,8fa98f4202df5e1 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!p35g2000yqh.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?Hibou57_=28Yannick_Duch=EAne=29?= Newsgroups: comp.lang.ada Subject: Re: gnat Project files Date: Wed, 4 Nov 2009 06:20:32 -0800 (PST) Organization: http://groups.google.com Message-ID: <2b75c222-406d-45ae-b091-2f7a4047d3ef@p35g2000yqh.googlegroups.com> References: <316f58b2-1151-4124-a416-e0345be66474@x15g2000vbr.googlegroups.com> NNTP-Posting-Host: 86.66.190.148 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1257344432 12782 127.0.0.1 (4 Nov 2009 14:20:32 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 4 Nov 2009 14:20:32 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p35g2000yqh.googlegroups.com; posting-host=86.66.190.148; posting-account=vrfdLAoAAAAauX_3XwyXEwXCWN3A1l8D User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; fr),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:8960 Date: 2009-11-04T06:20:32-08:00 List-Id: On 4 nov, 14:23, AdaMagica wrote: > > Yes, I have the same problem too. So far the best solution I know is: > > > with "common.gpr"; > > project Dependent is > > =A0 =A0for Object_Dir use Common'Object_Dir; > > This is not the best solution, it's *the* solution AdaCore has in mind. Currently, I do not use GPS, nor the GNAT project facilities, but still have a question : is it possible to use a relative path for this common path ? I mean, a relative path which would be interpreted relatively to another path specific to each project.