Browse thread
[Caml-list] ocaml-3.03-alpha doesn't compile
-
Marcin 'Qrczak' Kowalczyk
-
Ceri Storey
- Xavier Leroy
- Marcin 'Qrczak' Kowalczyk
- Marcin 'Qrczak' Kowalczyk
-
Ceri Storey
[
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: | Marcin 'Qrczak' Kowalczyk <qrczak@k...> |
| Subject: | Re: [Caml-list] ocaml-3.03-alpha doesn't compile |
Mon, 19 Nov 2001 16:35:38 +0100, Xavier Leroy <xavier.leroy@inria.fr> pisze:
> Make sure you do "make world", not just "make".
Oops, ok.
It fails in another way (The compiled interfaces ../../../utils/config.cmi
and /usr/local/lib/ocaml/parsetree.cmi make inconsistent assumptions over
interface Pervasives). I fixed it thus:
--- camlp4/ocaml_src/meta/Makefile~ Tue Oct 2 13:49:03 2001
+++ camlp4/ocaml_src/meta/Makefile Mon Nov 19 17:05:56 2001
@@ -2,7 +2,7 @@
include ../../config/Makefile
-INCLUDES=-I ../camlp4 -I ../../boot -I $(OTOP)/utils
+INCLUDES=-I ../camlp4 -I ../../boot -I ../../../parsing -I $(OTOP)/utils
OCAMLCFLAGS=$(INCLUDES)
OBJS=q_MLast.cmo pa_r.cmo pa_rp.cmo pa_extend.cmo pa_extend_m.cmo pa_ifdef.cmo pr_dump.cmo
CAMLP4RM=pa_r.cmo pa_rp.cmo pr_dump.cmo
--- camlp4/meta/Makefile~ Sat Sep 29 03:08:35 2001
+++ camlp4/meta/Makefile Mon Nov 19 17:07:51 2001
@@ -2,7 +2,7 @@
include ../config/Makefile
-INCLUDES=-I ../camlp4 -I ../boot -I $(OTOP)/utils
+INCLUDES=-I ../camlp4 -I ../boot -I ../../parsing -I $(OTOP)/utils
OCAMLCFLAGS=$(INCLUDES)
OBJS=q_MLast.cmo pa_r.cmo pa_rp.cmo pa_extend.cmo pa_extend_m.cmo pa_ifdef.cmo pr_dump.cmo
CAMLP4RM=pa_r.cmo pa_rp.cmo pr_dump.cmo
--
__("< Marcin Kowalczyk * qrczak@knm.org.pl http://qrczak.ids.net.pl/
\__/
^^
QRCZAK
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr