On Mar 7, 4:53 pm, Gates <
ga...@10gen.com> wrote:
> Have you tried building the C++ drivers?
> How close are they to what you need?
I do not need the client driver itself, just the ability to consume
bson data.
>
> The C++ drivers should include BSON, but will exclude a lot of the
> other core code.
> Looking at the includes, a lot of them seem to be "utils". Are those
> utils too dependent?
I have not looked too far, but just the first file in the bson
directory bson_db.h included ../util/optime.h which in turn includes
db/concurrency.h.
I shall try and pull out the sources and try building to see how far I
get.
Rakesh