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

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

by conglun :: Rate this Message:

Reply to Author | View in Thread

Thanks for your reply. I noticed this part in the manual. But it's working
fine (cygwin + ocaml 3.09 + ocamlfind 1.1.1) before I moved to the latest
verison.

Is there approach to work around this exception, when I using

ocamlfind ocamlmktop -o mytop -package unix -linkpkg

Regards,
Conglun


On 3/28/08, Remi Vanicat <remi.vanicat@...> wrote:

>
>   conglun <yaoconglun@... <yaoconglun%40gmail.com>> 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
>
>
>


[Non-text portions of this message have been removed]

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