Index: library/mongodb/README =================================================================== diff -u -r2837e8ce08344ee3f82a7451109f14a4b7cb3395 -r247831dfafdb972eaf34feca38b7b67ce38c9155 --- library/mongodb/README (.../README) (revision 2837e8ce08344ee3f82a7451109f14a4b7cb3395) +++ library/mongodb/README (.../README) (revision 247831dfafdb972eaf34feca38b7b67ce38c9155) @@ -3,7 +3,7 @@ Ingredients: https://github.com/mongodb/mongo - https://github.com/mongodb/mongo-c-driver + https://github.com/mongodb/mongo-c-driver (requires version v0.3 or better) Compile or obtain mongodb (the database). Compile or obtain the mongo-c-driver (client interface) @@ -14,8 +14,11 @@ ./configure --with-tcl=/usr/local/ns/lib --with-nsf=../../ \ --with-mongo=/usr/local/src/mongo-c-driver/src/,/usr/local/src/mongo-c-driver -I had to add MONGO_HAVE_STDINT to the EXTRA_FLAGS on MacOS X +I had to add MONGO_HAVE_STDINT to the EXTRA_FLAGS +of library/mongodb/Makefile.in on MacOS X + EXTRA_CFLAGS = @PKG_CFLAGS@ -DMONGO_HAVE_STDINT + TODO: remove the hardcoded define flag in Makefile.in In order to run the sample script,