On Mar 18, 2:19 am, gex wrote: > Hi, > > while trying to compile a test project on my new windows machine with > the mingw OCaml version, i received the following error (I use Eclipse > ODT): > > ocamlc -I bin -I bin/src/extlib-1.5.1 -I bin/src/related -I bin/src - > dtypes -c src/testMain.ml
Under windows you probably need to write path using the other slash: \ Valerio -- You received this message because you are subscribed to the Google Groups "ocaml-developer" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ocaml-developer?hl=en For other OCaml forums, see http://caml.inria.fr/resources/forums.en.html
