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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fa552b9417d4cab,start X-Google-Attributes: gid103376,public From: jconley@mindspring.com (James Conley) Subject: compiler errors in GNAT 304a (win95) Date: 1996/10/27 Message-ID: <550d8k$vkh@camel4.mindspring.com>#1/1 X-Deja-AN: 192692322 organization: MindSpring Enterprises, Inc. x-server-date: 27 Oct 1996 19:30:28 GMT reply-to: jconley@mindspring.com newsgroups: comp.lang.ada Date: 1996-10-27T19:30:28+00:00 List-Id: 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