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!feeder.eternal-september.org!gandalf.srv.welterde.de!news.jacob-sparre.dk!loke.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: Tero Koskinen Newsgroups: comp.lang.ada Subject: Re: What exactly is the licensing situation with GNAT? Date: Thu, 13 Nov 2014 18:26:39 +0200 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <87fvdr2vdv.fsf@adaheads.sparre-andersen.dk> <54609F34.4080201@spam.spam> <35f01472-3510-4f67-8765-006fa8591c35@googlegroups.com> <9tc8w.73007$ZT5.37595@fx07.iad> <22a3816a-4e89-48f0-a126-dce581781beb@googlegroups.com> <084b1934-9641-425e-85ec-293e0334413e@googlegroups.com> <86bf69c8-eb08-4696-b6c9-3784f5c42213@googlegroups.com> <87389olqie.fsf@ixod.org> NNTP-Posting-Host: 188-67-194-185.bb.dnainternet.fi Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: loke.gir.dk 1415896002 3060 188.67.194.185 (13 Nov 2014 16:26:42 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Thu, 13 Nov 2014 16:26:42 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: Xref: news.eternal-september.org comp.lang.ada:23235 Date: 2014-11-13T18:26:39+02:00 List-Id: 13.11.2014 3:29, Randy Brukardt wrote: > "Randy Brukardt" wrote in message > news:m40odq$tdv$1@loke.gir.dk... > ... >> One of the reasons we built Claw was to provide a Windows interface that >> would work on any Ada 95 compiler for Windows, not just GNAT. That >> requires displine and testing that most hobbyests wouldn't bother with. > > I should have noted (beyond spelling better in the above!) that the Ada 2012 > pragma Profile (No_Implementation_Extensions) should help a great deal with > that. If that's put into a package, the majority of of > implementation-defined things would be identified. But it can't identify > everything. Too bad, right now the pragma does not work in practice :) Janus/Ada [for Ada 95/07] - Version 3.1.2b (Windows NT 386) ... Input File Is C:\work\ahven\src\AHVEN.ADS # In File C:\work\ahven\src\AHVEN.ADS at line 18 -------------- 17: 18: pragma Profile (No_Implementation_Extensions); ---------------^ *WARNING* Unknown pragma (6.5.2) ICC Ada Compiler [v9.0.57 Jan 24, 2014] Target x86 Win32 Compiling c:/work/ahven/src/ahven.ads "ahven.ads", line 18: Warning: Ignored pragma: Profile. (Yes, I am using Ada 95/2005/2007 compilers, but it is not fair to tease people with features implemented only in one compiler.) Yours, Tero