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-Thread: 103376,6335bb3f8dfd1c4a X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.180.83.101 with SMTP id p5mr66535wiy.0.1355789942447; Mon, 17 Dec 2012 16:19:02 -0800 (PST) MIME-Version: 1.0 X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 78.192.65.63 Path: i11ni208669wiw.0!nntp.google.com!proxad.net!feeder1-2.proxad.net!nntpfeed.proxad.net!news.muarf.org!news.ecp.fr!news.jacob-sparre.dk!munin.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: gtkada.gpr usage Date: Mon, 17 Dec 2012 18:19:00 -0600 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <50cdd1b6$0$18189$703f8584@news.kpn.nl> <50ce9fa5$0$17411$703f8584@news.kpn.nl> <13zuzdvw7alhu$.yitnalafyje8$.dlg@40tude.net> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1355789942 31464 69.95.181.76 (18 Dec 2012 00:19:02 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Tue, 18 Dec 2012 00:19:02 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-RFC2646: Format=Flowed; Original Date: 2012-12-17T18:19:00-06:00 List-Id: "J-P. Rosen" wrote in message news:kankbo$pes$1@dont-email.me... ... > There are cases where tools (including some Gnat tools) have problems > with directory names that include spaces - this may be the origin of > your troubles. My own application directory is called "applic", and I > install under "Program Files" only if the installer proposes to do so, > otherwise I use "Applic". This strategy comes from experience and lot of > time wasted! On top of this, some programs refuse to install or work properly when not installed on C:. Such programs are broken, IMHO, but installing anywhere other than the default directory of the installer can be a crapshoot (no idea how well-tested alternative locations will be). Randy.