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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ebe6e2ef707c0384 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx01.iad01.newshosting.com!newshosting.com!204.127.204.223.MISMATCH!wns13feed!worldnet.att.net!164.128.36.58!news.ip-plus.net!newsfeed.ip-plus.net!news.post.ch!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: how to create a record Date: Fri, 03 Nov 2006 12:51:25 +0100 Organization: Swisscom IP+ (post doesn't reflect views of Swisscom) Message-ID: <454b2d3e@news.post.ch> References: <1162523698.802339.225760@h54g2000cwb.googlegroups.com> NNTP-Posting-Host: 194.41.146.1 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: atlas.ip-plus.net 1162554688 16160 194.41.146.1 (3 Nov 2006 11:51:28 GMT) X-Complaints-To: abuse@ip-plus.net NNTP-Posting-Date: Fri, 3 Nov 2006 11:51:28 +0000 (UTC) User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) In-Reply-To: <1162523698.802339.225760@h54g2000cwb.googlegroups.com> X-Original-NNTP-Posting-Host: w01iwt.pnet.ch X-Original-Trace: 3 Nov 2006 12:51:26 +0200, w01iwt.pnet.ch Xref: g2news2.google.com comp.lang.ada:7353 Date: 2006-11-03T12:51:25+01:00 List-Id: markww schrieb: > C:\>gnatmake C:\Ada_LinkedList.adb > gcc -c -IC:\ -I- C:\ada_linkedlist.adb > ada_linkedlist.adb:4:05: compilation unit expected > gnatmake: "C:\ada_linkedlist.adb" compilation error Your question has been answered, so just some suggested reading: http://en.wikibooks.org/wiki/Ada_Programming/Packages Martin