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!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Starting learning ADA Date: Sat, 08 Jun 2019 16:53:57 +0100 Organization: A noiseless patient Spider Message-ID: References: <47f671ea-bd40-4a98-8a34-8e99d94622cb@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: reader02.eternal-september.org; posting-host="27696fb9a86c0e7aaea158a7d198be6d"; logging-data="12847"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+Wusn0o11qqZh698azs2Kj4XXbYLO0oFc=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (darwin) Cancel-Lock: sha1:qoykdU9yHKc2WrOnAaIXFHTp6k8= sha1:0yC+G94E8zSGQqA4KOy9s7OfCPc= Xref: reader01.eternal-september.org comp.lang.ada:56559 Date: 2019-06-08T16:53:57+01:00 List-Id: Ricardo Brandão writes: > For instance, googling some library to deal with Json files, I found > out the GNATCOOL.JSON package [2]. Earlier, you said you'd installed CE 2019, the Mac (Darwin) version of this already includes GNATCOLL.Core (& therefore GNATCOLL.JSON). > Trying to find where to download and install, I reached the Github > repo [3]. I cloned it in Windows and Linux, but I didn't get to > install it. > > In Windows: > - I got to repository directory and: > - make setup > - make install > > The output: > >> make setup Looks as though you need 'make build' in between these two. >> make install > gprinstall -p -f --target=executable:gcc.exe -XGNATCOLL_MMAP=yes > -XGNATCOLL_MADVISE=yes -XGNATCOLL_VERSION=0.0 -XGNATCOLL_OS=unix Something seriously wrong here. The target should be something like x86_64-pc-mingw32 (here, it's x86_64-apple-darwin15). The OS should of course be Windows. You said that the Linux attempt couldn't find gprconfig. Were you using the CE 2019 suite? What was the PATH?