-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Minor - P4
-
None
-
Affects Version/s: 4.2.1
-
Component/s: Build
-
None
-
ALL
-
-
Dev Platform 2019-12-02
Hi, on macOS 10.13.6 with Xcode 9.4.1, I tried building mongodb 4.2.1 with --use-system-mongo-c. I have mongo-c-driver 1.15.2 installed with MacPorts. The build failed with:
Checking for mongoc_get_major_version() in C library mongoc-1.0... (cached) no
Checking for mongoc_get_major_version() in darwin framework mongoc...(cached) no
Failed to find the required C driver headers
It builds fine using the bundled mongoc if I don't useĀ --use-system-mongo-c.