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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,9abafc402a91a18d X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!g20g2000vba.googlegroups.com!not-for-mail From: roderick.chapman@googlemail.com Newsgroups: comp.lang.ada Subject: Re: Newby-ish question -- SPARK v. Ada2005 problem Date: Fri, 5 Jun 2009 00:36:53 -0700 (PDT) Organization: http://groups.google.com Message-ID: <74074524-bae8-4426-a75e-d0681e7c670b@g20g2000vba.googlegroups.com> References: NNTP-Posting-Host: 217.205.167.137 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1244187413 20398 127.0.0.1 (5 Jun 2009 07:36:53 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 5 Jun 2009 07:36:53 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g20g2000vba.googlegroups.com; posting-host=217.205.167.137; posting-account=HCzrEgkAAABSfGsTnv-u5wET6EzuneVi User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:6288 Date: 2009-06-05T00:36:53-07:00 List-Id: Basically, you're correct - Tokeneer is written in SPARK95, so you need the -gnat95 switch to compile. This is specified in the code/common.gpr project file that accompanies the release. Someday, we'll update SPARK_IO to be compatible with Ada2005... - Rod Chapman, SPARK Team