ocaml-doc / doc-ock

(DEPRECATED) Documentation generation for OCaml
ISC License
15 stars 5 forks source link

Building the compiler distribution with doc gen on #40

Open dsheets opened 9 years ago

dsheets commented 9 years ago

Perhaps I've missed something but this doesn't currently seem possible due to errors regarding mismatched interfaces.

dsheets commented 9 years ago
File "_none_", line 1:
Error: The files ../../stdlib/pervasives.cmi and ../../utils/misc.cmi
       make inconsistent assumptions over interface Pervasives
make[3]: *** [dynlinkaux.cmo] Error 2
make[2]: *** [otherlibraries] Error 2
make[1]: *** [all] Error 2
make: *** [world] Error 2
dsheets commented 9 years ago

Getting the compiler to bootstrap with -doc (what, I assume, is the root of this issue) is the next highest priority after #35.