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: border1.nntp.dca.giganews.com!nntp.giganews.com!newspeer1.nac.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: gnatmake error I don't understand Date: Fri, 04 Apr 2014 20:25:07 +0100 Organization: A noiseless patient Spider Message-ID: References: <85ha69ue15.fsf@stephe-leake.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx05.eternal-september.org; posting-host="a0d4eb314a073b71869f2de305ad0700"; logging-data="23830"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/9yDV0drEelSJIbesoUK0WZApQkFcWyDs=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:X83RPOCKAWni3ItXqL2jEQnltKg= sha1:M8wELnLtcawrntsw8q882r+EduQ= Xref: number.nntp.dca.giganews.com comp.lang.ada:185518 Date: 2014-04-04T20:25:07+01:00 List-Id: Stephen Leake writes: > agent@drrob1.com writes: > >> I typed the following code from a recent issue of Linux Format >> > > >> texthabits.gpr >> project texthabits is >> for Source_Files use ("texthabits.adb", "texthabits.ads", >> "tokenizea.ads", "tokenizea.adb"); >> for Source_Dirs use (".", "./**"); >> for Main use ("Habits"); > > This says there is a file "habits.adb", but there isn't. Actually it says there is a file Habits.adb. Still not there!