sqlite3-ocaml icon indicating copy to clipboard operation
sqlite3-ocaml copied to clipboard

Cannot compile on windows

Open Chimrod opened this issue 5 years ago • 1 comments
trafficstars

I'm using the OCaml for windows repository, and the installation fails as pkg-config is not recognized as a command.

Replacing all references from pkg-config to pkgconf in discover.ml solve the problem, but I am not able to propose a clean PR for this.

Chimrod avatar May 27 '20 12:05 Chimrod

It seems that this is a deeper issue: https://access.redhat.com/discussions/4734691

I'm not sure about the impact of potential incompatibilities. In any case, it seems that at least RHEL 8 uses a symlink from pkg-config to pkgconf. Maybe this is just missing on your platform? Such a widespread utility as pkg-config should probably not just disappear.

mmottl avatar Jul 05 '20 22:07 mmottl