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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,33fc29f1d60512af,start 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!nntp.de!feeder.erje.net!zen.net.uk!dedekind.zen.co.uk!pfeed09.wxs.nl!newsfeed.kpn.net!pfeed14.wxs.nl!pfeed15.wxs.nl!not-for-mail From: "ldries46" Newsgroups: comp.lang.ada Subject: GLib and Pango Warnings Date: Sat, 4 Jul 2009 15:15:29 +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: <4a4f55ed$0$22055$703f8584@news.kpn.nl> NNTP-Posting-Host: 86.88.17.1 X-Trace: 1246713325 news.kpn.nl 22055 86.88.17.1:56805 X-Complaints-To: abuse@planet.nl Xref: g2news2.google.com comp.lang.ada:6833 Date: 2009-07-04T15:15:29+02:00 List-Id: 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 In the debugger console I see file e:/ada/project/ctoada/c_to_ada.exe (gdb) run [New thread 444.0x30c] [New thread 444.0x768] Please note the 444 which also appears after the name of the program earlier I have not altererd anything in the program but only compiled the program completely with the new compiler. What is the reason of these warnings that also appears in a simular way in another program and how can I stop these from appearing L. Dries