Hello, I have build Soci with Postgresql & Boost support. In the include directory there is a subdirectory soci with the header files and unter include/soci/postgresql is the soci-postgres.h
I have added the include dir to my CPP defines but I get an error "error: soci-backend.h: No such file or directory" on this includes: #include <soci/soci.h> #include <soci/postgresql/soci-postgresql.h> I take a look to the soci-postgresql.h and the include for the backend shows: #include <soci-backend.h> but IMHO is must be #include <../soci-backend.h> Which is the correct CPP define for using Soci? Thanks Phil ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
