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,9e2f60618cf3eaa8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-24 04:37:15 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!dax.net!juliett.dax.net!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Distributed Ada (Annex E) References: <3DB479E6.1725E12C@lmco.nospammmmmm.com> <87lm4qsybu.fsf@inf.enst.fr> <7vlm4qoars.fsf@vlinux.voxelvision.no> <807366e2.0210221346.1d6b0df0@posting.google.com> <7vadl5o5m2.fsf@vlinux.voxelvision.no> <807366e2.0210232145.7e5d0d45@posting.google.com> From: Ole-Hjalmar Kristensen Message-ID: <7vsmywm5kk.fsf@vlinux.voxelvision.no> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 24 Oct 2002 11:36:44 GMT NNTP-Posting-Host: 193.216.12.150 X-Complaints-To: abuse@tele2.no X-Trace: juliett.dax.net 1035459404 193.216.12.150 (Thu, 24 Oct 2002 13:36:44 MET DST) NNTP-Posting-Date: Thu, 24 Oct 2002 13:36:44 MET DST Organization: Tele2 Norway AS Public Access Xref: archiver1.google.com comp.lang.ada:30092 Date: 2002-10-24T11:36:44+00:00 List-Id: "David C. Hoos, Sr." writes: > On my system the registry key is > HKEY_LOCAL_MACHINE/SOFTWARE/Ada Core Technologies/GCC > not > HKEY_LOCAL_MACHINE/SOFTWARE/Ada CoreTechnologies/GCC > Do you agree? > > FWIW on my system (XP Professional) GNU sed version 3.02 > works just fine, but clearly the 013 is wrong, unless you're > trying to delete Vertical Tabs (not very likely). > > Also, FWIW I use the tcsh shell, as I like it much better > than bash, and I have the following path set which gives > preference to GNAT: > > . G:/gnat/bin G:/cygwin/bin > Ever seen this error message before? Seems gnatbind thinks the library is not up to date. This is a freshly installed GNAT 3.14p. I assumed it would be just a matter of resetting the date for the files, but it does not seem to work. Anyone got a trick to fix this problem? Rebuilding the GNAT library would probably fix it, but that seems to open up another can of worms. gnatdist: checking configuration consistency ------------------------------ ---- Configuration report ---- ------------------------------ Configuration : Name : absolute Main : mainloop Starter : Ada code Partition partition1 Main : mainloop Directory : bin Units : - prime (rt) - controller (rci) - results (rci) - mainloop (normal) Partition partition2 Directory : bin Units : - prime (rt) Partition partition3 Directory : bin Units : - prime (rt) ------------------------------- gnatdist: controller caller stubs is up to date gnatdist: controller receiver stubs is up to date gnatdist: results caller stubs is up to date gnatdist: results receiver stubs is up to date gnatdist: building partition partition1 error: "s-finimp.adb" must be recompiled ("s-stratt.adb" has been modified) gnatdist: c:\gnat\bin\gnatbind.exe failed gnatdist: *** can't continue make[1]: *** [mainloop] Error 4 make: *** [all-recursive] Error 1