temporaer / MDBQ

MongoDB-based Task Queue in C++
9 stars 5 forks source link

which mongo version, are you use? #4

Open xinsuinizhuan opened 4 years ago

xinsuinizhuan commented 4 years ago

include <mongo/client/dbclient.h>

include <mongo/client/gridfs.h>

but i can't find any version mongo have this head files,which mongo version, are you use?

temporaer commented 4 years ago

Sorry for not specifying exactly. This project was last updated in 2013. Looking at the file list of mongo c++ client back then, the missing files are available. I'm happy to take pull requests to update to a more recent version of the client!

xinsuinizhuan commented 4 years ago

I can't find the version of mongo that befor 2013. Could you can update the recent version of the client, and link the mongo version?

xinsuinizhuan commented 4 years ago

Thank you very much that you can reply me. Could you can update the recent version of the client, and link the mongo version?

temporaer commented 4 years ago

Sorry, I'm not actively using this library anymore. If you update the version, please feel free to create a pull request to help others!

xinsuinizhuan commented 4 years ago

how to compile the https://github.com/mongodb/mongo-cxx-driver/tree/0a797c74178ec02a4bf0236e726341a2ccb97e31, on ubuntu?

temporaer commented 4 years ago

http://mongocxx.org/mongocxx-v3/installation/ ?

xinsuinizhuan commented 4 years ago

this older version, have on cmakelist, so can't compile it use camke.