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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a440117a8923d023,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!j21g2000yqh.googlegroups.com!not-for-mail From: Alexandre Konieczny Newsgroups: comp.lang.ada Subject: Spark 9 & Ada 2005 Date: Thu, 8 Apr 2010 05:46:48 -0700 (PDT) Organization: http://groups.google.com Message-ID: <8fa26bb5-ed35-49f7-a4d4-f064c070838f@j21g2000yqh.googlegroups.com> NNTP-Posting-Host: 82.229.198.39 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1270730809 31724 127.0.0.1 (8 Apr 2010 12:46:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 8 Apr 2010 12:46:49 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j21g2000yqh.googlegroups.com; posting-host=82.229.198.39; posting-account=TcezFQoAAAAjIIx-1YP3Hv74ICh_b8qk User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.80 (Macintosh; Intel Mac OS X; U; fr) Presto/2.2.15 Version/10.10,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:9930 Date: 2010-04-08T05:46:48-07:00 List-Id: Hi Everybody, This problem is intended to people who know Spark. I'm trying to compile the Spark_IO.adb file using -gnat05 option, but there is an error. The error is : spark_io.adb:196:42: (Ada 2005) cannot copy object of a limited type (RM-2005 6.5(5.5/2)) This is a restriction of Ada 2005, and I saw in a message of last year saying that Spark_IO is not compatible with Ada 2005. Is it still the case ? However, the Spark Pro version 9 considers Ada 2005 features. Does anyone know about this problem ? Thanks, Alex