Hi, using : soci-3.2.2
build with sqlite support, installed, configured with cmake. now trying to connect to sqlite file included #include "soci/soci.h" #include "soci/sqlite3/soci-sqlite3.h" and getting /home/witold/prog/soci-install/include/soci/sqlite3/soci-sqlite3.h:28:26: fatal error: soci-backend.h: No such file or directory sure I could something on the lines #include "soci/soci.h" #include "soci/soci-backend.h" #include "soci/sqlite3/soci-sqlite3.h" but I do not think that this is the intended usage. c -- Witold Eryk Wolski ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk _______________________________________________ soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
