Skip to content

new missing primitives since ocaml 4.01.0 #37

@sagotch

Description

@sagotch

Hello js_of_ocaml team.

I used to have this "warning" when compiling my program with ocaml 4.00.0 :

Missing primitives:
  caml_ml_output_char

I upgraded to 4.01.0 via opam yesterday, and my program did not changed, but I now have those messages when compiling :

Missing primitives:
  caml_ml_output_char
  caml_sys_const_big_endian
  caml_sys_const_ostype_cygwin
  caml_sys_const_ostype_unix
  caml_sys_const_ostype_win32
  caml_sys_const_word_size

The problem is that caml_ml_output_char did not prevent my program from running well, but these new errors do.

Is it a known issue ? Did I forget to upgrade something ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions