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,1681ab3140add819 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-26 14:10:45 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!194.42.224.136!diablo.netcom.net.uk!netcom.net.uk!btnet-peer!btnet-peer0!btnet!news5-gui.server.ntli.net!ntli.net!news6-win.server.ntlworld.com.POSTED!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada References: Subject: Re: creating temporary files X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: Date: Thu, 26 Jul 2001 21:53:27 +0100 NNTP-Posting-Host: 213.104.124.165 X-Complaints-To: abuse@ntlworld.com X-Trace: news6-win.server.ntlworld.com 996180947 213.104.124.165 (Thu, 26 Jul 2001 21:55:47 BST) NNTP-Posting-Date: Thu, 26 Jul 2001 21:55:47 BST Organization: ntlworld News Service Xref: archiver1.google.com comp.lang.ada:10616 Date: 2001-07-26T21:53:27+01:00 List-Id: if the file already exists then you may have to "Open" it rather it rather than "Create" it. "Rajat Datta" wrote in message news:slrn9m0vjn.1408.rajat@goteborg.austin.rr.com... > Trying to run aflex on FreeBSD 4.2 using GNAT, I am coming across the > following problem: in two places the aflex code attempts to create a > temporary file using Create(Temp_File, OUT_FILE) which raises a > USE_ERROR exception. > > Any workarounds besides changing the code to explicitly create a > temporary filename? > > rajat