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.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8ffca32c7cfc3cc9 X-Google-Attributes: gid103376,public From: Kenneth J Price Subject: Re: "Package 'Text_IO' is not predefined" Date: 1998/01/12 Message-ID: <34BA54D0.6201@switch.com>#1/1 X-Deja-AN: 315286090 Content-Transfer-Encoding: 7bit References: <698kk2$261$1@haus.efn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Organization: Union Switch & Signal Newsgroups: comp.lang.ada Date: 1998-01-12T00:00:00+00:00 List-Id: Dave Hetrick wrote: > > I keep getting a "Package 'Text_IO' is not predefined" error when I try > to compile a sample program that came with a tutorial. > Here is the code of the program. > > with Text_IO; use Text_IO; > procedure Hello is > begin > Put_Line("Hello!"); > end Hello; > Dave, Did you set the ADA_INCLUDE_PATH and the ADA_OBJECTS_PATH as cited in the ez2load documentation? --Ken Price