I was following installation guide from this
link
I installed libbson successfully, but when I tried to do the same for cd mongo-c-driver-1.6.1
I was getting "sasl/sasl.h not found" error so I downloaded Cyrus-SASL for Windows from here and put it in my Visual Studio include folder.
Then I was getting same error from this bug so I used current github master branch to include all the mongoc source files.
Finally I was able to do
make -G "Visual Studio 14 2015 Win64" "-DCMAKE_INSTALL_PREFIX=C:\mongo-c-driver" "-DBSON_ROOT_DIR=C:\mongo-c-driver" without any errors but when I tried "msbuild.exe ALL_BUILD.vcxproj" it was getting this error:
Also attached txt version of that code and I wasn't able to find any log file regarding this compilation.
Could you tell me whether I am doing this right and configure what's going on here?