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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,77af6dfc4d32a90d,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-09 13:26:41 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed2.news.rcn.net!rcn!news-out.visi.com!hermes.visi.com!dimensional.com!pulsar.dimensional.com!coop.net!newsfeed1.global.lmco.com!news.orl.lmco.com!newsfeed3.global.lmco.com!news.vf.lmco.com!not-for-mail From: Rick Maffei Newsgroups: comp.lang.ada Subject: AdaCAST and GNAT Date: Tue, 09 Apr 2002 14:54:14 -0500 Organization: Lockheed Martin Corp, Valley Forge PA Message-ID: <3CB346E6.EEEBE8C0@lmco.com> NNTP-Posting-Host: dhcpeng1153.syr.lmco.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: knight.vf.lmco.com 1018381971 14826 144.219.228.128 (9 Apr 2002 19:52:51 GMT) X-Complaints-To: usenet@news.vf.lmco.com NNTP-Posting-Date: 9 Apr 2002 19:52:51 GMT X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:22284 Date: 2002-04-09T19:52:51+00:00 List-Id: I know this may be not-quite-on topic for this group, but a. I am unable to find any AdaCAST news groups (I am aware of comp.software.testing but it does not appear to be very active). b. Vector Software's home page is not very informative in the support department. c. the documentation, while descriptive and invaluable in using the tool, does not provide much troubleshooting assistance. Hopefully, someone here may have some insight to the problem we are experiencing. If not, please forgive my intrusion. We are currently using GNAT 3.13a1 on a Solaris 2.7 platform and AdaCAST 2.4. Our unit under test (UUT) is a child package (let us call it Parent.Child). When building the AdaCAST environment, we receive the following fatal error during the linking phase: gnatmake: "parent.child.adb" not found My immediate reaction is "Of course parent.child.adb is not found. The file is actually named parent-child.adb per GNAT naming conventions." I searched through the ALI files generated in the AdaCAST environment and I am coming across some references to parent.child.adb and also references to parent-child.adb. I tried...um...mucking about with the ALIs by changing the parent.child.adb references to parent-child.adb with no luck. I also tried creating a parent.child.adb file (a copy of parent-child.adb) and still no luck. Have any AdaCAST users (if there are any) run across a similar problem? Any suggestions on a fix/workaround? Everything works fine when the UUT is a parent-level package. -- Rick Maffei Lockheed Martin NE&SS - Syracuse