-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 1.8.1
-
Component/s: libmongoc
-
None
-
Environment:Windows (10), using msbuild.exe using VS2015 developer command prompt.
When building mongo-c-driver-1.8.1, I have found that there is a test failing/assert failing.
BSON_ASSERT (bson_empty (&sd->compressors));
The two errors are;
C2039 - 'compressors': is not a member of '_mongoc_server_description_t' C2198 - 'bson_get_data': too few arguments for call
First time raising a ticket, so I hope I have conveyed all the correct information!
- duplicates
-
CDRIVER-2324 CMake config doesn't set MONGOC_ENABLE_COMPRESSION in mongoc-config.h
- Closed