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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,a46876163b4897bc X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!k41g2000vbt.googlegroups.com!not-for-mail From: Srini - Newsgroups: comp.lang.ada Subject: Re: GTKADA Installation Questions Date: Thu, 8 Oct 2009 02:23:07 -0700 (PDT) Organization: http://groups.google.com Message-ID: <46e16b49-dfe0-423c-83f8-db46f6db07cd@k41g2000vbt.googlegroups.com> References: NNTP-Posting-Host: 98.216.109.119 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1254993787 17763 127.0.0.1 (8 Oct 2009 09:23:07 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 8 Oct 2009 09:23:07 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k41g2000vbt.googlegroups.com; posting-host=98.216.109.119; posting-account=mZyFSQoAAABfOmklsh1d8TPbS2LncUKl User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:8619 Date: 2009-10-08T02:23:07-07:00 List-Id: On Oct 8, 2:56=A0am, "Paul" wrote: > Hi, > =A0 =A0 =A0 =A0 I'm trying to work my way through the GTKADA tutorial exa= mples and > have some questions about the preferred installation of GNAT and > GTKADA. =A0I'm using Windows XP (sorry :o)), GNAT GPL 2009, GTKADA GPL > 2.14.0 and GPS GPL 4.3.2. =A0All of these from the Libre site. > > There was an interesting discussion back in September regarding runtime > errors and the pango.aliases file which was useful. =A0I had the same > problem but while sorting that out I discovered that the GNAT > installation and GTKADA installations have similar, but slightly > different, directory structures. =A0This resulted in me having two > different copies of the pango.aliases file. =A0Naturally I updated the > wrong file and was rewarded by exactly the same error! =A0Perhaps there > is a PATH problem I need to fix. =A0 I also noticed that some of the > duplicated files have different date/time stamps which is disturbing. > > So my question is should I be installing GTKADA "on top" of GNAT so > that the duplicated directories overlap? =A0The installation process > doesn't imply that this is a useful thing to do. > > Rgds > > Paul > > -- My gnat dir is c:\gnat\2009 gnatada is c:\gnat\2009\GtkAda except the pango.aliases issue, this has worked out reasonably for me. I have a small setup.bat that looks like: set GTKADA=3DC:\GNAT\2009\GTKADA set ADA_PROJECT_PATH=3D%ADA_PROJECT_PATH%;%GTKADA%\lib\gnat I am sortof at peace. However, if you want to use gps (I use mostly emacs and the command line) then your best best is to have gtkada installed in the gnat directory. Hope this helps. I would like other feedback as well. thanks, srini