Re: [GNC-dev] running setup-mingw64.ps1

2018-04-09 Thread pjlbyrne
Hmm I tried it but it seems more broken than that: patb@DESKTOP-REQM4CB MSYS ~ $ pacman -Syuu patb@DESKTOP-REQM4CB MSYS ~ $ which pacman /usr/bin/pacman patb@DESKTOP-REQM4CB MSYS ~ $ file /usr/bin/pacman /usr/bin/pacman: PE32+ executable (console) x86-64 (stripped to external PDB), for MS Window

Re: [GNC-dev] running setup-mingw64.ps1

2018-04-08 Thread John Ralls
> On Apr 8, 2018, at 8:10 AM, pjlbyrne wrote: > > Hi again, > > I tried this at home and did not get the above errors. > > I did however get problems on install, and problems after install. > > The install problems are that some package installs appear to fail eg: > (57/97) installing texinf

Re: [GNC-dev] running setup-mingw64.ps1

2018-04-08 Thread pjlbyrne
Hi again, I tried this at home and did not get the above errors. I did however get problems on install, and problems after install. The install problems are that some package installs appear to fail eg: (57/97) installing texinfo 1 [main] pacman 4232 fork: child -1 - forked process 9808 di

Re: running setup-mingw64.ps1

2018-04-04 Thread Chris Good
a >>>> link to the nabble thread in your responses so we can easily see the >>>> context? >>>> >>>> Eg >>>> http://gnucash.1415818.n4.nabble.com/gnucash-3-0-crashes-opening-accounts-file-td4698761.html >>>> >>>> Regard

Re: running setup-mingw64.ps1

2018-04-04 Thread Dave H
ead in your responses so we can easily see the >> context? >> >> Eg >> >> http://gnucash.1415818.n4.nabble.com/gnucash-3-0-crashes-opening-accounts-file-td4698761.html >> >> Regards, Chris Good >> >> > >> > Message: 17 >>

Re: running setup-mingw64.ps1

2018-04-04 Thread Chris Good
>> > >> > Message: 17 >> > Date: Wed, 4 Apr 2018 08:23:12 -0700 (MST) >> > From: pjlbyrne >> > To: gnucash-devel@gnucash.org >> > Subject: Re: running setup-mingw64.ps1 >> > Message-ID: <1522855392252-0.p...@n4.nabble.com> >> &

Re: running setup-mingw64.ps1

2018-04-04 Thread Patrick Byrne
gt; Message: 17 >> > Date: Wed, 4 Apr 2018 08:23:12 -0700 (MST) >> > From: pjlbyrne >> > To: gnucash-devel@gnucash.org >> > Subject: Re: running setup-mingw64.ps1 >> > Message-ID: <1522855392252-0.p...@n4.nabble.com> >> > Conten

Re: running setup-mingw64.ps1

2018-04-04 Thread Dave H
od > > > > > Message: 17 > > Date: Wed, 4 Apr 2018 08:23:12 -0700 (MST) > > From: pjlbyrne > > To: gnucash-devel@gnucash.org > > Subject: Re: running setup-mingw64.ps1 > > Message-ID: <1522855392252-0.p...@n4.nabble.com> > > Content-Type: t

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 > 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 > > Looks like these errors

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 gnucash-devel@gnuca

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 https://lists.gnucash.o

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 c

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 etc/pacma

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: http:/

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: > > Get-I

running setup-mingw64.ps1

2018-04-04 Thread pjlbyrne
Hi, I am attempting to run this powershell script to setup the build environment for gnucash on windows. I get this error: Get-Item : Cannot find path 'HKCU:\SOFTWARE\Microsoft\HTML Help Workshop'