Re: Master on Windows 10

2016-05-05 Thread Robert Fewell
Hi John, I will make a PR request later. Robert On 5 May 2016 at 12:27, John Ralls wrote: > > On May 5, 2016, at 6:16 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > I have looked into these errors and have found the problem, the windows > version of strftime does not

Re: Master on Windows 10

2016-05-05 Thread John Ralls
> On May 5, 2016, at 6:16 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > I have looked into these errors and have found the problem, the windows > version of strftime does not support all the format flags on Linux and so the > errors. > > There are two places I see this error.. > The first

Re: Master on Windows 10

2016-05-05 Thread Robert Fewell
I have looked into these errors and have found the problem, the windows version of strftime does not support all the format flags on Linux and so the errors. There are two places I see this error.. The first is from function gnc_ctime at line 234 of gnc-date.cpp, the format string uses a %e for

Re: Master on Windows 10

2016-05-02 Thread John Ralls
> On May 2, 2016, at 9:57 AM, Geert Janssens wrote: > > On Monday 02 May 2016 17:31:36 Robert Fewell wrote: > > Just checked all four systems, both Linux systems are Gentoo based > > with a timezone of 'Europe/London', used date +'%:z %Z' which > > returned +01:00

Re: Master on Windows 10

2016-05-02 Thread Geert Janssens
On Monday 02 May 2016 17:31:36 Robert Fewell wrote: > Just checked all four systems, both Linux systems are Gentoo based > with a timezone of 'Europe/London', used date +'%:z %Z' which > returned +01:00 BST for both. > > XP VM has time zone of '(GMT) Casablanca' with DST ticked and > Windows10 is

Re: Master on Windows 10

2016-05-02 Thread Robert Fewell
Just checked all four systems, both Linux systems are Gentoo based with a timezone of 'Europe/London', used date +'%:z %Z' which returned +01:00 BST for both. XP VM has time zone of '(GMT) Casablanca' with DST ticked and Windows10 is '(UTC) Dublin, Edinburgh, Lisbon, London' with DST ticked. All

Re: Master on Windows 10

2016-05-02 Thread John Ralls
> On May 2, 2016, at 6:33 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > John, > > I think I have found the problem, well may be the start, in gnc-timezone.cpp > on line 230, I think it should be max_year instead of 0. > > If I change that, then Gnucash starts up but I think some thing

Re: Master on Windows 10

2016-05-02 Thread Robert Fewell
John, I think I have found the problem, well may be the start, in gnc-timezone.cpp on line 230, I think it should be max_year instead of 0. If I change that, then Gnucash starts up but I think some thing else is wrong also. If I create a new file with two transactions, one today and one

Re: Master on Windows 10

2016-05-01 Thread John Ralls
> On May 1, 2016, at 9:34 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > The comparison to Linux was the contents of zone_vector was being populated, > I understand that it gets it gets populated differently but assume the > information contained in zone_vector was the same. Bob, Well,

Re: Master on Windows 10

2016-05-01 Thread Robert Fewell
The comparison to Linux was the contents of zone_vector was being populated, I understand that it gets it gets populated differently but assume the information contained in zone_vector was the same. Robert On 1 May 2016 at 15:37, John Ralls wrote: > > > On May 1, 2016, at

Re: Master on Windows 10

2016-05-01 Thread John Ralls
> On May 1, 2016, at 5:44 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > John, > > I have poked around in GDB for the timezone problem and this is what I have > found after setting break points on lines, 86, 117, 142, 169, 219, 242, 257 > of gnc-timezone.cpp > > From 258 to 90 returns

Re: Master on Windows 10

2016-05-01 Thread Robert Fewell
John, I have poked around in GDB for the timezone problem and this is what I have found after setting break points on lines, 86, 117, 142, 169, 219, 242, 257 of gnc-timezone.cpp >From 258 to 90 returns with key_name = 'GMT Standard Time' To 123 and returns with std_name = 'GMT Standard Time' and

Re: Master on Windows 10

2016-05-01 Thread Robert Fewell
John, Here are the first 8 frames, I was a bit to keen on cutting output... #0 0x74c4e420 in OutputDebugStringA () from C:\WINDOWS\SYSTEM32\KernelBase.dll #1 0x754489f4 in msvcrt!_invalid_parameter () from C:\WINDOWS\SYSTEM32\msvcrt.dll #2 0x753f4e60 in wctype () from

Re: Master on Windows 10

2016-04-29 Thread John Ralls
> On Apr 29, 2016, at 4:09 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > Hi, > > After a recent install of Windows10, I tried to install the latest nightly > build, this installs OK but fails to run with the following error... > > terminate called after throwing an instance of