-
This afternoon I tried building Uroboros using a generally similar but newer system than the recommended one: 64-bit Ubuntu 14.04, with a locally-compiled OCaml 4.05.0, and the library dependencies in…
-
## Expected Behavior
`dune build` properly installs `ocamlfind` and proceeds with building the package.
## Actual Behavior
Same error on my host machine (Gentoo) and docker Alpine or Ubuntu i…
mefyl updated
2 weeks ago
-
E.g.
```
$ _build/_private/default/.pkg/ocamlbuild/target/bin/ocamlbuild -where
/home/s/tmp/bonsai/_build/.sandbox/7158a9da761d39477e414a6f2dd9d3fc/_private/default/.pkg/ocamlbuild/target/lib/ocaml…
-
A suggestion of @avsm's [from](http://lists.ocaml.org/pipermail/ctypes/2015-May/000167.html) the mailing list:
> Creating a standard ocamlbuild plugin would be useful given the recent addition of -pl…
-
J'avais dit à @Saroupille que le Makefile me semblait recompiler inutilement certains trucs. Mieux vaut tard que jamais, j'ai confirmé et compris le problème: En fait, ocamlbuild rebuild tout, par pré…
-
This affects the compile of `ptime.1.1.0`:
```text
#=== ERROR while compiling ptime.1.1.0 ========================================#
# context 2.2.0~alpha0~20221228 | win32/x86_64 | conf-withd…
-
Hello,
In Hevea "README" it is indicated that one can choose TARGET=byte if "ocamlbuild" is not installed.
But, in that case, script "ocn.sh" still calls "ocamlbuild".
Is there a way to correct tha…
-
This seems to be trickier than I thought..
```
$ sudo make
...
cat: utils/get_build_id.gen.c: No such file or directory
/bin/sh: ocamlbuild: command not found
make[4]: *** [build-hack-native-deps] E…
-
We are clearly lacking an automated build process. A Makefile with `main.byte` as a target along with functionality to clean build artifacts would help speeding up the development and testing process.…
-
In a new Windows system, I just installed Cygwin (including essential packages such as make, patch, unzip, etc), downloaded a Windows opam binary (2.3.0~beta1), did `opam init` and then tried to insta…