SQL backend

Rolf Leggewie no2spam at nospam.arcornews.de
Wed Oct 29 05:39:03 EDT 2008


Derek Atkins wrote:
> DBI.   When you --enable-dbi what does the config.log say about it
> finding DBI?

I don't understand too much about it, but I don't think it looks good.

$ grep -i dbi config.log
   $ ./configure --prefix=/export/gnucash --enable-debug 
--enable-doxygen --enable-locale-specific-tax --enable-error-on-warning 
--enable-compile-warnings --enable-aqbanking --enable-python-bindings 
--enable-dbi --enable-sql
configure:28222: checking dbi/dbi.h usability
conftest.c:108:21: error: dbi/dbi.h: No such file or directory
| #include <dbi/dbi.h>
configure:28263: checking dbi/dbi.h presence
conftest.c:75:21: error: dbi/dbi.h: No such file or directory
| #include <dbi/dbi.h>
configure:28331: checking for dbi/dbi.h
configure:28365: error: Unable to find dbi/dbi.h
ac_cv_header_dbi_dbi_h=no
DBI_DIR=''
LIBDBI_LIBS=''

Full log is at http://oss.leggewie.org/wip/config.log

If it is what I think it is (I was missing some packages/libs at compile 
time) then maybe the configure checks could be tuned to detect this better?



More information about the gnucash-devel mailing list