Am 23.10.19 um 06:14 schrieb John Ralls:
That function does search, using the path set in $GNC_MODULE_PATH, and cmake writes that into
/etc/gnucash/environment. But if you specify to be /opt/... or
/usr/... in which case the part is dropped and it goes to /etc/opt or just /etc
respectively (
Op woensdag 23 oktober 2019 11:56:03 CEST schreef Lothar Paltins:
> Am 23.10.19 um 06:14 schrieb John Ralls:
> > That function does search, using the path set in $GNC_MODULE_PATH, and
> > cmake writes that into /etc/gnucash/environment. But if you
> > specify to be /opt/... or /usr/... in which ca
Hi Geert,
I'm curious, if you move the file to /etc/opt/gnucash, will gnucash then find
it ?
No, it doesn't. I've tried to copy the file to /etc/opt/gnucash and
/etc/gnucash and I did set several environment variables, all to no avail.
Lothar
___
Hi,
I am trying to compile gnucash.
I downloaded the tarball gnucash-3.7.tar.bz2,
installed and compiled all necessary dependencies,
run
mkdir mybuild && cd mybuild && cmake
-DCMAKE_INSTALL_PREFIX=/opt/gnucash ..
and then (inside the build directory)
make
and I get the following erro
> On Oct 23, 2019, at 11:15 AM, lists+gnuc...@alexandervowinkel.de wrote:
>
> Hi,
>
>
> I am trying to compile gnucash.
>
> I downloaded the tarball gnucash-3.7.tar.bz2,
> installed and compiled all necessary dependencies,
> run
>mkdir mybuild && cd mybuild && cmake -DCMAKE_INSTALL_PREFI