protz / ocaml-installer

The official windows installer (built using NSIS) for OCaml
http://protz.github.com/ocaml-installer/
GNU General Public License v3.0
66 stars 11 forks source link

ocaml in cmd not working #12

Closed ygrek closed 12 years ago

ygrek commented 12 years ago

Here is what I get immediately after starting ocaml in cmd :

C:\Users\user>ocaml
        OCaml version 4.00.0+beta2

# Characters -1--1:
  Error: I/O error: Not enough space
# Characters -1--1:
  Error: I/O error: Not enough space
# Characters -1--1:
  Error: I/O error: Not enough space
# Characters -1--1:
  Error: I/O error: Not enough space
# Characters -1--1:
  Error: I/O error: Not enough space
# Characters -1--1:

and it continues indefinitely unitl I hit Ctrl-C :

Characters -1--1:
Fatal error: exception Sys.Break

ocaml in cygwin shell works fine. OS: Windows 7 (version 6.1.7600)

protz commented 12 years ago

Yes, this is a bug in OCaml that Fabrice is going to fix very soon. Thanks for the report!

ghost commented 12 years ago

Yes,this is a bug

protz commented 12 years ago

This has been fixed in revisions 12640 and 12641 so the fix will be included when I release the final version of the installer.

On Mon 02 Jul 2012 10:07:13 AM CEST, 墨阳 wrote:

Yes,this is a bug


Reply to this email directly or view it on GitHub: https://github.com/protz/ocaml-installer/issues/12#issuecomment-6702560