Has anyone seen the following errors while compiling for a Mac?
SRC/mongodb.cpp:23:18: error: bson.h: No such file or directory
SRC/mongodb.cpp:24:18: error: bcon.h: No such file or directory
SRC/mongodb.cpp:25:20: error: mongoc.h: No such file or directory
(and then a whole pile of errors that follow from these)
The first two files are in SRC/include/mongo/bson and SRC/mongo/bson while the third is in SRC/include/mongo/mongoc and SRC/mongo/mongoc. Copying them into SRC didn’t help.
I’m using Mac OS 10.7.5 (hardware limitations prevent anything more recent from being used) so the MacChatScript binary won’t work nor can I use the Xcode project included with CS 7.1 (Xcode 4.6.3 is the most recent that I can run).
This is probably just a noob problem but everything that I’ve ever written on the mac has been in objective-c with Xcode where all the whole compile process is automated.