dbuenzli / fmt

OCaml Format pretty-printer combinators
http://erratique.ch/software/fmt
ISC License
71 stars 26 forks source link

Unable to compile on 32bit machine #38

Closed RiderALT closed 5 years ago

RiderALT commented 5 years ago

ocaml-fmt-0.8.7, broken build on i586: ocamlfind ocamldep -modules src/fmt.ml > src/fmt.ml.depends ocamlfind ocamldep -modules src/fmt.mli > src/fmt.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/fmt.cmi src/fmt.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/fmt.cmx src/fmt.ml

dbuenzli commented 5 years ago

Thanks for the report. Sorry for the trouble. I'll do a release any time soon.