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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d4f56fac4ff62edb,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-03 10:12:38 PST Path: newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!212.74.64.35!colt.net!dispose.news.demon.net!demon!btnet-peer0!btnet-feed5!btnet!mendelevium.btinternet.com!not-for-mail From: "singlespeeder" Newsgroups: comp.lang.ada Subject: Re: Compiling AFLEX 1.4a with Dec Ada 83 3.5-20 on Open VMS 7.1 - thanks Date: Thu, 3 May 2001 18:16:53 +0100 Organization: BT Internet Message-ID: <9cs3fd$pus$1@neptunium.btinternet.com> NNTP-Posting-Host: host213-122-122-145.btinternet.com 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 Xref: newsfeed.google.com comp.lang.ada:7124 Date: 2001-05-03T18:16:53+01:00 List-Id: Thanks to everyone with their suggestions, but basically changing the compiler/the environment etc is out of the question, and many other proposals were just too convoluted or - to be blunt - over the top. I might not have explicitly said so, but the tone of my original query should have directed people to minimal impact solutions not over the top engineering monstrosities. We have decided to alter our version of the aflex tool to open a file 'standard_error' directed to the VMS stream sys$error during elaboration instead of to a named log file. This allows us to remove the kludge from the lex spec, doesn't clutter the directory with log files, achieves what we were after all along, was easy to test for correctness and didn't involve megabucks changing tools. I'm saddened that some engineers went too far looking for complex solutions, whereas the simple beauty of having the tool sources, plus some code samples from an Ada software repository (thank you Stuttgart University)allowed us to use a simple solution. nick