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 File "src/testMain.ml", line 1, characters 0-1: Error: Wrong file naming: bin/src/extlib-1.5.1\io.cmi contains the compiled interface for IO Incorrect case of the file, isn't it? But as I checked the folder, I noticed that this is a plain lie! The file is named IO.cmi with the correct case. How can I fix this? If the case was wrong, i could rename the file. But it isn't. -- 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
