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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b46d8bea20dff822 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-04 06:59:59 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsswitch.lcs.mit.edu!newsfeed.ecrc.net.MISMATCH!news-FFM2.ecrc.net!news.siemens.de!news.mch.sbs.de!not-for-mail From: Alfred Hilscher Newsgroups: comp.lang.ada Subject: Re: Adagide install doesn't seem to work? Date: Mon, 04 Mar 2002 15:59:50 +0100 Organization: Siemens AG Message-ID: <3C838BE6.AE7EB9@icn.siemens.de> References: <3c80f8fd$1@news.nucleus.com> <3C821EA0.B9BA5F65@t-online.de> <3c8256e4@news.nucleus.com> <3C83540D.ADD760ED@icn.siemens.de> <3c838462$1@news.nucleus.com> NNTP-Posting-Host: 139.21.122.158 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:20767 Date: 2002-03-04T15:59:50+01:00 List-Id: Ben wrote: > > Hey there. Thanks for the reply. > > I went ahead and did the following: > > Uninstalled both products > Installed gnat at X:\GNAT > Installed the newest adagide at X:\Program Files\adagide > > And it seems to work fine. This is under XP Pro, but I do have the required > priv's. I am not sure, but I think it's because of the blank character in the pathname. Although windows accept it, its handling is something special. E.g. you must write 'dir "program files"' rather than 'dir program files' on the command line. The same is valid when calling programs ("\program files\adagide\adagide" vs. \program files\adagide\adagide). While AdaGide does some explicit handling for path names to avoid problems, GNAT seems not to do so.