i m currently trying to install the mongocxx driver on my windows os. I followed the official guide except I git clone instead of getting from the tarball. there were no fatal errors during the build. However, I was unable to link to the header files.
For example, when I run: gcc -lmongoc-1.0 -lbsoncxx -lmongocxx test.cpp
it gave me a fatal error: mongocxx/client.hpp:No such file or directory
1 | #include <mongocxx/client.hpp>.
It would seem like they could not find the client.hpp file in the mongocxx file.
Just to be clear, the compiler was not be able to find any header files.
Thank you for the help!