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.173.4 with SMTP id n4mr14560921qaz.3.1376551678571; Thu, 15 Aug 2013 00:27:58 -0700 (PDT) X-Received: by 10.50.61.162 with SMTP id q2mr67650igr.10.1376551678536; Thu, 15 Aug 2013 00:27:58 -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!feeder02.blueworldhosting.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!fx3no2545498qab.0!news-out.google.com!he10ni1979qab.0!nntp.google.com!fx3no2545496qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 15 Aug 2013 00:27:58 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=159.245.48.2; posting-account=UaVslQkAAACVs7AM1tLAQ7VDC3JzDHQw NNTP-Posting-Host: 159.245.48.2 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <86395c3d-e0e2-41f1-8286-08a64125fd2e@googlegroups.com> Subject: (GNADE) Access attribute not allowed in generic body From: Dwiki Injection-Date: Thu, 15 Aug 2013 07:27:58 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:16867 Date: 2013-08-15T00:27:58-07:00 List-Id: hello again, im trying to compile app using gnade (1.5.3a) in windows, but it show error message gnu-db-sqlcli-dispatch-a_string.adb:62:40: 'Access attribute not allowed in gene ric body gnu-db-sqlcli-dispatch-a_string.adb:62:40: because access type "Attr_Get_Func" i s declared outside generic unit (RM 3.10.2(32)) gnu-db-sqlcli-dispatch-a_string.adb:62:40: move 'Access to private part, or (Ada 2005) use anonymous access type instead of "Attr_Get_Func" gnu-db-sqlcli-dispatch-a_string.adb:63:40: 'Access attribute not allowed in gene ric body gnu-db-sqlcli-dispatch-a_string.adb:63:40: because access type "Attr_Set_Proc" i s declared outside generic unit (RM 3.10.2(32)) gnu-db-sqlcli-dispatch-a_string.adb:63:40: move 'Access to private part, or (Ada 2005) use anonymous access type instead of "Attr_Set_Proc" completed 1 out of 1 (100%)... gprbuild: *** compilation phase failed any clue? thank you....