Results 1654 comments of Gabriel Scherer

Ah, so that wasn't it. The quest goes on... I think `ocamlfind list` should be asked by ocamlbuild when you do *not* use the `-use-ocamlfind` switch. Do you also get...

I suppose that the error may be related to https://github.com/ocaml/ocaml/pull/1323 . Can you tell more about your architecture, operating system and OCaml version? (Including the output of `ocamlopt -config` could...

Here is my understanding of the issue: - the bug was introduced in #319, which implemented support for OCaml 5.1 - the issue is that, after #319, `ocamlbuild.cmo` is compiled...

Yes, 0.14.1 should be fine if your OCaml version is 5.0 or older.

(But I still need to fix this bug in the current codebase. Thanks for the report!)

@jonahbeckford I don't understand the relation between the patches you are showing and the issue here, that I think is related to the ocamlbuild build system and testsuite layout that...

@habdulkafi, could you try to test with ocamlbuild version 0.9.3 or later? This should have been fixed by #103 which was part of that release. (See `ocamlbuild -version` for version...

Indeed, that corresponds to versions that were bundled with the OCaml distribution until 4.02.x, which are older than the 0.9.x versions. You need OCaml 4.03.0 or later to try ocamlbuild...

To build a dynamic library, the target-naming convention is that you should build `dllproj.so` (using `dll` rather than `lib` as for static libraries). (This is documented [in the manual](https://github.com/ocaml/ocamlbuild/blob/master/manual/manual.adoc#advanced-targets), but...

Thanks! Those are excellent comments, and (of course ?) I would be happy to receive contributions. Regarding documentation output: - thanks for catching the `~doc` mistake; this should be fixed...