vbmithr / ocaml-websocket

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

ocaml-websocket does not build #3

Closed rgrinberg closed 11 years ago

rgrinberg commented 11 years ago

The error obtained is:

File "lib/websocket.ml", line 201, characters 36-44:
Error: This expression has type Lwt_unix.sockaddr = Unix.sockaddr
       but an expression was expected of type Lwt_unix.file_descr
Command exited with code 2.

See also:http://stackoverflow.com/questions/15368477/failed-compiling-ocaml-websocket

vbmithr commented 11 years ago

I’m going to fix that asap. Thanks for the report.

vbmithr commented 11 years ago

Should work now. Could you try again please ?

rgrinberg commented 11 years ago

Working like a charm now.