[Gambas-user] Blocking read from a Process you had to write to

Jussi Lahtinen jussi.lahtinen at gmail.com
Tue Mar 19 19:31:13 CET 2019


That is expected. Standard out does not include error messages in Linux.

Jussi

On Tue, Mar 19, 2019 at 4:59 PM Cedron Dawg <cedron at exede.net> wrote:

> Turns out this is a stderr vs stdout issue.
>
> I can solve it by putting this in "m":
>
> make 2> make.out
>
> Then reading "make.out"
>
> Kludgy, but it works.
>
>
> ----- Original Message -----
> From: "Cedron Dawg" <cedron at exede.net>
>
> I got what I considered strange behavior.  What I want is for theResult to
> hold all the error messages, so I can test the return value and stop
> execution.
>
>
> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20190319/54dbd6d8/attachment.html>


More information about the User mailing list