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 X-Google-Thread: 103376,d8c1db292e58f700 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-28 06:34:32 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.tele.dk!small.news.tele.dk!212.54.64.131!news100.image.dk!news010.worldonline.dk.POSTED!not-for-mail Message-ID: <3CCBFA66.DBA3AAC6@pea.dk> From: Poul-Erik Andreasen X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.5 i586) X-Accept-Language: da, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Hanging compilation References: <3CCAB4F1.91B003E5@pea.dk> <3CCBE894.EBC851FB@earthlink.net> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Date: Sun, 28 Apr 2002 15:34:30 +0200 NNTP-Posting-Host: 213.237.11.74 X-Complaints-To: news-abuse@wol.dk X-Trace: news010.worldonline.dk 1020000871 213.237.11.74 (Sun, 28 Apr 2002 15:34:31 MET DST) NNTP-Posting-Date: Sun, 28 Apr 2002 15:34:31 MET DST Organization: Customer of Tiscali A/S Xref: archiver1.google.com comp.lang.ada:23193 Date: 2002-04-28T15:34:30+02:00 List-Id: "Marc A. Criley" wrote: > > Poul-Erik Andreasen wrote: > > > > Hey > > > > I have a problem with Gnat it will not temiatete. > > I have isolatet the problem to the following lines of code > > > > select > > Error_Sound.Beep_Now(To_String(Resource(SOUND_PROGRAM)), > > To_String(Resource(SOUND_ARG))); > > else > > null; > > > > end select; > > > > If i only check syntaks with the gnatc option it end's whitout errors > > Can anyone give me a clue. > > A completely compilable program that exhibits this behavior needs to be > posted. Also, what version of GNAT? I use gnat-3.13p-7 Well, the complete program consist of 355KB in 81 sourcefiles. Besides have made a workarund, that work s� far. When i get the time i will try to make minimalistig piece of code to isolate the problem. -- - Poul-Erik Andreasen