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,4fe4dfa1b8acdbe4 X-Google-Attributes: gid103376,public From: mcc@tyrolia.cs.princeton.edu (Martin C. Carlisle) Subject: Re: gnat310p on NT Date: 1998/08/14 Message-ID: <6r1iq4$sqm$1@cnn.Princeton.EDU>#1/1 X-Deja-AN: 381115839 References: <01bdc744$cef04bc0$0e2915c0@w95> <0QXRrq2x9GA.123@samson.airnet.net> Organization: US Air Force Academy, Dept of Computer Science Newsgroups: comp.lang.ada Date: 1998-08-14T00:00:00+00:00 List-Id: In article <0QXRrq2x9GA.123@samson.airnet.net> you write: >bob wrote in message <01bdc744$cef04bc0$0e2915c0@w95>... >>Anyone using NT gnat? Have a 4400 line package (body) running on Linux and >>wanted to run it on NT. AdaGide croaked big time. Said code was too big and >>to try with "colorizing off". Did this and couldn't save the .ini. It >>killed the Gide. Any clues??? >For example, the bodies of subprograms and/or tasks can (should IMHO) be >made separates. I strongly agree with the above comment. >Incidentally, If you haven't done so already, you should get version 6.20 of >AdaGIDE at: >ftp://ftp.usafa.af.mil/pub/dfcs/carlisle/adagide/agide620.zip Nonetheless, in deference to people who think 64K as a max file size was just too small, AdaGIDE 6.20 should support files of size up to 1MB. In the source, this type of thing is found in limits.ads In general, if you are tyring to distinguish between a GNAT problem and an AdaGIDE problem, try doing the compilation from the command line. If that succeeds and within AdaGIDE fails, then I would be the right person to contact. If you can't compile from the command prompt either, you have a GNAT configuration problem. --Martin -- Martin C. Carlisle, Computer Science, US Air Force Academy mcc@cs.usafa.af.mil, http://www.usafa.af.mil/dfcs/bios/carlisle.html DISCLAIMER: This content in no way reflects the opinions, standard or policy of the US Air Force Academy or the United States Government. -- Martin C. Carlisle, Computer Science, US Air Force Academy mcc@cs.usafa.af.mil, http://www.usafa.af.mil/dfcs/bios/carlisle.html DISCLAIMER: This content in no way reflects the opinions, standard or policy of the US Air Force Academy or the United States Government.