Re: [GNC-dev] Fresh Windows build setup fails

2021-02-09 Thread John Ralls
Bob, Finally got the %^$&^%$ package built, it's upload to Sourceforge and setup-mingw64.ps1 is updated with the new version. Regards, John Ralls > On Jan 30, 2021, at 5:44 PM, John Ralls wrote: > > Bob, > > Maybe not on Sunday. Rebuilding WebKit has hit a few snags and since it takes > fo

Re: [GNC-dev] Fresh Windows build setup fails

2021-01-30 Thread John Ralls
Bob, Maybe not on Sunday. Rebuilding WebKit has hit a few snags and since it takes forever and one must start fresh every time it's still not done. I'll post a followup here when it's ready. Regards, John Ralls > On Jan 29, 2021, at 3:39 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > John,

Re: [GNC-dev] Fresh Windows build setup fails

2021-01-29 Thread Robert Fewell
John, OK, will try and test a clean install maybe on Sunday. I did actually get my build working but as usual other things took my time. I still had the jhbuild package using python2.7, installed that and was able to do a successful build with a couple of tweaks. I noticed the ICU update and downgr

Re: [GNC-dev] Fresh Windows build setup fails

2021-01-28 Thread John Ralls
I finally got back to this this week. There's a simple patch, which I've pushed to gnucash-on-windows.git/patches/jhbuild.patch, to get jhbuild to lose the leading / from pkgconf's version of pkg-config --list-all. That fixes the major problem of nothing being able to find its dependencies with

Re: [GNC-dev] Fresh Windows build setup fails

2020-12-27 Thread John Ralls
Bob, I poked at this for a few hours today. I found that the only thing that needs adjusting is to remove or comment out line 66 ($env:MSYSTEM = 'MINGW32') in buildserver/build_package.ps1. I also found an error in jhbuild, this patch fixes it: diff --git a/jhbuild/utils/packagedb.py b/jhbuild/

Re: [GNC-dev] Fresh Windows build setup fails

2020-12-26 Thread Robert Fewell
John, Yes I did amend jhbuildrc. Had another poke at it, I ran the setup-mingw64.ps1 file again using all defaults to completion. pkg-config gives said out put. Down graded cmake to version 3.18.4-1 Installed mingw pkg-config which uninstalled pkgconf. Changed to gnucash-on-windows.git and tried

Re: [GNC-dev] Fresh Windows build setup fails

2020-12-25 Thread John Ralls
> On Dec 24, 2020, at 7:51 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > John, > > I think this is down to paths / filenames, I can fix all the missing > dependencies by doing this... > > > c_include_search_paths = None > for dep_type, value, altdeps in sysdeps: > print(

Re: [GNC-dev] Fresh Windows build setup fails

2020-12-24 Thread Robert Fewell
nd the same time as Robert on a fresh Windows machine and > it failed as well. With the same message. > > -Sumit > > -Original Message- > From: gnucash-devel outlook@gnucash.org> On Behalf Of Robert Fewell > Sent: Thursday, December 24, 2020 02:02 > To: John R

Re: [GNC-dev] Fresh Windows build setup fails

2020-12-24 Thread Sumit Bhardwaj
-dev] Fresh Windows build setup fails John, Every thing above from 'My last attempt...' was done from the MINGW64 terminal prompt. Regards, Bob On Thu, 24 Dec 2020 at 01:31, John Ralls wrote: > > > > On Dec 23, 2020, at 6:50 AM, Robert Fewell <14ubo...@gmail.com> w

Re: [GNC-dev] Fresh Windows build setup fails

2020-12-24 Thread Robert Fewell
John, Every thing above from 'My last attempt...' was done from the MINGW64 terminal prompt. Regards, Bob On Thu, 24 Dec 2020 at 01:31, John Ralls wrote: > > > > On Dec 23, 2020, at 6:50 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > > > Hi, > > > > My Windows 10 hard drive failed which I t

Re: [GNC-dev] Fresh Windows build setup fails

2020-12-23 Thread John Ralls
> On Dec 23, 2020, at 6:50 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > Hi, > > My Windows 10 hard drive failed which I thought would not be a big deal as > I only use it to build and test the windows build. After installing Windows > 10 and updating I grabbed the setup-mingw64.ps1 file a