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
_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.