From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 7E6E1BBFB for ; Tue, 21 Jun 2005 16:13:40 +0200 (CEST) Received: from salt.cs.brown.edu (salt.cs.brown.edu [128.148.32.122]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j5LEDdE6010273 for ; Tue, 21 Jun 2005 16:13:40 +0200 Received: from localhost (localhost [127.0.0.1]) by salt.cs.brown.edu (Postfix) with ESMTP id BFF843864C2 for ; Tue, 21 Jun 2005 10:13:39 -0400 (EDT) Received: from salt.cs.brown.edu ([127.0.0.1]) by localhost (salt [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07220-08 for ; Tue, 21 Jun 2005 10:13:39 -0400 (EDT) Received: from null.cs.brown.edu (null.cs.brown.edu [128.148.38.190]) by salt.cs.brown.edu (Postfix) with ESMTP id ACF87386477 for ; Tue, 21 Jun 2005 10:13:39 -0400 (EDT) Received: from point.cs.brown.edu (point [128.148.33.31]) by null.cs.brown.edu (Postfix) with ESMTP id 9E529148011 for ; Tue, 21 Jun 2005 10:13:39 -0400 (EDT) Received: by point.cs.brown.edu (Postfix, from userid 30102) id 809817DE5; Tue, 21 Jun 2005 10:13:39 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by point.cs.brown.edu (Postfix) with ESMTP id 7448C4530E for ; Tue, 21 Jun 2005 10:13:39 -0400 (EDT) Date: Tue, 21 Jun 2005 10:13:39 -0400 (EDT) From: "Nathaniel J. Gaylinn" X-X-Sender: ngaylinn@point To: caml-list@yquem.inria.fr Subject: Re: [Caml-list] OCaml IDE (OCaml and stdout/stderr) In-Reply-To: Message-ID: References: <20050621.093443.08109440.garrigue@math.nagoya-u.ac.jp> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at cs.brown.edu X-Miltered: at concorde with ID 42B82094.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 ocaml:01 ocaml:01 stdout:01 stderr:01 stdout:01 stderr:01 buffering:01 problem:05 indeed:05 edu:07 wrong:08 though:11 i've:11 i've:11 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.2 X-Spam-Level: I've resolved this issue with stdout/stderr. The problem with buffering was indeed within the QProcess class, and there is a simple solution that I've already put into use! Thanks for the input, though. I was looking in the wrong place! -- Nate