Browse thread
[Caml-list] CVS tracking and 3.08 testing
-
Xavier Leroy
- skaller
- Markus Mottl
- Aleksey Nogin
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Aleksey Nogin <nogin@c...> |
| Subject: | Re: [Caml-list] CVS tracking and 3.08 testing |
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