Results 1654 comments of Gabriel Scherer

Hm, it does look like you need to install first indeed...

This is hard, and related to #147, and we should try to solve both issues.

Did you mean to comment on the use-ocamlfind-by-default issue?

If you just want to redo the linking step, removing the linked binary before building should be enough. In the general case where an external dependency changed under your feet,...

What do you mean by "not mentioned"? There is a `%.cmo: %.ml` rule and `ocamlbuild.byte` depends on `ocamlbuild.cmo`.

Thanks. I think that an ocamlbuild-side solution would be interesting, because ocamlbuild has a better view of intermediate targets than oasis can have (without reverse-engineering the build process). A warning...

This is very strange -- many people *can* build ocamlbuild just fine. What is the OCaml version being used to build?

OCamlbuild 0.14.0 is now out, and has been converted to opam2 -- the opam file in trunk has also been updated. Could you maybe try this new version?

This looks like it may be some misconfiguration issue. Unfortunately there is no runtime option to have ocamlbuild reports on its configuration right now, so could you instead execute the...

I belive that your hypothesis on .bashrc trouble is exactly right, as I look at [this code](https://github.com/ocaml/ocamlbuild/blob/4ef4b18223383f79819ae123f6dff2a7b969fa7a/src/my_std.ml#L276-L279) which implements OCamlbuild's command-invocation logic. In the Windows case, it invokes `bash --norc`,...