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,fa552b9417d4cab X-Google-Attributes: gid103376,public From: amolthan@cdsnet.net (BlacKnight) Subject: Re: compiler errors in GNAT 304a (win95) Date: 1996/10/28 Message-ID: <551q1e$3db@news.cdsnet.net>#1/1 X-Deja-AN: 192658327 references: <550d8k$vkh@camel4.mindspring.com> content-type: Text/Plain; charset=US-ASCII organization: CDS Internet, Medford Oregon mime-version: 1.0 newsgroups: comp.lang.ada Date: 1996-10-28T00:00:00+00:00 List-Id: Funny you should have that problem, I had the same on all of my adainclude files this morning when I tried to compile my lab. Don't know why it happened but I just deleted gnat304a and reinstalled it, it works fine now. In article <550d8k$vkh@camel4.mindspring.com>, jconley@mindspring.com says... > >I was writing a simple program that used text.io and overrode put() to >put an array of integers. I have yet to have it work right, but I got >a strange sieris of errors from gnatmake - it tells me that system.ads >and ada.ads has been modified and that I have to recompile everything >that depends on them (text.io,etc about 30+ sources..). I haven't >modified anything that I know of except my little program that is in a >seperate directory alltogether! This seems awful strange, is this >common? mabye I accidently changed the date on one of these files >while moving them to a different directory or something. - how would I >recompile all these files?? Do i just go to that directory and issue a >gnatmake for each file it complains about? please let me know if >anyone has any idea why it would do this and how to fix it please. >Thanks! > >James >jconley@mindspring.com > >