ocaml-installer icon indicating copy to clipboard operation
ocaml-installer copied to clipboard

The official windows installer (built using NSIS) for OCaml

Results 24 ocaml-installer issues
Sort by recently updated
recently updated
newest added

Hi, opam fails to install depext-cygwinports (please see enclosed picture) A slash seems to be missing here: "C:OCamlib\ld.conf: No such file or directory" This ld file is located here: C:\OCamlib\ld.conf...

Hi, I've having some issue installing Ocaml + opam due to bash.exe installed on win10. Well, I've removed all and routed to a virtualbox. But the problem is on my...

With 64-bit package: Error when `tar` during opam install: ``` # tar (child): Cannot connect to C: resolve failed # # gzip: stdin: unexpected end of file # tar: Child...

With the Installer for 64-bit OCaml 4.02.3 + OPAM: $ opam install ocamlfind The following actions will be performed: - install ocamlfind 1.7.1 =-=- Gathering sources =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Processing actions...

For instance, the command: ocamlopt -o cryptoverif str.cmxa parsing_helper.mli parsing_helper.ml occ_map.mli occ_map.ml types.ml ptree.mli parser.mli parser.ml ... displays: ** Error: Sys_error("cryptoverif: No such file or directory") File "caml_startup", line 1:...

In the interactive toplevel (`ocaml`), loading `topfind` fails: ``` $ ocaml OCaml version 4.02.3 # #use "topfind";; Cannot find file topfind. ``` The `topfind` file does exist: ``` $ test...

Instead of simply appending to the `PATH`, this ocaml installer decided that it would be a good idea to completely overwrite it, setting it to the value `C:\Users\[me]\AppData\Roaming\OCaml\bin`. This broke...

OCaml binaries are installed in `c:\OCaml`, and `ocamlc -where` returns this path, yet `camlp4 -where` returns `C:/ocamlmgw/lib\camlp4`. This seems to break compilation of Camlp4-related packages, e.g. `type_conv`.

fix-needed

[Merlin](http://the-lambda-church.github.io/merlin/) is an editor-independent tool to ease the development of programs in OCaml. It aims to provide features available in modern IDEs such as: - _As you type_ error reporting...

I see 3 or 4 complaints in Twitter about `opam config env` running for each starts of Command prompt. Some annoyed the registry for the auto-execution of `opam` command is...