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,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!v4g2000hsf.googlegroups.com!not-for-mail From: Anatoly Chernyshev Newsgroups: comp.lang.ada Subject: GLADE/Binder issue Date: Sun, 18 Nov 2007 11:44:57 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 75.175.198.210 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1195415098 31737 127.0.0.1 (18 Nov 2007 19:44:58 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 18 Nov 2007 19:44:58 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v4g2000hsf.googlegroups.com; posting-host=75.175.198.210; posting-account=g6PEmwoAAADhFsmVm6Epjviaw4MLU0b5 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9,gzip(gfe),gzip(gfe) Content-Disposition: inline Xref: g2news1.google.com comp.lang.ada:18484 Date: 2007-11-18T11:44:57-08:00 List-Id: 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.