I resolved it by selecting 4, then from the shell:
git reset --hard
git checkout master
autoreconf -fis && ./configure --prefix $PREFIX
exit
1
Regards,
John Ralls
> On Jan 24, 2018, at 6:10 PM, R. Victor Klassen wrote:
>
> Easy enough:
>
> make[3]: Nothing to be done for `all-am'.
> Making
Easy enough:
make[3]: Nothing to be done for `all-am'.
Making all in openssl
CC libxmlsec1_openssl_la-ciphers.lo
CC libxmlsec1_openssl_la-digests.lo
CC libxmlsec1_openssl_la-evp.lo
CC libxmlsec1_openssl_la-hmac.lo
CC libxmlsec1_openssl_la-kw_aes.lo
ciphers.c
Since you didn’t share the actual errors I can’t really suggest anything...
Regards,
John Ralls
> On Jan 24, 2018, at 2:57 PM, R. Victor Klassen wrote:
>
> This got me much further.
>
> The next problem was that no matter how many times I re-tried, gnutls would
> not check out. I finally p
This got me much further.
The next problem was that no matter how many times I re-tried, gnutls would not
check out. I finally pulled it down by hand, extracted it to what appears to
be the right place, and then continued from the configure phase - that seemed
to work. The symptom was 30 min
> On Jan 19, 2018, at 1:46 PM, John Ralls wrote:
>
>
>
>> On Jan 18, 2018, at 1:26 PM, R. Victor Klassen wrote:
>>
>> After a few years of being too busy to try working on the code base, I
>> thought I’d make another attempt at installing a development version of
>> GnuCash. Following t
> On Jan 18, 2018, at 1:26 PM, R. Victor Klassen wrote:
>
> After a few years of being too busy to try working on the code base, I
> thought I’d make another attempt at installing a development version of
> GnuCash. Following the instructions on
> https://wiki.gnucash.org/wiki/MacOSX/Quart