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!.POSTED!not-for-mail From: "Jeffrey R. Carter" Newsgroups: comp.lang.ada Subject: Re: Is there an easier way for this? Date: Mon, 22 Jun 2015 09:47:40 -0700 Organization: Also freenews.netfront.net; news.tornevall.net; news.eternal-september.org Message-ID: References: <9894cde7-2cf8-4060-be65-857812ad7b09@googlegroups.com> <62f0bba1-db7c-423d-acab-4769a29d527e@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Injection-Date: Mon, 22 Jun 2015 16:46:22 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="a3855fbfe1a666be9aefba0563039ed5"; logging-data="23694"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Qqsb0FWAxKX8anrTDeV8fzO1MNMB8l1A=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 In-Reply-To: <62f0bba1-db7c-423d-acab-4769a29d527e@googlegroups.com> Cancel-Lock: sha1:5wPZlUbeybm5OfVvlFkSA+5i3yU= Xref: news.eternal-september.org comp.lang.ada:26415 Date: 2015-06-22T09:47:40-07:00 List-Id: On 06/22/2015 05:23 AM, Laurent wrote: > > Builder results > /Volumes/Kingston/GPS/Library/pragmarc/pragmarc-list_bounded_unprotected.adb > 279:36 (Ada 2005) cannot copy object of a limited type (RM-2005 6.5(5.5/2)) > /Volumes/Kingston/GPS/Library/pragmarc/pragmarc-list_unbounded_unprotected.adb > 205:21 (Ada 2005) cannot copy object of a limited type (RM-2005 6.5(5.5/2)) > /Volumes/Kingston/GPS/Library/pragmarc/pragmarc-min_max.adb > 13:20 (Ada 2005) cannot copy object of a limited type (RM-2005 6.5(5.5/2)) > 15:20 (Ada 2005) cannot copy object of a limited type (RM-2005 6.5(5.5/2)) > 23:20 (Ada 2005) cannot copy object of a limited type (RM-2005 6.5(5.5/2)) > 25:20 (Ada 2005) cannot copy object of a limited type (RM-2005 6.5(5.5/2)) > /Volumes/Kingston/GPS/Library/pragmarc/pragmarc-monitor_handler.adb > 20:17 (Ada 2005) cannot copy object of a limited type (RM-2005 6.5(5.5/2)) You have the Ada-95 version of the components. You can either compile with an Ada-95 compiler, or download the beta version for ISO/IEC 8652:2007. -- Jeff Carter "Sons of a silly person." Monty Python & the Holy Grail 02