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,4d4cd5213a5d1c61 X-Google-Attributes: gid103376,public From: pvanbell@cloud9.net (Paul Van Bellinghen) Subject: Re: ADAcaps Date: 1997/01/25 Message-ID: <32e97e04.19481846@NEWS.CLOUD9.NET>#1/1 X-Deja-AN: 212038244 references: <32E6D61E.15CE@omnimage.ca> organization: Cloud 9 Internet, White Plains, NY, USA newsgroups: comp.lang.ada Date: 1997-01-25T00:00:00+00:00 List-Id: On Wed, 22 Jan 1997 22:08:14 -0500, Eric Aube wrote: >I've got a problem with my adacaps... >This is the first time I'm using this program and >when I try to compile a program, it says: > >Compiling >Invalid directory >Press any key to continue... > >I've runned the gnat307.bat that the installation >program generates. I can't understand why it >does that. > >Can anyone help? > >Thanks in advance! I believe AdaCaps must be run from the directory where your source files are. In other words, if you are in directory C:\a when you launch AdaCaps and open files from C:\b directory, AdaCaps will not be able to locate the files when you go to compile them. This is one reason that AdaCaps will not work under Windows. You always have to get a DOS prompt at the source file directory and then launch AdaCaps.