Marcello Seri
Marcello Seri
Any update on this?
Awesome, thank you so much!!!
There are still many failures. I think the advantage of vendoring `libh3` directly inside `h3` is that it will simplify linking & including relevant headers. Right now you have a...
Thanks. If the compiler issue is fixed in camlidl, I guess this will automatically start working in the two remaining systems
I remember a similar issue in the past, I think the issue was a missing `-Wno-implicit-function-declaration` in the CC invocation. Unfortunately, if that is the issue I cannot provide a...
If you know what dependency is missing and the issue is just a lack of the installed library, it can be fixed in the opam file metadata. If the failure...
Ping @nberth, is this solved by your recent PR?
For the released packages, this should be enough to fix it: https://github.com/ocaml/opam-repository/pull/27954 But for future releases something should be done in the build scripts
Thanks
Afaik this was missing since the presence of opam and an ocaml compiler should guarantee the presence of a c compiler. Have you encountered situations where this was not the...