Browse thread
Unbound module XHTML.M
[
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: | David MENTRE <dmentre@l...> |
| Subject: | Re: [Caml-list] Unbound module XHTML.M |
Hello Mihamina,
On Tue, Feb 3, 2009 at 13:09, Mihamina Rakotomandimby (R12y)
<mihamina@lab.vectoris.fr> wrote:
> (already posted in OCsigen ML, but seems top be unresponsive list)
Maybe you should wait more than 15 minutes...
> when trying to compile:
> ocamlc \
> -I /usr/lib/ocsigen/extensions/ \
> -I /usr/lib/ocaml/3.10.2/lwt/ \
> -c tutorial.ml
> I got the error:
> File "tutorial.ml", line 2, characters 0-12:
> Unbound module XHTML.M
I've you tried with:
ocamlc \
-I /usr/lib/ocsigen/ \ # <-- without extensions/
-I /usr/lib/ocaml/3.10.2/lwt/ \
-c tutorial.ml
?
Yours,
d.