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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c7cc2013cc83f8e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-15 04:04:44 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!feed.news.nacamar.de!eusc.inter.net!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: ANN: BUSH 0.9.2 released Date: Sat, 15 Feb 2003 12:04:27 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <3E4D963C.673E0E32@sympatico.ca> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1045310667 10963 134.91.1.34 (15 Feb 2003 12:04:27 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Sat, 15 Feb 2003 12:04:27 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: archiver1.google.com comp.lang.ada:34119 Date: 2003-02-15T12:04:27+00:00 List-Id: Ken O. Burtch wrote: : : : BUSH 0.9.2 has been released. For those who see the message that wc.ads must be compiled because there is no wc.ali, here is a patch for Makefile, adding a '.' in -I for ADAVOX-0.51, which is missing I think. --- Makefile 2003-02-15 12:59:15.000000000 +0100 +++ bush-0.9.2-src/Makefile 2003-02-14 18:12:31.000000000 +0100 @@ -16 +16 @@ - gnatbind -x -I./adacgi-1.6/ -I./apq-1.92/ -I./ADAVOX-0.51/bc -I./ADAVOX-0.51/wc -I./ADAVOX-0.51/main bush.ali + gnatbind -x -I./adacgi-1.6/ -I./apq-1.92/ -I./ADAVOX-0.51/bc -I./ADAVOX-0.51/wc -I/ADAVOX-0.51/main bush.ali