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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c76108e955e7f138 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-26 14:25:39 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!dispose.news.demon.net!demon!btnet-peer0!btnet!news5-gui.server.ntli.net!ntli.net!news6-win.server.ntlworld.com.POSTED!not-for-mail Reply-To: "Liddle Feesh" From: "Liddle Feesh" Newsgroups: comp.lang.ada References: Subject: Re: Why won't this package compile? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Wed, 26 Dec 2001 22:20:17 -0000 NNTP-Posting-Host: 213.105.185.39 X-Complaints-To: abuse@ntlworld.com X-Trace: news6-win.server.ntlworld.com 1009405226 213.105.185.39 (Wed, 26 Dec 2001 22:20:26 GMT) NNTP-Posting-Date: Wed, 26 Dec 2001 22:20:26 GMT Organization: ntl Cablemodem News Service Xref: archiver1.google.com comp.lang.ada:18315 Date: 2001-12-26T22:20:17+00:00 List-Id: "Michal Nowak" wrote: > If you want to use Put_Line you should with Ada.Text_IO > and use Ada.Text_IO; Noted. I shall add these at the beginning of the package spec and package body. > > end add; > > > > procedure remove is > > begin > > -- Put_Line("Queue_Package Remove node procedure"); > > end Remove; > > > > procedure initalise is > > begin > > There cannot be nothing here. > If you want the precedure do nothing, > write just: > null; Also noted - thanks. > > end initalise; > > > > procedure is_empty_Queue > > begin > > > > end is_empty_Queue; > > > >end Queue_Package; > > And what is the specification? The specification is written in the main post. > BTW, in some previous mail you wrote, that you are not using > GNAT, because it is not working on your system. > What version of GNAT and from did you got it from? The GNAT version I downloaded was from: ftp://cs.nyu.edu/pub/gnat/3.13p/winnt/ It appears to be version 3.31p. I am running Windows 2000 Professional (SP2). -- Liddle Feesh ' O 0 o <"//>< ' o'^ (Remove UNDERPANTS to reply)