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-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!s6g2000vbp.googlegroups.com!not-for-mail From: Srini - Newsgroups: comp.lang.ada Subject: Re: Gtk warnings Date: Sun, 27 Sep 2009 15:00:26 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <1c7436c2-3e71-4630-a91d-a32d0ea0f8e0@o35g2000vbi.googlegroups.com> <1hs0vahnoft94.1vssasdghzkx2$.dlg@40tude.net> 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 1254088826 11668 127.0.0.1 (27 Sep 2009 22:00:26 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 27 Sep 2009 22:00:26 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s6g2000vbp.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) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9.1,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:8504 Date: 2009-09-27T15:00:26-07:00 List-Id: sorted. turns out there is a c:\gnat\2009\etc\pango directory that comes with gnat. my gtkada was installed at c:\gnat\2009\gtkada which had its own etc directory. so based on the error message, I had attempted to cleanup the pango.aliases under \gnat\2009\gtkada\etc which did not seem to do anything. Hence my confusion. Anyhow, thanks for the pointers, srini On Sep 27, 5:16=A0pm, "Dmitry A. Kazakov" wrote: > On 27 Sep 2009 19:14:25 GMT, Peter C. Chapin wrote: > > > > > > > Srini - wrote in > >news:d79213cb-d527-4441-99c9-7b4316b97cec@g23g2000vbr.googlegroups.com: > > >>> sans =3D sans > >>> sans +=3D "tahoma bitstream cyberbit" > >>> helvetica =3D "tahoma" > >>> times=3D"times new roman" > > > There should be spaces around the '=3D' in in the line > > > times=3D"times new roman" > > > It surprises me that > > > a) This should be necessary. > > b) Given that it is necessary AdaCore hasn't fixed it. > > > I suppose the issue with (b) is that the warning only shows up on the > > console so if you only ever launch programs from the GUI you might neve= r > > notice it. I had this problem with GNAT GPL 2008 and added the spaces a= s a > > wild guess. After doing that the warning went away. > > > I'm glad to know I'm not the only person in the world who has observed = this > > odd behavior. > > Ah, sorry, I forgot that I installed a newer version of Gtk (the one from > the GIMP distribution), so my file actually is: > > courier =3D "courier new" > tahoma =3D "tahoma,browallia > new,mingliu,simhei,gulimche,msgothic,kartika,latha,mangal,raavi" > sans =3D "arial,browallia > new,mingliu,simhei,gulimche,msgothic,kartika,latha,mangal,raavi" > serif =3D "times new roman,angsana > new,mingliu,simsun,gulimche,msgothic,kartika,latha,mangal,raavi" > mono =3D "courier new,courier > monothai,mingliu,simsun,gulimche,msgothic,kartika,latha,mangal,raavi" > monospace =3D "courier new,courier > monothai,mingliu,simsun,gulimche,msgothic,kartika,latha,mangal,raavi" > > It precedes one coming with GtkAda in the PATH. > > There is another bug in GtkAda distribution. It does not contain > gspawn-win32-helper.exe (required for some Glib functions). > > -- > Regards, > Dmitry A. Kazakovhttp://www.dmitry-kazakov.de