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.66.72.232 with SMTP id g8mr238853pav.23.1355831181862; Tue, 18 Dec 2012 03:46:21 -0800 (PST) Path: 6ni51305pbd.1!nntp.google.com!news.glorb.com!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!feed.xsnews.nl!border-2.ams.xsnews.nl!post-feeder-01.xsnews.nl!frontend-F09-08.ams.news.kpn.nl From: "ldries46" Newsgroups: comp.lang.ada References: <50cdd1b6$0$18189$703f8584@news.kpn.nl> <50ce9fa5$0$17411$703f8584@news.kpn.nl> <13zuzdvw7alhu$.yitnalafyje8$.dlg@40tude.net> In-Reply-To: Subject: Re: gtkada.gpr usage Date: Tue, 18 Dec 2012 12:45:14 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Newsreader: Microsoft Windows Live Mail 15.4.3555.308 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3555.308 Message-ID: <50d056a4$0$16324$703f8584@news.kpn.nl> Organization: KPN.com NNTP-Posting-Host: 77.168.179.107 X-Trace: 1355830948 news.kpn.nl 16324 77.168.179.107@kpn/77.168.179.107:51389 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit Date: 2012-12-18T12:45:14+01:00 List-Id: I indeed found the same problems with some programs, notably the problems with spaces (mostly some very old programs from the time that spaces were not yet allowed), programs which can only (partly) be installed on the C: partition. It is my opinion that a neat system should be the first priority for also a programmer, even more for a Ada programmer, because neatness is one of the most important things that the Ada laguage forces on us. "Randy Brukardt" schreef in bericht news:kaocpl$un8$1@munin.nbi.dk... "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.