Open balsoft opened 2 years ago
Ah, after looking at the definition more closely, it seems that there is a fallback in case pkg-config is not present. I'm now wondering if there's a way to express this using opam.
You think there should be a dependency on conf-pkg-config ?
lmdb
implicitly (via dune-configurator) uses (at least on Linux) pkg-config to discoverlmdb.h
. However, this dependency is not explicitly defined indepexts
. This means that ifpkg-config
happens to not be present, thelmdb
package can't build.Error is as follows:
With pkg-config installed, the package seems to build correctly.