Hello Mihamina,

On Tue, Feb 3, 2009 at 13:09, Mihamina Rakotomandimby (R12y)
<miham...@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.

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to