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: 103376,8974021777f16421,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!newsfeed.stueberl.de!news.bawue.net!sumatra.thomas-huehn.de!not-for-mail From: =?ISO-8859-15?Q?Thomas_H=FChn?= Newsgroups: comp.lang.ada Subject: xmlada and tree_readers.ads Date: Sat, 30 Apr 2005 14:33:15 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sumatra.thomas-huehn.de 1114864402 14377 84.160.137.216 (30 Apr 2005 12:33:22 GMT) X-Complaints-To: abuse@sumatra.thomas-huehn.de User-Agent: Mozilla Thunderbird 1.0 (X11/20050116) X-Accept-Language: de-DE, de, en-us, en Xref: g2news1.google.com comp.lang.ada:10854 Date: 2005-04-30T14:33:15+02:00 List-Id: Hi I try to compile a project that complains about a missing tree_readers.ads file. A quick Google search gave me this in the xmlada documentation: "A default SAX implementation is provided in the tree_readers file, through its Parse function." But I haven't been able to locate that file "tree_readers.ads". My xmlada (from the GNAT Academic Program) hasn't installed it, I think. Is it in some other library, not xmlada? And a short followup: GtkAda 2.2 from the GAP CD doesn't compile, does it? And GtkAda 2.4 does compile, but has an error in make install, but only in the examples, so it doesn't matter much, right? Thomas