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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Installing gnatcoll on Windows Date: Fri, 01 May 2015 08:30:19 +0100 Organization: A noiseless patient Spider Message-ID: References: <52c8f8a1-843c-4955-bdd0-b0bf3237dddd@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="64b4c1505dbd9f45d064ed0ede641202"; logging-data="14380"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX190dHZbuFUeja9YXeh7sx1QahfRlaeEdcM=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:6vIQ1x/5HxA8g02/b1bTbaJO2Q8= sha1:unXXpSYV5CVsw4K+c0CZAKaH94Y= Xref: news.eternal-september.org comp.lang.ada:25681 Date: 2015-05-01T08:30:19+01:00 List-Id: NiGHTS writes: > So after some research I find that xsnamest is a part of the ASIS > project also included in "adagpl-2014" so I proceed to attempt its > installation like so... > > $ make > > gnatmake -Pasis -XBLD=prod -XOPSYS=default_Unix > asis.gpr:24:06: unknown project file: "gnat_util" > gnatmake: "asis" processing failed > Makefile:29: recipe for target 'lib/libasis.a' failed > make: *** [lib/libasis.a] Error 4 You can get the sources for gnat_util at the Libre site in x86 Windows > GNAT Ada GPL 2014 > Sources. If you install this before configuring gnatcoll you shouldn't, I think, need xnamest -- xsnamest is a program generated as part of the compiler build process: -- This utility is used to make a new version of the Snames package when new -- names are added. This version reads a template file from snames.ads-tmpl in -- which the numbers are all written as $, and generates a new version of the -- spec file snames.ads (written to snames.ns). It also reads snames.adb-tmpl -- and generates an updated body (written to snames.nb), and snames.h-tmpl and -- generates an updated C header file (written to snames.nh). and gnat_util contains the result appropriate to the compiler it was built for (in this case, GNAT GPL 2014).