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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,a532e5d03f482e5 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!194.25.134.126.MISMATCH!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Gtk warnings Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <1c7436c2-3e71-4630-a91d-a32d0ea0f8e0@o35g2000vbi.googlegroups.com> <1hs0vahnoft94.1vssasdghzkx2$.dlg@40tude.net> Date: Sun, 27 Sep 2009 23:16:16 +0200 Message-ID: NNTP-Posting-Date: 27 Sep 2009 23:16:15 CEST NNTP-Posting-Host: d97b1d7d.newsspool1.arcor-online.net X-Trace: DXC=XIk4o7Bf_abJ00P1S40fZgic==]BZ:afn4Fo<]lROoRa^YC2XCjHcbi\b@h]d3K4HeDNcfSJ;bb[eIRnRBaCd 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 = sans >>> sans += "tahoma bitstream cyberbit" >>> helvetica = "tahoma" >>> times="times new roman" > > There should be spaces around the '=' in in the line > > times="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 never > notice it. I had this problem with GNAT GPL 2008 and added the spaces as 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 = "courier new" tahoma = "tahoma,browallia new,mingliu,simhei,gulimche,msgothic,kartika,latha,mangal,raavi" sans = "arial,browallia new,mingliu,simhei,gulimche,msgothic,kartika,latha,mangal,raavi" serif = "times new roman,angsana new,mingliu,simsun,gulimche,msgothic,kartika,latha,mangal,raavi" mono = "courier new,courier monothai,mingliu,simsun,gulimche,msgothic,kartika,latha,mangal,raavi" monospace = "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. Kazakov http://www.dmitry-kazakov.de