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.182.165.37 with SMTP id yv5mr6933324obb.25.1422045950215; Fri, 23 Jan 2015 12:45:50 -0800 (PST) X-Received: by 10.140.22.48 with SMTP id 45mr194111qgm.5.1422045950135; Fri, 23 Jan 2015 12:45:50 -0800 (PST) Path: border1.nntp.dca1.giganews.com!nntp.giganews.com!hl2no896983igb.0!news-out.google.com!q4ni1qan.0!nntp.google.com!v8no3084932qal.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 23 Jan 2015 12:45:49 -0800 (PST) In-Reply-To: <3fa7d4c4-f9fe-4d00-9034-a348802087a9@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.99.113.5; posting-account=sDyr7QoAAAA7hiaifqt-gaKY2K7OZ8RQ NNTP-Posting-Host: 83.99.113.5 References: <713608f7-d46e-4b73-a34e-552d1b978d2c@googlegroups.com> <01fc779f-e274-4515-a88f-144d515d323f@googlegroups.com> <3fa7d4c4-f9fe-4d00-9034-a348802087a9@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <49f33a84-dc28-43cd-a5da-de0c0287c5af@googlegroups.com> Subject: Re: Strange error From: Laurent Injection-Date: Fri, 23 Jan 2015 20:45:50 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:192026 Date: 2015-01-23T12:45:49-08:00 List-Id: @Egil H H Thanks for correcting the error on git. Wouldn't have been necessary. Just pointing in the right direction already helped a lot. Had simply forgotten to adapt the child package when I added the double linking. As programming is just a hobby of mine I probably should get used to write a ToDo list or some version/history in the source files. Not sure if that prevents such stupid errors or add this unimplemented pragma thing. Thanks