ocamlbuild
ocamlbuild copied to clipboard
The legacy OCamlbuild build manager
In cases where the libdir computed by `ocamlbuild -where` doesn't contain the expected ocamlbuild library files, attempt to guess an alternative libdir relative to the currently running executable's path (using...
`ocamlbuild -where` always returns the value of the `$OCAMLBUILD_LIBDIR` makefile variable set during build time. This means that if a pre-compiled instance of ocamlbuild is ever relocated, `ocamlbuild -where` will...
This is the upstream of https://github.com/diskuv/diskuv-opam-repository/blob/main/packages/ocamlbuild/ocamlbuild.0.14.0/files/ocamlbuild-0.14.0.diskuvocaml.patch ### Before Makefile.config: ```make # This file was generated from configure.make OCAML_PREFIX= OCAML_BINDIR=C:/Users/beckf/AppData/Local/Programs/DKMLNA~1/bin OCAML_LIBDIR=C:/Users/beckf/AppData/Local/Programs/DKMLNA~1/lib/ocaml OCAML_MANDIR=C:/Users/beckf/AppData/Local/Programs/DKMLNA~1/man EXT_OBJ=.obj EXT_ASM=.asm EXT_LIB=.lib EXT_DLL=.dll EXE=.exe OCAML_NATIVE=true OCAML_NATIVE_TOOLS=true NATDYNLINK=true SUPPORT_SHARED_LIBRARIES=true...
Ocamlbuild 0.14.2 compiles successfully with "make", but at the "make test" stage, several of the tests fail with a similar error: ``` Warning: Won't be able to compile a native...
It is cumbersome to have one `ocamlbuild.0.14.2/opam` version for Unix and another `ocamlbuild.0.14.2+win/opam` for Windows with availability flags to choose between both. Among other things, we've lost the ability to...
Disclaimer: This ticket is less about some issue and more som call for help/hints. Cannot find documentation about what I'm trying to do so if it is some documentation about...
Updates ocamlbuild for compatibility with the changes proposed in ocaml/ocaml#11198 in order to silence the alert displayed by that PR.
It looks like an [old issue](https://github.com/ocaml/opam-repository/issues/6224) has popped up again in `ocamlbuild` `0.14.1`. For some packages on Windows/Cygwin (Mingw toolchain), the hygienic check fails, e.g., for `mtime` `1.3.0`: ``` mkdir...
when running make after cloning the repo, I get ```mkdir -p tmp make: mkdir: Permission denied make: *** [Makefile:155: src/ocamlbuild_pack.cmo] Error 127 ``` When I run "opam install ocamlbuild" I...
_PR transferred from https://caml.inria.fr/mantis/view.php?id=5101_ [original reporter: @ygrek] Consider: the main program gets built and linked with external library version 1, then library is upgraded to version 2, program gets bult...