mirage / ocaml-crunch

Convert a filesystem into a static OCaml module
Other
74 stars 21 forks source link

Can't compile the code produced by ocaml-crunch #12

Closed zoggy closed 10 years ago

zoggy commented 10 years ago

Hello,

I can't compile the code produced by ocaml-crunch 1.3. For the .ml file I get:

Error: Unbound module Io_page

And for the .mli file:

Error: Unbound module V1

Am I missing something ?

samoht commented 10 years ago

Use --plain to not have the lwt/mirage mode.

samoht commented 10 years ago

(I agree this is not very intuitive)

zoggy commented 10 years ago

Thanks.