From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id PAA12174; Fri, 30 Jul 2004 15:54:13 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id PAA10829 for ; Fri, 30 Jul 2004 15:54:12 +0200 (MET DST) Received: from yquem.inria.fr (yquem.inria.fr [128.93.8.37]) by concorde.inria.fr (8.12.10/8.12.10) with ESMTP id i6UDsBSH028607; Fri, 30 Jul 2004 15:54:12 +0200 Received: by yquem.inria.fr (Postfix, from userid 18180) id EA75CBC78; Fri, 30 Jul 2004 15:54:11 +0200 (CEST) Date: Fri, 30 Jul 2004 15:54:11 +0200 From: Xavier Leroy To: Mary Fernandez Cc: caml-list@inria.fr Subject: Re: [Caml-list] Compatibility between versions Message-ID: <20040730135411.GB8023@yquem.inria.fr> References: <1091195305.4011.16.camel@lt-mff.research.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1091195305.4011.16.camel@lt-mff.research.att.com> User-Agent: Mutt/1.3.28i X-Miltered: at concorde with ID 410A5304.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; caml-list:01 3.07:01 3.07:01 foo:01 compiler:01 compiler:01 interfaces:01 compile:02 interface:03 compiled:05 compiled:05 versions:06 versions:06 source:07 message:89 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > I have a software package that contains .cmi files compiled with 3.07. > I am trying to compile a source .ml file, which refers > to the 3.07 compiled interfaces, using the 3.08 compiler. > For each of the 3.07 .cmi files, I get the error message: > > "foo.cmi is not a compiled interface" > > Is this error due to using two different compiler versions? The quick answer is: yes. The format of .cmi files changed between 3.07 and 3.08. Best wishes, - Xavier ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners