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=0.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9aa60d7c8b3390c X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.26.169 with SMTP id m9mr858459pbg.3.1316671311520; Wed, 21 Sep 2011 23:01:51 -0700 (PDT) Path: lh7ni2353pbb.0!nntp.google.com!news1.google.com!news2.google.com!news.glorb.com!feeder.erje.net!news.albasani.net!news.tornevall.net!.POSTED!not-for-mail From: Jeffrey Carter Newsgroups: comp.lang.ada Subject: Re: AdaTutor is not working because of wrong USERDATA.TXT Date: Wed, 21 Sep 2011 23:01:47 -0700 Organization: TornevallNET - http://news.tornevall.net Message-ID: References: <9e00kiF9tkU2@mid.individual.net> NNTP-Posting-Host: 9a0a53bad4cad43029e89c663587148b Mime-Version: 1.0 X-Trace: 2d1852063c116c1a7edbbca097c801d0 X-Complaints-To: abuse@tornevall.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13 X-Complaints-Language: Spoken language is english or swedish - NOT ITALIAN, FRENCH, GERMAN OR ANY OTHER LANGUAGE! In-Reply-To: <9e00kiF9tkU2@mid.individual.net> X-UserIDNumber: 1738 X-Validate-Post: http://news.tornevall.net/validate.php?trace=2d1852063c116c1a7edbbca097c801d0 X-Complaints-Italiano: Non abbiamo padronanza della lingua italiana - se mandate una email scrivete solo in Inglese, grazie X-Posting-User: 0243687135df8c4b260dd4a9a93c79bd Xref: news1.google.com comp.lang.ada:18083 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: 2011-09-21T23:01:47-07:00 List-Id: On 09/21/2011 10:50 PM, Georg Maubach wrote: > > AdaTutor complains that the USERDATA.TXT file has the wrong form. cat > produced this output: > > 104 > 7 > 0 > 0 > > I just copied the file from the zip file provided with the sources. > > How can I fix that? This file has CR-LF line terminators. GNAT Ada.Text_IO on Linux expects LF line terminators. Try converting the file to Linux format. -- Jeff Carter "If you think you got a nasty taunting this time, you ain't heard nothing yet!" Monty Python and the Holy Grail 23