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,f5cb1b8da910bab7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-08 09:58:10 PST Path: supernews.google.com!sn-xit-03!supernews.com!logbridge.uoregon.edu!canoe.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Glide problems Date: 08 Mar 2001 12:50:16 -0500 Organization: NASA Goddard Space Flight Center Message-ID: References: <3AA60BB7.4116E8A4@capgemini.se> <3AA73C23.FB665AD@capgemini.se> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 984074656 3161 128.183.220.71 (8 Mar 2001 18:04:16 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 8 Mar 2001 18:04:16 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.6 Xref: supernews.google.com comp.lang.ada:5547 Date: 2001-03-08T18:04:16+00:00 List-Id: Peter Brylde writes: > > Thanks for your fast response! > > I get the same error message trying to run ddd outside Glide as well. The > file does not exist.. I presumed that the file were included in one of the > gnat RPMs? Do you know where I can find it? ddd is a standard debugger interface, I assume you can find it where you find other Red Hat packages. I am just getting started with Linux, using Debian, so I can't be more specific. > Regarding the "nothing happens when I insert values", it must be > something with Glide, because when I execute the file outside Glide > everything works perfectly When you "execute the file in Glide", do you start a shell in Glide and then execute the file from the shell prompt? If so, you need to be aware that Glide (which is just another name for Emacs) is buffering your keystrokes, and only sends your input to the application when you hit return. In your Ada code, Get_Line will work properly, Get_Immediate won't. > > > Thanks a bunch! /Peter > -- -- Stephe