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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.36.137 with SMTP id t9mr7573025qad.4.1396184089600; Sun, 30 Mar 2014 05:54:49 -0700 (PDT) X-Received: by 10.140.102.16 with SMTP id v16mr105qge.42.1396184089559; Sun, 30 Mar 2014 05:54:49 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!w5no10090671qac.0!news-out.google.com!bw18ni26157qab.1!nntp.google.com!hw13no10066079qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 30 Mar 2014 05:54:49 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=79.206.19.248; posting-account=rJRd0wkAAAB_bMSHjrLNU7x5DECzv4Eo NNTP-Posting-Host: 79.206.19.248 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: compiler problems with libadacrypt-dev-0.1.3 From: batoubrioche@googlemail.com Injection-Date: Sun, 30 Mar 2014 12:54:49 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 1944 X-Received-Body-CRC: 1176774740 Xref: news.eternal-september.org comp.lang.ada:19040 Date: 2014-03-30T05:54:49-07:00 List-Id: For a project I need to use some of the libadacrypt library's facilities. I downloaded the most recent version of libadacrypt-dev-0.1.3 here at sourceforge http://sourceforge.net/projects/libadacrypt-dev/ First of all, I programmed some small test units with the library's big number support. But I get these error messages while compiling the crypto-types.ads source: Compiling ... crypto-types.ads:108:34: first argument for shift must have size 8. 16, 32 or 64 crypto-types.ads:109:34: first argument for shift must have size 8. 16, 32 or 64 crypto-types.ads:291:30: incorrect intrinsic subprogram, see spec crypto-types.ads:292:30: incorrect intrinsic subprogram, see spec Done--error detected. I have no clue what is wrong here. Could someone tell me what is wrong with this source from the libadacrypt library? Btw. I use the gnat-gpl-2013-i686-pc-mingw32 package from Adacore for Windows. Thank you very much for your help. Batou