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!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: gnat via msys2 pacman + xml/ada Date: Thu, 20 Sep 2018 10:17:58 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: reader02.eternal-september.org; posting-host="5796d67b550576cff4bf6fd6144d17c2"; logging-data="12433"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18NoR7D27bII3r5v69l6eOemKwb/3s/9cY=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:ZJuHvUHPumrHq0df2pnM98qNf/I= sha1:DNBxRwUb1isW2x87nBnEsY9w0z0= Xref: reader02.eternal-september.org comp.lang.ada:54387 Date: 2018-09-20T10:17:58+01:00 List-Id: Björn Lundin writes: > gprinstall -f -p -XLIBRARY_TYPE=static -XBUILD=Production -XPROCESSORS=0 \ > --prefix=/ada/xml/18.2 --project-subdir=lib/gnat \ > --build-var=XMLADA_BUILD --build-name=static \ > --install-name=xmlada xmlada.gpr > Install project XmlAda_Schema - static > Install project XmlAda_Dom - static > Install project XmlAda_Sax - static > Install project XmlAda_Unicode - static > Install project XmlAda_Input - static > warning: path does not exist > 'd:\apps\tools\mingw2\xmlada_tmp\branches\18.2\input_sources\../docs/_build/html/' > warning: path does not exist > 'd:\apps\tools\mingw2\xmlada_tmp\branches\18.2\input_sources\../docs/_build/latex/' I get that too: it "just" means that the documentation isn't installed, probably because I don't have the necessary tool chain for building html from $documentation_source_files. You should have the static libraries and the project GPR installed properly.