Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to compile on 32bit machine #38

Closed
RiderALT opened this issue Aug 1, 2019 · 1 comment
Closed

Unable to compile on 32bit machine #38

RiderALT opened this issue Aug 1, 2019 · 1 comment
Labels

Comments

@RiderALT
Copy link

RiderALT commented Aug 1, 2019

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

  • ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/fmt.cmx src/fmt.ml
    File "src/fmt.ml", line 453, characters 2-12:
    453 | 0xffffffff, fmt "%08x"; ]
    ^^^^^^^^^^
    Error: Integer literal exceeds the range of representable integers of type int
    Command exited with code 2.
@dbuenzli dbuenzli added the bug label Aug 1, 2019
@dbuenzli
Copy link
Owner

dbuenzli commented Aug 1, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants