vbmithr / ocaml-websocket

Websocket library for OCaml
ISC License
163 stars 44 forks source link

Missing Lwt_io_ext in websocket.cmxs #13

Closed zoggy closed 10 years ago

zoggy commented 10 years ago

When dynamically loading the file websocket.cmxs: undefined symbol: camlLwt_io_ext It seems the Lwt_io_ext module is not included in websocket.cmxs .

kit-ty-kate commented 10 years ago

Sounds like the usual ocamlbuild bug :D See: https://github.com/ocaml-batteries-team/batteries-included/pull/460

kit-ty-kate commented 10 years ago

See also: https://github.com/Cumulus/Cumulus/blob/cb7f89e23856e1a623f32003ab72e8d6f44f1db1/myocamlbuild.ml#L648

kit-ty-kate commented 10 years ago

I'll do a patch for oasis and ocamlbuild today.

zoggy commented 10 years ago

Same here: https://github.com/ocaml/ocaml-re/issues/15

vbmithr commented 10 years ago

This is fixed in OASIS 0.4.x. I have just regenerated the OASIS files for websocket. Thanks.

kit-ty-kate commented 10 years ago

I didn't know it was fixed for oasis. It explain the .mldylib