|
I'm seeing errors like this
test-mongoc-collection.obj : error LNK2019: unresolved external symbol bson_iter_decimal128 referenced in function test_decimal128 [C:\build\mongo-c-driver\test-libmongoc.vcxproj]
|
test-mongoc-collection.obj : error LNK2019: unresolved external symbol bson_decimal128_from_string referenced in function test_decimal128 [C:\build\mongo-c-driver\test-libmongoc.vcxproj]
|
test-mongoc-collection.obj : error LNK2019: unresolved external symbol BCON_DECIMAL128 referenced in function test_decimal128 [C:\build\mongo-c-driver\test-libmongoc.vcxproj]
|
C:\build\mongo-c-driver\Debug\test-libmongoc.exe : fatal error LNK1120: 3 unresolved externals [C:\build\mongo-c-driver\test-libmongoc.vcxproj]
|
I think this is related to CDRIVER-1337, which protects experimental features behind a compiler flag. That flag should probably be enable for all C++ driver builds.
|