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,e44790cdcea9da82 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Marc A. Criley" Newsgroups: comp.lang.ada Subject: Re: Problem with -gnatt (was Re: Javadoc-like for Ada) Date: Thu, 7 Oct 2004 13:43:26 -0500 Message-ID: <2slh2iF1lp0u2U1@uni-berlin.de> References: <41651D37.4030805@mailinator.com> <2skt9qF1ljjdtU1@uni-berlin.de> <4165472D.2030704@mailinator.com> <416573FA.4010003@mailinator.com> X-Trace: news.uni-berlin.de 2KQyBA22sOoNarouAePRFQqcPQ0sP92dfUDHT+eWuG2B/ftARs X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Xref: g2news1.google.com comp.lang.ada:4889 Date: 2004-10-07T13:43:26-05:00 List-Id: "Alex R. Mosteo" wrote: > > I'm trying now AdaBrowse with a fairly big project of mine and: > > When I add the -gnatt switch to get the tree, gnat bails out with a > "gnat bug detected". Compiling normally it goes ok... Because AdaBrowse uses ASIS, it inherits being very picky about the version of the GNAT compiler that is being used. If you're already aware of that aspect, please disregard the following and just let Thomas Wolfe know about your problem. He's been very good in the past about working to overcome problems. Otherwise, make sure you closely read the "Download" and "Supported Compilers" section of http://home.tiscalinet.ch/t_wolf/tw/ada95/adabrowse/, since that goes over the compiler version issue. Note in particular that AdaBrowse "will not work with the FSF GNAT in gcc 3.x because there is no ASIS implementation for that compiler." Marc