Browse thread
Weird ocamldoc error
- John Skaller
[
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: | 2005-06-04 (20:14) |
From: | John Skaller <skaller@u...> |
Subject: | Weird ocamldoc error |
/usr/local/work/flx> ocamldoc -v -I src -d impldoc src/*.mli -html Analysing file src/environments_fish.mli... Ok Analysing file src/flx_ast.mli... ......... Analysing file src/flx_cil_check.mli... Ok Analysing file src/flx_cil_cil.mli... Compilation error. Use the OCaml compiler to get more details. Analysing file src/flx_cil_cilutil.mli... .... /usr/local/work/flx> ocamlc src/flx_cil_cil.mli File "lpsrc/flx_cil.ipk", line 8383, characters 32-50: Unbound type constructor Flx_cil_pretty.doc Well .. /usr/local/work/flx> ocamlc -I src src/flx_cil_cil.mli [no errors] Ocamldoc analyses 141 files and give just this one weird error. Any hints what to look for? The declaration in Flx_cil_pretty is just type doc -- John Skaller, skaller at users.sf.net PO Box 401 Glebe, NSW 2037, Australia Ph:61-2-96600850 Download Felix here: http://felix.sf.net