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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,db18c89851d14b2d,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-02 18:27:33 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!nntp.theplanet.net!inewsm1.nntp.theplanet.net!195.40.4.120.MISMATCH!easynet-quince!easynet.net!cox.net!p01!news1.east.cox.net.POSTED!53ab2750!not-for-mail From: "R. Srinivasan" Newsgroups: comp.lang.ada Subject: glade 3.15 build errors X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Message-ID: Date: Mon, 03 Feb 2003 02:27:31 GMT NNTP-Posting-Host: 68.10.37.142 X-Complaints-To: abuse@cox.net X-Trace: news1.east.cox.net 1044239251 68.10.37.142 (Sun, 02 Feb 2003 21:27:31 EST) NNTP-Posting-Date: Sun, 02 Feb 2003 21:27:31 EST Organization: Cox Communications Xref: archiver1.google.com comp.lang.ada:33705 Date: 2003-02-03T02:27:31+00:00 List-Id: when i attempt to configure glade 3.15 on RH8 I get the following failures : checking for sed... (cached) sed checking if the Ada compiler is recent enough... ./configure: line 1712: test: 3 .2-7: integer expression expected no configure: error: Please get a version of GNAT no older than 3.14 (20010122) (it looks like you only have GNAT 3.2 20020903 (3.2-7)) [srini@srini glade-3.15p-src]$ --------------------- Similarly under Win2K I get the following errors (after the configure appeared to succeed) : C:\Projects\Ada\glade-3.15p-src>make install Making install in Dist c:\GNAT\BIN\make.exe[1]: Entering directory `c:/Projects/Ada/glade-3.15p-src/Dis t' cd .. && automake --foreign Dist/Makefile automake: configure.in: `AM_INIT_AUTOMAKE' must be used c:\GNAT\BIN\make.exe[1]: *** [Makefile.in] Error 1 c:\GNAT\BIN\make.exe[1]: Leaving directory `c:/Projects/Ada/glade-3.15p-src/Dist ' make: *** [install-recursive] Error 1 --- clues on how to proceed would help regards srini