maranget / hevea

Hevea is a fast latex to html translator
http://hevea.inria.fr
Other
97 stars 12 forks source link

Build error on openSUSE 15.3 #65

Closed drmpjz closed 3 years ago

drmpjz commented 3 years ago

Build environment:

openSUSE 15.3

ocaml 4.05.0 ocamlbuild 0.14.0

hevea 2.35 source code

make builds a long list of modules (so in principle build environemnt seems to be sane :-) ) , but eventually fails with

Any hints how to fix this would be appreciated.

cspiel commented 3 years ago

OCaml 4.05 has no Float module (and no round function either).

You could ...

drmpjz commented 3 years ago

Thanks a lot! That was exactly what I needed. I checked the rolling-release version of openSUSE (Tumbleweed), looks like an upgrade to ocaml 4.12 is in the works there. With this version hevea 2.35 completes the compile (albeit with a few warnings). Short term workaround (remove Float.round) applied and build completes without issues on my main system(s).