ocaml-batteries-team / batteries-included

Batteries Included project
http://ocaml-batteries-team.github.com/batteries-included/hdoc2/
Other
519 stars 106 forks source link

"make doc" error: batSet.mli : lexing: empty token #134

Closed vivanov879 closed 13 years ago

vivanov879 commented 13 years ago

when running "make doc" i get the following errors:

ocamlbuild batteries.docdir/index.html Finished, 0 targets (0 cached) in 00:00:00.

/home/vivanov/batteries-included/_build/src/batSet.mli : lexing: empty token

/home/vivanov/batteries-included/_build/src/batSet.mli : lexing: empty token

/home/vivanov/batteries-included/_build/src/batSet.mli : lexing: empty token

/home/vivanov/batteries-included/_build/src/batSet.mli : lexing: empty token

/home/vivanov/batteries-included/_build/src/batSet.mli : lexing: empty token

/home/vivanov/batteries-included/_build/src/batSet.mli : lexing: empty token

/home/vivanov/batteries-included/_build/src/batSet.mli : lexing: empty token

/home/vivanov/batteries-included/_build/src/batSet.mli : lexing: empty token

/home/vivanov/batteries-included/_build/src/batSet.mli : lexing: empty token

/home/vivanov/batteries-included/_build/src/batSet.mli : lexing: empty token

/home/vivanov/batteries-included/_build/src/batSet.mli : lexing: empty token

12 error(s) encountered Command exited with code 1. Compilation unsuccessful after building 222 targets (219 cached) in 00:00:01. make: *\ [doc] Error 10

thelema commented 13 years ago

This seems to be a problem with the use of camp4 in that mli file. Maybe bluestorm/gasche has insight on fixing this.

gasche commented 13 years ago

This was indeed an issue with the use of Camlp4. I have fixed it in my branch, the fix will be merged upstream soon. I close the issue.