From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.0 required=5.0 tests=AWL,SPF_FAIL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr 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 6330DBC6B for ; Wed, 13 Jun 2007 18:19:29 +0200 (CEST) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by concorde.inria.fr (8.13.6/8.13.6) with SMTP id l5DGJQQ3018136 for ; Wed, 13 Jun 2007 18:19:29 +0200 Received: (qmail invoked by alias); 13 Jun 2007 16:19:26 -0000 Received: from Xce4f.x.pppool.de (EHLO hmmm.de) [89.59.206.79] by mail.gmx.net (mp018) with SMTP; 13 Jun 2007 18:19:26 +0200 X-Authenticated: #20477425 X-Provags-ID: V01U2FsdGVkX1+CEhdDxSaCAsARdb/Eq54ar1zDiOIt1PIeNRhLzE HuRsiRjgqO1a24 Date: Wed, 13 Jun 2007 18:19:26 +0200 From: micha To: caml-list@inria.fr Subject: toplevel + camlp4 question Message-ID: <20070613181926.6b3019ec@hmmm.de> X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Miltered: at concorde with ID 4670190E.002 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; toplevel:01 camlp:01 camlp:01 toplevel:01 topfind:01 reloading:01 cheers:01 descriptor:02 loading:05 loading:05 michael:07 file:08 error:12 question:12 tst:13 when using camlp4 in the toplevel (3.10) : #use "topfind";; #camlp4o;; then loading a sourcefile: #use "tst.ml";; it works. When loading it a second time: #use "tst.ml";; it gives: I/O error: Bad file descriptor without camlp4 reloading works endlessly :-) Is there a reason for this? cheers Michael