-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Description
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
Labels
No labels