Witold E Wolski
2013-09-24 12:42:01 UTC
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
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
Witold Eryk Wolski