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 X-Received: by 2002:a05:6214:1c9:: with SMTP id c9mr10748979qvt.128.1572134136291; Sat, 26 Oct 2019 16:55:36 -0700 (PDT) X-Received: by 2002:aca:1314:: with SMTP id e20mr8256264oii.37.1572134135830; Sat, 26 Oct 2019 16:55:35 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!feeder2.feed.usenet.farm!feed.usenet.farm!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!j16no3572450qtl.0!news-out.google.com!d16ni20qtp.0!nntp.google.com!j16no3572442qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 26 Oct 2019 16:55:35 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=173.228.4.160; posting-account=8N1lGQoAAABLFFn2RbHi01iHoMwWCyiL NNTP-Posting-Host: 173.228.4.160 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <03e7fc79-57e2-41a6-96de-1530bf2b5385@googlegroups.com> Subject: Re: compiling GPS (aka GNAT Studio!) from source From: Steve Johnson Injection-Date: Sat, 26 Oct 2019 23:55:36 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:57350 Date: 2019-10-26T16:55:35-07:00 List-Id: On Friday, October 25, 2019 at 12:12:57 PM UTC-7, Dmitry A. Kazakov wrote: > > I tried once and failed. If you manage, please post somewhere instructions. You might want to take a look at https://github.com/steve-cs/gnat-builder The README.md is out of date, but the Makefile should yield clues on how I build gps and spark2014 from source on Ubuntu Bionic. It follows fairly closely the READMEs from the AdaCore github repositories. Be careful as the default install directory is /usr/local and things like "make release" will clear that (sudo rm -rf /usr/local/*) before building, installing, and tar'ing up a release. "make -n release | less" will let you see what is happening. -Steve