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: a07f3367d7,33fc29f1d60512af X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!newsfeed.freenet.de!xlned.com!feeder3.xlned.com!pfeed09.wxs.nl!newsfeed.kpn.net!pfeed14.wxs.nl!pfeed15.wxs.nl!not-for-mail From: "ldries46" Newsgroups: comp.lang.ada References: <4a4f55ed$0$22055$703f8584@news.kpn.nl> Subject: Re: GLib and Pango Warnings Date: Tue, 7 Jul 2009 12:11:33 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-RFC2646: Format=Flowed; Original Message-ID: <4a531f4d$0$8972$703f8584@news.kpn.nl> NNTP-Posting-Host: 86.88.17.1 X-Trace: 1246961485 news.kpn.nl 8972 86.88.17.1:60296 X-Complaints-To: abuse@planet.nl Xref: g2news2.google.com comp.lang.ada:6876 Date: 2009-07-07T12:11:33+02:00 List-Id: It's a pitty but the solution given does not work with me. "Stephen Leake" schreef in bericht news:uskhb6x84.fsf@stephe-leake.org... > "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