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,d358a6b145a79134 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!t1g2000pra.googlegroups.com!not-for-mail From: Gene Newsgroups: comp.lang.ada Subject: Re: Compilation without implementation source Date: Sun, 27 Jan 2008 20:58:15 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <43c33a30-8f1e-43a1-b84a-a22c4a37248a@v29g2000hsf.googlegroups.com> <7k5nj.171912$MJ6.42817@bgtnsc05-news.ops.worldnet.att.net> <479CE2B3.8020704@obry.net> NNTP-Posting-Host: 70.101.174.178 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1201496295 19994 127.0.0.1 (28 Jan 2008 04:58:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 28 Jan 2008 04:58:15 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: t1g2000pra.googlegroups.com; posting-host=70.101.174.178; posting-account=-BkjswoAAACC3NU8b6V8c50JQ2JBOs04 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19622 Date: 2008-01-27T20:58:15-08:00 List-Id: On Jan 27, 2:59=A0pm, Pascal Obry wrote: > anon a =E9crit : > > > The body "*.adb" are only needed to compile > > the modules initially. > > Which is wrong as explained Jeffrey Carter 3 hours ago! > > Pascal. > Thanks guys. Happily, the files I need to hide contain neither generics nor inlined procedures. I had tried the read-only marking already before I posted. What had me stumped was the need to delete all the .ali's of _non_-hidden flies then rebuild. Before doing that, the binder demanded the missing source. Afterward, all was okay.