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 BAA29804; Thu, 8 Jul 2004 01:51:17 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id BAA29323 for ; Thu, 8 Jul 2004 01:51:16 +0200 (MET DST) Received: from swordfish.cs.caltech.edu (swordfish.cs.caltech.edu [131.215.44.124]) by nez-perce.inria.fr (8.12.10/8.12.10) with ESMTP id i67NpFEV000899 for ; Thu, 8 Jul 2004 01:51:16 +0200 Received: from [131.215.44.173] (wasco.cs.caltech.edu [131.215.44.173]) by swordfish.cs.caltech.edu (Postfix) with ESMTP id 290BBDF2E6 for ; Wed, 7 Jul 2004 16:51:14 -0700 (PDT) Message-ID: <40EC8C71.7030206@cs.caltech.edu> Date: Wed, 07 Jul 2004 16:51:13 -0700 From: Aleksey Nogin Organization: California Institute of Technology, Computer Science Department User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a2) Gecko/20040610 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Caml List Subject: Re: [Caml-list] CVS tracking and 3.08 testing References: <20040701134108.GA29861@yquem.inria.fr> In-Reply-To: <20040701134108.GA29861@yquem.inria.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Miltered: at nez-perce with ID 40EC8C73.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 camlcvs:01 3.07:01 toplevellib:01 libdir:01 toplevellib:01 libdir:01 outcometree:01 outcometree:01 mli:01 typecore:01 typecore:01 mli:01 longident:01 longident:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On 01.07.2004 06:41, Xavier Leroy wrote: > Users who track the CVS sources from camlcvs.inria.fr are encouraged > to switch to the current release branch, which is labeled "release308". [...] > Now is a very good time to test and report bugs. Could you please consider PR1804/1900 that asks for the following 4 lines to be added to the "install" target of the top-level Makefile: http://nogin.org/patches/ocaml-3.07-wish1804.patch Index: Makefile =================================================================== RCS file: /caml/ocaml/Makefile,v retrieving revision 1.184 diff -u -u -r1.184 Makefile --- Makefile 2003/07/03 15:13:21 1.184 +++ Makefile 2003/10/29 10:11:35 @@ -250,6 +250,10 @@ cp toplevel/toplevellib.cma $(LIBDIR)/toplevellib.cma cp expunge $(LIBDIR)/expunge$(EXE) cp typing/outcometree.cmi typing/outcometree.mli $(LIBDIR) + cp typing/typecore.cmi typing/typecore.mli $(LIBDIR) + cp parsing/location.cmi parsing/location.mli $(LIBDIR) + cp parsing/longident.cmi parsing/longident.mli $(LIBDIR) + cp parsing/parsetree.cmi parsing/parsetree.mli $(LIBDIR) cp toplevel/topstart.cmo $(LIBDIR) cp toplevel/toploop.cmi toplevel/topdirs.cmi toplevel/topmain.cmi $(LIBDIR) cd tools; $(MAKE) install These files are needed in order to be able to build a custom Ocaml toploop and to be able to manipulate it successfuly. Thank you! -- Aleksey Nogin Home Page: http://nogin.org/ E-Mail: nogin@cs.caltech.edu (office), aleksey@nogin.org (personal) Office: Jorgensen 70, tel: (626) 395-2907 ------------------- 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