Andreas Hauptmann
Andreas Hauptmann
One not longer compiling program: `opam install obus lablgtk 0install` (0install with all depopts). It did compile with `ocamlbuild.0.9.3` (and passed all test cases), it doesn't even compile with `ocamlbuild.0.11.0`...
Yes, I think it is ocamlbuild. While I didn't look at the build instructions in detail, I had to add `-classic-display` in order to get a decent log on the...
Do the warning messages already disappear when `CAML_NAME_SPACE` is properly defined? ⇨ [#caml-name-space](https://github.com/fdopen/ppx_cstubs/tree/caml-name-space) If there really is a name collision between the headers of OCaml and the manually added headers,...
The code examples in the documentation are public domain (CC0). When I eventually find the time, I'll make that explicitly clear in a commit.
Yes, go ahead.
It would have to been added to ctypes itself. ppx_cstubs generates code for the memory representation and runtime of ctypes. And currently ctypes doesn't support bit fields, see https://github.com/ocamllabs/ocaml-ctypes/issues/226
It's intentionally installed outside the usual hierarchy. Your user name is often something like `François Noël` and your files are stored under `C:\Users\François Noël\...`, so the path will likely contain...
The problem with the new solution is that it requires changes to external stub code. When the new OCaml version appeared, of course, no one had adapted the source code...
I can't test it any longer either. camlp5 now depens on conf-perl-string-shellquote that doesn't seem to be available in the cygwin repo. Therefore the latest release of camlp5 got treated...
There will be no version 2.1.x or later from my side, at most there will be new 2.0.x and even that at most with plenty of delay, like in the...