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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9db59c8fd6079340 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!l1g2000hsa.googlegroups.com!not-for-mail From: Gene Newsgroups: comp.lang.ada Subject: Re: GLADE/Binder issue Date: Sun, 18 Nov 2007 15:21:34 -0800 (PST) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 70.101.174.178 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1195428094 7911 127.0.0.1 (18 Nov 2007 23:21:34 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 18 Nov 2007 23:21:34 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: l1g2000hsa.googlegroups.com; posting-host=70.101.174.178; posting-account=-BkjswoAAACC3NU8b6V8c50JQ2JBOs04 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30),gzip(gfe),gzip(gfe) Content-Disposition: inline Xref: g2news1.google.com comp.lang.ada:18488 Date: 2007-11-18T15:21:34-08:00 List-Id: On Nov 18, 2:44 pm, Anatoly Chernyshev wrote: > Hello, > > I was trying to install GLADE with the current version of GNAT GPL > 2007 (Win XP). When I got to making examples (using "make" command), > the following error from the binder came up: > ---------------------------------------------------------------------------------------------------------------- > gnatbind -Idsa/partitions/absolute/partition1 -Idsa/stubs -I. -I. -Ic: > \GNAT\glade\lib\garlic -I- -x C:\GNAT\glade\Examples\Eratho\absolute > \dsa\partitions\absolute\partition1\partition.ali > error: "s-finimp.adb" must be compiled > error: ("c:/GNAT/lib/gcc/pentium-mingw32msv/4.1.3/adalib/s-finimp.ali" > is obsolete and read-only) > gnatmake: *** bind failed. > make[2]: *** [mainloop] Error 1 > make[2]: Leaving directory `/cygdrive/c/GNAT/glade/Examples/Eratho/ > absolute' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/cygdrive/c/GNAT/glade/Examples/Eratho' > make: *** [all-recursive] Error 1 > ------------------------------------------------------------------------------------------------------------------ > > And I have a bad feeling that s-finimp.ali is not the only one to be > deemed "obsolete" during binding. Anyone can give me a hint how to > overcome this issue? > > Thanks. With current versions about 9 months ago, I received this error with a Cygwin build, but was able to build cleanly with MinGW. Unfortunately, even with a clean build the 2006 GPL version of GLADE proved unusable. See http://groups.google.com/group/comp.lang.ada/browse_thread/thread/ba232ef32a8f7384/8426bf4ff60a858f?lnk=gst&q=glade#8426bf4ff60a858f Version 3.15p worked much better.