From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 44C72BB81 for ; Sun, 13 Nov 2005 04:01:56 +0100 (CET) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id jAD31trg015826 for ; Sun, 13 Nov 2005 04:01:55 +0100 Received: by zproxy.gmail.com with SMTP id x3so1026090nzd for ; Sat, 12 Nov 2005 19:01:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=AXhAcRnhgSSffKyTtTrG9wyH37NtZu4GU88LNC/udcITbiZbHbz+JTTUtdNMXBQJQD1KA7zadwoRSFCTe9jg74B+dXGSR3CyOpvocF3UDSmUAi8qk9dYhXF+9kotvRJRi0vm+VwwubjF7q+1P+Z9bZr+s/7fjSSd+5SKk9pODlI= Received: by 10.64.184.13 with SMTP id h13mr1272019qbf; Sat, 12 Nov 2005 19:01:55 -0800 (PST) Received: by 10.65.23.20 with HTTP; Sat, 12 Nov 2005 19:01:55 -0800 (PST) Message-ID: Date: Sun, 13 Nov 2005 16:01:55 +1300 From: Jonathan Roewen To: caml-list@yquem.inria.fr Subject: [Caml-list] Building a custom compiler environment MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Miltered: at nez-perce with ID 4376ACA3.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 compiler:01 ocaml:01 compilers:01 ocamlc:01 -warn-error:01 utils:01 parsing:01 bytecomp:01 toplevel:01 typecore:01 typecore:01 printf:01 cmo:01 ocaml:01 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=disabled version=3.0.3 Hi, I'm trying to compile a custom 3.09.0 environment, using the system ocaml compilers (some 3.08 version). Is it not possible to compile the tools and things with 3.08? I get the following error: ocamlc -warn-error A -I utils -I parsing -I typing -I bytecomp -I driver -I toplevel -c typing/typecore.ml File "typing/typecore.ml", line 748, characters 12-29: Unbound value Printf.sub_format make[1]: *** [typing/typecore.cmo] Error 2 I've had a look in a 3.08 branch, and this function doesn't appear to exist; however, I see it is present in the 3.09 source tree. I suppose the only option is to install 3.09 as system ocaml tools? Kindest Regards, Jonathan