Op maandag 28 oktober 2019 21:27:23 CET schreef Lothar Paltins:
> Am 28.10.19 um 17:50 schrieb John Ralls:
> > The second issue is caused by binreloc. That's a small shim that allows an
> > app to run from a different that the one it was built for and it
> > doesn't work if everything isn't contai
Am 28.10.19 um 17:50 schrieb John Ralls:
The second issue is caused by binreloc. That's a small shim that allows an app to run from
a different that the one it was built for and it doesn't work if everything
isn't contained under . That's why -DENABLE_BINRELOC=OFF is a suitable
workaround for
> On Oct 28, 2019, at 3:19 AM, Lothar Paltins wrote:
>
> Am 27.10.19 um 16:50 schrieb John Ralls:
>> As it turns out Geert thought that he'd fixed this last year, see
>> https://bugs.gnucash.org/show_bug.cgi?id=794916. Note the work-around in
>> that bug report to disable binreloc by passing
Am 27.10.19 um 16:50 schrieb John Ralls:
As it turns out Geert thought that he'd fixed this last year, see
https://bugs.gnucash.org/show_bug.cgi?id=794916. Note the work-around in that
bug report to disable binreloc by passing -DENABLE_BINRELOC=OFF to cmake. Note
also that the reporter on that
> On Oct 27, 2019, at 3:19 AM, Lothar Paltins wrote:
>
> Am 25.10.19 um 21:27 schrieb Geert Janssens:
>> Gnucash historically was using the autotools build system. As far as I know
>> that system did put the config files in /opt/gnucash/etc/gnucash and not in /
>> etc/opt/gnucash(/gnucash)
>
Am 25.10.19 um 21:27 schrieb Geert Janssens:
Gnucash historically was using the autotools build system. As far as I know
that system did put the config files in /opt/gnucash/etc/gnucash and not in /
etc/opt/gnucash(/gnucash)
Yes, if you run "configure --prefix=/opt/gnucash". There's no automagi
Op vrijdag 25 oktober 2019 17:19:14 CEST schreef Lothar Paltins:
> Am 25.10.19 um 15:11 schrieb Derek Atkins:
> > How did you configure gnucash during the build in order to install it to
> > /opt/gnucash? You need to tell gnucash where it is being installed when
> > you build it, so it will look i
Am 25.10.19 um 15:11 schrieb Derek Atkins:
How did you configure gnucash during the build in order to install it to
/opt/gnucash? You need to tell gnucash where it is being installed when
you build it, so it will look in the right place for its files.
cmake -DCMAKE_INSTALL_PREFIX=/opt/gnucash
Lothar Paltins writes:
> 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.
If "prefix" is /opt
Hi,
Lothar Paltins writes:
> Yes, I forgot the -b before maint in my git clone command and yes,
> I've installed it to /opt/gnucash. But starting
> /opt/gnucash/bin/gnucash doesn't work. Does gnucash have problems
> finding modules if it's installed in a non-standard location?
How did you confi
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
___
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
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 (
> On Oct 22, 2019, at 3:18 PM, Lothar Paltins wrote:
>
> Am 22.10.19 um 22:36 schrieb John Ralls:
>> Everything has trouble finding modules in non-standard locations. Use
>> LD_LIBRARY_PATH to add those non-standard locations to the search paths for
>> ld and dlopen.
>
> This doesn't seem t
> On Oct 22, 2019, at 6:55 PM, David Cousens wrote:
>
> John,
>
> I am curious as to what problems you have encountered installing to
> /usr/local and on what Linux distributions? I have never had any problem
> installing there in Linux Mint 17, 18, 19 which presumably also includes the
> Ub
John,
I am curious as to what problems you have encountered installing to
/usr/local and on what Linux distributions? I have never had any problem
installing there in Linux Mint 17, 18, 19 which presumably also includes the
Ubuntu and Debian systems they are derived from but don't know about othe
Am 22.10.19 um 22:36 schrieb John Ralls:
Everything has trouble finding modules in non-standard locations. Use
LD_LIBRARY_PATH to add those non-standard locations to the search paths for ld
and dlopen.
This doesn't seem to be an issue. The runtime paths in the binary are
correctly set to /op
> On Oct 22, 2019, at 11:50 AM, Lothar Paltins wrote:
>
> Hi Derek,
>
> thanks for your reply.
>
>> First, that clone command wont bring you maint branch, it will still check
>> out master into a directory named "maint". You need a -b maint in there
>> to pull the maint branch.
>> Second, d
Hi Derek,
thanks for your reply.
First, that clone command wont bring you maint branch, it will still check
out master into a directory named "maint". You need a -b maint in there
to pull the maint branch.
Second, did you "make install"? GnuCash is finicky about being run from
the build tree
Hi,
On Tue, October 22, 2019 9:48 am, Lothar Paltins wrote:
> Hi,
>
> to get the latest patches for the 3.7 release, I've cloned the
> maintenance branch of gnucash:
>
> git clone https://github.com/Gnucash/gnucash.git maint
>
> I could successfully run cmake and make, but the generated gnucash
>
Hi,
to get the latest patches for the 3.7 release, I've cloned the
maintenance branch of gnucash:
git clone https://github.com/Gnucash/gnucash.git maint
I could successfully run cmake and make, but the generated gnucash
doesn't start, gnucash.trace contains the following warnings:
* 15:28
21 matches
Mail list logo