Re: running setup-mingw64.ps1

2018-04-04 Thread Chris Good
>>>> For those of us not reading this in nabble, could you please include a >>>> link to the nabble thread in your responses so we can easily see the >>>> context? >>>> >>>> Eg >>>> http://gnucash.1415818.n4.nabble.com/gnuc

Re: running setup-mingw64.ps1

2018-04-04 Thread Dave H
is Good >> >> > >> > Message: 17 >> > Date: Wed, 4 Apr 2018 08:23:12 -0700 (MST) >> > From: pjlbyrne <pjlby...@gmail.com> >> > To: gnucash-devel@gnucash.org >> > Subject: Re: running setup-mingw64.ps1 >> > Message-ID: <152285

Re: running setup-mingw64.ps1

2018-04-04 Thread Chris Good
> >> Regards, Chris Good >> >> > >> > Message: 17 >> > Date: Wed, 4 Apr 2018 08:23:12 -0700 (MST) >> > From: pjlbyrne <pjlby...@gmail.com> >> > To: gnucash-devel@gnucash.org >> > Subject: Re: running setup-mingw64.ps1 >&g

Re: running setup-mingw64.ps1

2018-04-04 Thread Patrick Byrne
Regards, Chris Good >> >> > >> > Message: 17 >> > Date: Wed, 4 Apr 2018 08:23:12 -0700 (MST) >> > From: pjlbyrne <pjlby...@gmail.com> >> > To: gnucash-devel@gnucash.org >> > Subject: Re: running setup-mingw64.ps1 >> >

Re: running setup-mingw64.ps1

2018-04-04 Thread Dave H
8761.html > > Regards, Chris Good > > > > > Message: 17 > > Date: Wed, 4 Apr 2018 08:23:12 -0700 (MST) > > From: pjlbyrne <pjlby...@gmail.com> > > To: gnucash-devel@gnucash.org > > Subject: Re: running setup-mingw64.ps1 > > Message-ID: <15228553

Re: running setup-mingw64.ps1

2018-04-04 Thread Chris Good
essage: 17 > Date: Wed, 4 Apr 2018 08:23:12 -0700 (MST) > From: pjlbyrne <pjlby...@gmail.com> > To: gnucash-devel@gnucash.org > Subject: Re: running setup-mingw64.ps1 > Message-ID: <1522855392252-0.p...@n4.nabble.com> > Content-Type: text/plain; charset=us-ascii > &

Re: running setup-mingw64.ps1

2018-04-04 Thread pjlbyrne
Looks like these errors may be related to other installs on the path: https://github.com/Alexpux/MSYS2-packages/issues/393 -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-Dev-f1435356.html ___ gnucash-devel mailing list

Re: running setup-mingw64.ps1

2018-04-04 Thread pjlbyrne
No it just kicks out the same errors again and then runs to the end with a couple more errors. -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-Dev-f1435356.html ___ gnucash-devel mailing list gnucash-devel@gnucash.org

Re: running setup-mingw64.ps1

2018-04-04 Thread pjlbyrne
pacman finished, but then I get: (55/55) checking keys in keyring (55/55) checking package integrity error: GPGME error: Invalid crypto engine error: GPGME error: Invalid crypto engine error: GPGME error: Invalid crypto engine error: GPGME error: Invalid crypto engine error: GPGME error: Invalid

Re: running setup-mingw64.ps1

2018-04-04 Thread pjlbyrne
Adding: https_proxy = http://1.2.3.4:5/ http_proxy = http://1.2.3.4:5/ ftp_proxy = http://1.2.3.4:5/ to C:\gcdev64\msys2\etc\wgetrc, where 1.2.3.4:5 is the proxy IP address & port at my workplace (no it's not really that) makes pacman work with the office proxy. I also uncommented (in

Re: running setup-mingw64.ps1

2018-04-04 Thread pjlbyrne
This variable is defined in the script: html_help_workshop_installer = "htmlhelp.exe" But in the call to install-package: ... -setup_cmd $html_help_installer Changing the second line to refer to 'html_help_workshop_installer' makes it run the HTML help installer. -- Sent from:

Re: running setup-mingw64.ps1

2018-04-04 Thread John Ralls
> On Apr 4, 2018, at 3:09 AM, pjlbyrne wrote: > > Hi, > > I am attempting to run this powershell script to setup the build environment > for gnucash on windows. > > I get this error: >