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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9451f269f5a90558 X-Google-Attributes: gid103376,public From: Simon Wright Subject: Re: making music Date: 1998/04/26 Message-ID: #1/1 X-Deja-AN: 347852636 X-NNTP-Posting-Host: pogner.demon.co.uk:158.152.70.98 References: <35397BC6.2A85CEAC@wvnet.at> <35398fdf.116942877@news.nextdim.com> <3542664f.0@news.thefree.net> X-Complaints-To: abuse@demon.net X-Trace: news.demon.co.uk 893611212 nnrp-11:10444 NO-IDENT pogner.demon.co.uk:158.152.70.98 Organization: At Home Newsgroups: comp.lang.ada Date: 1998-04-26T00:00:00+00:00 List-Id: "JimBOB" writes: > with text_io,basic_num,mcc-sounds; > use text_io,basic_num,mcc-sounds; I imagine these are the lines; should be 'mcc.sounds' in both cases. ---------^--------- I know the GNAT file name is mcc-sounds.ads! When GNAT says play_for_me.adb:4:27:is missing";" it means that the point at which it's detected the error is the 27th character of the 4th line.