caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Aleksey Nogin <nogin@cs.caltech.edu>
To: Caml List <caml-list@inria.fr>
Subject: Re: [Caml-list] CVS tracking and 3.08 testing
Date: Wed, 07 Jul 2004 16:51:13 -0700	[thread overview]
Message-ID: <40EC8C71.7030206@cs.caltech.edu> (raw)
In-Reply-To: <20040701134108.GA29861@yquem.inria.fr>

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


      parent reply	other threads:[~2004-07-07 23:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-01 13:41 Xavier Leroy
2004-07-01 14:12 ` skaller
2004-07-01 15:40   ` Xavier Leroy
2004-07-09 18:14     ` Benjamin Geer
2004-07-01 16:58 ` Markus Mottl
2004-07-07 23:51 ` Aleksey Nogin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40EC8C71.7030206@cs.caltech.edu \
    --to=nogin@cs.caltech.edu \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).