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-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: GLib and Pango Warnings References: <4a4f55ed$0$22055$703f8584@news.kpn.nl> From: Stephen Leake Date: Sun, 05 Jul 2009 10:06:03 -0400 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) Cancel-Lock: sha1:Paw3tTDA+O7m7mDiAg8FroDMd9g= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 6dfee4a50b356e9cadf9d30549 Xref: g2news2.google.com comp.lang.ada:6840 Date: 2009-07-05T10:06:03-04:00 List-Id: "ldries46" writes: > I do get the following warnings in the DOS window since I use GPL 2009 at > the moment that I run the program: > (c_to_ada.exe:444): GLib_WARNING **: Passing a non-NULL package to > g_win32_get_package_installation_directory() is depreciated and will not > work in GLib after 2.18. > (c_to_ada.exe:444): Pango_WARNING **: error reading alias file: > D:\PROGRA~1\GNAT\2009\etc\pango\pango.aliases:4: Line is not of the form > KEY=VALUE or KEY+=VALUE I get these as well. I fixed the second one by editing the '...pango.aliases' file; add spaces around the '='. I haven't investigated the first one yet. > What is the reason of these warnings They seem pretty clear on their own; the second one is about bad syntax, the first about a subprogram that will be changing its behavior in the next release. -- -- Stephe