comp.lang.ada
 help / color / mirror / Atom feed
From: "Martin Carlisle" <carlislem@acm.org>
Subject: Re: Dot notation in Ada 2005
Date: 20 May 2006 05:16:25 -0700
Date: 2006-05-20T05:16:25-07:00	[thread overview]
Message-ID: <1148127385.390797.169690@y43g2000cwc.googlegroups.com> (raw)
In-Reply-To: <e4k5l2$i1d$2@upsn250.cri.u-psud.fr>

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




  reply	other threads:[~2006-05-20 12:16 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 [this message]
2006-05-22  6:50   ` Philippe Tarroux
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