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: 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!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: gnatmake error I don't understand References: Date: Fri, 04 Apr 2014 13:48:22 -0500 Message-ID: <85ha69ue15.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (windows-nt) Cancel-Lock: sha1:MRsoDRL2mClS1PgyIwfsswJtiXs= MIME-Version: 1.0 Content-Type: text/plain X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: a2288533efe7ceef2f4a309909 X-Received-Bytes: 1091 X-Received-Body-CRC: 1299672814 Xref: news.eternal-september.org comp.lang.ada:19126 Date: 2014-04-04T13:48:22-05:00 List-Id: 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. -- -- Stephe