Work on Python reporting and Scripting engine for GNU cash
Christian Stimming
stimming at tuhh.de
Mon Mar 14 04:11:11 EDT 2011
Hi Rahul,
Zitat von Rahul Gaur <rahul.nbg at gmail.com>:
> I've been trying to compile GNUcash source ver 2.4.3 downloaded frm
> gnucash.org ... while running ./configure,
> i get error ,here is a spinet of last few lines :
>
>> configure: External QOF Disabled. Using Internal QOF Code.
>
> checking dbi/dbi.h usability... no
>
> checking dbi/dbi.h presence... no
>
> checking for dbi/dbi.h... no
>
> configure: error: Unable to find dbi/dbi.h
this sounds already quite good. You're almost there :-)
With this error, you either need to install the development package of
"libdbi", which is called libdbi0-dev on ubuntu, or switch off
gnucash's usage of dbi with the configure argument --disable-dbi, i.e.
"./configure --disable-dbi ..."
> and one more thing the source code Gnu cash on gnucash.org is different from
> that available on SVN??
> because the size on gnucash.org is something less than 9MB but that on SVN
> greater in size last time I tried downloading it did something about
> 19.8MB and then net got disconnected...I don't 've very good internet
> connection here right now...
Yes, the SVN checkout contains some more files than what is included
in the distributed .tar.gz file (the "tarball"). Notably some of the
artwork source files are also in SVN but not in the tarball.
Regards,
Christian
More information about the gnucash-devel
mailing list