Hi, these calls are done by the OCaml Development Tool plugin for eclipse. I do not think that this plug-in makes mistakes. Otherwise, it would not run on any windows machine and the developers would have noticed that already. So maybe I have configured the plug-in wrongly. Where can I configure which slashes to use for OCaml calls?
regards On 18 Mrz., 17:16, OGrandeDiEnne <[email protected]> wrote: > 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
