Catherine
Catherine
This worked, thanks.
I think this issue and the previous one should be featured in the documentation. This is very much not obvious.
The idea is very simple. Currently the stubs look like this: ``` value stub(value foo) { long c_foo = Long_val(foo); c_call(c_foo); return Val_unit; } ``` With this proposal, they would...
@yallop Any opinion on this?
Packages that use ocamlbuild are among of my favorites for cross-compilation. It doesn't have out-of-the-box support for that, but it also doesn't make your life hard--in general what you do...
BTW I've recently fixed every issue listed in [the notes you linked](https://github.com/cgreenhalgh/ocaml-crosscompiling/blob/master/docs/ocamlbuildnotes.md) in ocamlbuild.
Also, this doesn't work for cross-compilation. I need a workflow that doesn't involve executing anything on the host.
Yup, that was my idea as well.
@yallop Any opinion on this?