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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,e2ad5a195382d05e,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-24 02:06:48 PST Path: archiver1.google.com!postnews2.google.com!not-for-mail From: patureau@free.fr (St?phane) Newsgroups: comp.lang.ada Subject: GtkAda + Glade (annex E) Date: 24 Mar 2004 02:06:47 -0800 Organization: http://groups.google.com Message-ID: <69139f27.0403240206.a503fd7@posting.google.com> NNTP-Posting-Host: 212.11.21.99 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1080122807 26405 127.0.0.1 (24 Mar 2004 10:06:47 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 24 Mar 2004 10:06:47 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:6474 Date: 2004-03-24T02:06:47-08:00 List-Id: Hi, I compile successfully glade and gtkada with gnat 3.15. But when i compile a distributed program with GtkAda, gnatdist find a problem with s-stratt.adb. ---------------------------------------------- error: "glib-object.adb" must be recompiled ("s-stratt.adb" has been modified) error: "gtkada-canvas.adb" must be recompiled ("s-stratt.adb" has been modified) error: "glib-graphs.adb" must be recompiled ("s-stratt.adb" has been modified) ---------------------------------------------- I think the problem is GtkAda was compiled with gnat's "s-stratt.adb" version, and gnatdist use a modified s-stratt.adb . My environnement: Linux, gnat 3.15p, glade 3.15p, GtkAda 2.2.1. Does anyone have a idea to compile GtkAda with the glade's s-stratt.adb ? St�phane.