Compiling -DWITH_GNUCASH=NO
Christopher Lam
christopher.lck at gmail.com
Thu Mar 22 19:27:07 EDT 2018
Hi Potuz
This is clever- would you mind documenting the process to run reports
from command line?
C
On 23/03/18 04:57, Potuz wrote:
> On Mar 22, Potuz wrote:
>> Hello, I have a number of scripts that parse my .gnucash sqlite dbase
>> and produce reports. I'd like to be able to compile and run those
>> programs in a linux system without gtk+ (in particular no gnome and
>> no webkit-gtk). However when I try to compile with -DWITH_GNUCASH=NO
>> I pick errors since it seems that libgnucash needs
>> scm/price-quotes.scm which in turn needs scm-gnome-utils which seem
>> to be defined under gnucash/gnome-utils/ but that directory won't be
>> included without WITH_GNUCASH. The error I get is simply:
>>
>> make[2]: *** No rule to make target
>> '/var/tmp/portage/app-office/gnucash-2.7.5-r1/work/
>> gnucash-2.7.5/libgnucash/scm/scm-gnome-utils', needed by
>> 'lib64/gnucash/scm/ccache/2.2/
>> gnucash/price-quotes.go'. Stop.
>>
>> How should I build libgnucash without gtk?
>>
>> Thanks,
>>
>> P.
>>
> For what it's worth, I solved my issue simply removing the target in
> libgnucash/scm/CMakeLists.txt
More information about the gnucash-user
mailing list