Using CMake GUI to build libbson and then C driver based on instructions found here: http://api.mongodb.org/c/current/installing.html. libbson builds fine. However, attempting to build C driver results in:
1) There is no BSON_ROOT_DIR variable listed in the CMAKE GUI Advanced list of variables. There are 2 other BSON related variables. I added BSON_ROOT_DIR, but I suspect there is a problem there.
2) Got link errors when running msbuild ALL_BUILD.vcxproj after configuring. First error is: LINK : fatal error LNK1104: cannot open file 'D:\Freeware\mongo\mongo-client-1.
3.5-install\libinstall.obj' [D:\Freeware\mongo\mongo-c-driver-build\test-libmon
goc.vcxproj]
- is related to
-
CXX-891 CMake 3.5 GUI fails to find libbson when configuring for VS2015 on Win 7
-
- Closed
-