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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.127.6 with SMTP id e6mr8298975qas.3.1405839147355; Sat, 19 Jul 2014 23:52:27 -0700 (PDT) X-Received: by 10.140.23.163 with SMTP id 32mr7560qgp.8.1405839147290; Sat, 19 Jul 2014 23:52:27 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!v10no1558990qac.1!news-out.google.com!j6ni3315qas.0!nntp.google.com!j15no1625013qaq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 19 Jul 2014 23:52:27 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=82.112.131.159; posting-account=4Gl3BQoAAACxe0Ek-qblU6Rl4rnP00r1 NNTP-Posting-Host: 82.112.131.159 References: <6d5e2fff-e397-4c75-a3c9-3a7825d00752@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <66d3f30d-2a21-45e7-ad9b-ddc43d74fe8c@googlegroups.com> Subject: Re: Problem with output using Ada.Text_IO.Put From: junior learning ADA Injection-Date: Sun, 20 Jul 2014 06:52:27 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:21070 Date: 2014-07-19T23:52:27-07:00 List-Id: Niklas, Thank you for the answer. I am using a Mac with OSX and I have properly installed Quartz. If I run the program in an external terminal, launched through GPS, then It works properly. Except that the terminal closes automatically, I don't see the result of my program. On the other hand, if I run it within GPS, then I have the issue of having everything appearing as a block as you correctly pointed it out. It may be an issue specific to GPS on Mac, and it may be a point worth reporting to Adacore. Is there a possibility to run an application from GPS and keep the terminal open once the process has terminated. This way it should be possible to see the result of the program? Francois