« Return to Thread: findlib 1.2.1 compatible with Ocaml 3.10.2 ?

"ocaml_beginners"::[] Re: findlib 1.2.1 compatible with Ocaml 3.10.2 ?

by remi.vanicat :: Rate this Message:

Reply to Author | View in Thread

conglun <yaoconglun@...> writes:

> Dear all,
>
> I have just met a wired exception when trying to compile my ocaml code:
> Uncaught exception: Invalid_argument("waitpid not implemented")

It's very clear: waitpid is not implemented, more precisely, "waitpid
can only wait for a given PID, not any child process" on a windows
box, see http://caml.inria.fr/pub/docs/manual-ocaml/manual035.html

--
Rémi Vanicat

 « Return to Thread: findlib 1.2.1 compatible with Ocaml 3.10.2 ?