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.42.26.12 with SMTP id d12mr7323103icc.24.1412308917831; Thu, 02 Oct 2014 21:01:57 -0700 (PDT) X-Received: by 10.182.28.72 with SMTP id z8mr49459obg.0.1412308917613; Thu, 02 Oct 2014 21:01:57 -0700 (PDT) Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!news.glorb.com!uq10no2982161igb.0!news-out.google.com!rp1ni13806igb.0!nntp.google.com!uq10no2982159igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 2 Oct 2014 21:01:57 -0700 (PDT) In-Reply-To: <5b7788b4-323f-42db-99e9-66c989992abb@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=24.36.114.177; posting-account=Lb5doAoAAAAWHET3z2_nBVbFSXaZQG1V NNTP-Posting-Host: 24.36.114.177 References: <5b7788b4-323f-42db-99e9-66c989992abb@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1d9e9cd4-3087-4357-9353-db4424a16e9b@googlegroups.com> Subject: Re: Permutation generator in ada library From: Stribor40 Injection-Date: Fri, 03 Oct 2014 04:01:57 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:189319 Date: 2014-10-02T21:01:57-07:00 List-Id: in the post above there is package that generates these permutations.... I have saved 3 files....in same order as the files are in posting Generic_Perm.ads Generic_Perm.adb Print_Perms.adb when i try to compile....gnatmake Print_Perms.adb I get error... Generic_Perm.adb:1:14: file "generic_perm.ads" not found gnatmake: "Generic_Perm.adb" compilation error What am i doing wrong?