comp.lang.ada
 help / color / mirror / Atom feed
From: Philippe Tarroux <philippe.tarroux@limsi.fr>
Subject: Re: Dot notation in Ada 2005
Date: Mon, 22 May 2006 08:50:51 +0200
Date: 2006-05-22T08:50:51+02:00	[thread overview]
Message-ID: <e4rms0$q0c$1@upsn250.cri.u-psud.fr> (raw)
In-Reply-To: <1148127385.390797.169690@y43g2000cwc.googlegroups.com>

Martin Carlisle a �crit :

>Your forgot the -gnat05 flag.  See below:
>
>C:\d\temp>gnatmake -g objs-ext_objs
>gcc -c -g objs-ext_objs.adb
>objs-ext_objs.adb:21:16: no selector "X" for type "New_Point" defined
>at objs-ex
>t_objs.ads:12
>gnatmake: "objs-ext_objs.adb" compilation error
>
>C:\d\temp>gnatmake -g -gnat05 objs-ext_objs
>gcc -c -g -gnat05 objs-ext_objs.adb
>gcc -c -g -gnat05 objs.ads
>
>c:\d\temp>
>
>--Martin Carlisle
>  
>
Unfortunately not:

gnatmake -u -c -u -PD:/users/philippe/src/ada/tests/objs/objs_test.gpr 
objs-ext_objs.adb -d
gcc -c -gnat05 -I- -gnatA 
D:\users\philippe\src\ada\tests\objs\objs-ext_objs.adb
objs-ext_objs.adb:16:16: no selector "X" for type "New_Point" defined at 
objs-ext_objs.ads:9
gnatmake: "d:\users\philippe\src\ada\tests\objs\objs-ext_objs.adb" 
compilation error

What compiler do you use?

Philippe Tarroux



  reply	other threads:[~2006-05-22  6:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-19 10:14 Dot notation in Ada 2005 Philippe Tarroux
2006-05-20 12:16 ` Martin Carlisle
2006-05-22  6:50   ` Philippe Tarroux [this message]
2006-05-22  8:19     ` Marc Enzmann
2006-05-22 10:33       ` christoph.grein
2006-05-22 11:09         ` Marc Enzmann
2006-05-23 15:02     ` Martin Carlisle
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox