Re: Make check files with python bindings.

2014-05-22 Thread Thomas Klausner
On Sat, May 17, 2014 at 10:19:52AM -0700, John Ralls wrote: > While we're on the subject of runTests.py, we've got a configure substitution > for the shebang. Is there some platform (MinGW maybe?) where `#!/usr/bin/env > python` doesn't work? There are platforms where "python" doesn't exist, onl

Re: segfaults when running graphical reports

2014-05-22 Thread Thomas Klausner
On Sun, Apr 13, 2014 at 09:56:38AM -0700, John Ralls wrote: > It may well be a GnuCash problem, it's just that the actual crash isn't > occurring in GnuCash code. In order to get an intelligible stack trace you > need the debugging symbols for the shared library where the crash occurred > and an

Re: Building on Windows - status update

2014-05-22 Thread Geert Janssens
On Wednesday 07 May 2014 16:12:36 Geert Janssens wrote: > On Wednesday 07 May 2014 14:18:03 Wm Tarr wrote: > > that the user doesn't really need to see. I'm probably going to run > > my install.sh with output to a file from now on. Is anyone else > > already doing this? > > Whether you wish to s

Meaning of number and boolean in tax code definitions

2014-05-22 Thread Clint Redwood
Hi again!   Can anyone tell me what the number and boolean mean in the tax code definitions? I've scoured the scheme code and can't find any explanation, and so I thought rather than hacking any further, I'd ask...   I get most of the values. I'm not quite sure about the none/not-impl/parent,

RE: Geting GnuCash to Recognise Localised tax report for UK

2014-05-22 Thread Clint Redwood
Hi Derek,   Good point - but what would your localisation setup be in that case? Ideally you'd want en_DE, which I presume doesn't usually exist?   You could set the tax jurisdition as a separate core option, or I guess you could base it on the default report currency for the instance.   This

Re: Geting GnuCash to Recognise Localised tax report for UK

2014-05-22 Thread John Ralls
On 22 May 2014, at 02:08, Clint Redwood wrote: > Hi Derek, > > > Good point - but what would your localisation setup be in that case? Ideally > you'd want en_DE, which I presume doesn't usually exist? It doesn't, and libc's setlocale() complains and sets the 'C' locale if you try to use it

Re: Geting GnuCash to Recognise Localised tax report for UK

2014-05-22 Thread Derek Atkins
Clint Redwood writes: > Hi Derek, > > Good point - but what would your localisation setup be in that case? Ideally > you'd want en_DE, which I presume doesn't usually exist? I have no idea what locale I would want. Most likely I'd have to use en_UK because, as you suggest, en_DE probably doesn'

Re: Make check files with python bindings.

2014-05-22 Thread John Ralls
On 22 May 2014, at 00:12, Thomas Klausner wrote: > On Sat, May 17, 2014 at 10:19:52AM -0700, John Ralls wrote: >> While we're on the subject of runTests.py, we've got a configure >> substitution for the shebang. Is there some platform (MinGW maybe?) where >> `#!/usr/bin/env python` doesn't wor

Re: Geting GnuCash to Recognise Localised tax report for UK

2014-05-22 Thread Herbert Thoma
Am 22.05.2014 16:11, schrieb Derek Atkins: Clint Redwood writes: Hi Derek, Good point - but what would your localisation setup be in that case? Ideally you'd want en_DE, which I presume doesn't usually exist? I have no idea what locale I would want. Most likely I'd have to use en_UK becaus

Re: Geting GnuCash to Recognise Localised tax report for UK

2014-05-22 Thread John Ralls
On 22 May 2014, at 07:26, Herbert Thoma wrote: > Am 22.05.2014 16:11, schrieb Derek Atkins: >> Clint Redwood writes: >> >>> Hi Derek, >>> >>> Good point - but what would your localisation setup be in that case? Ideally >>> you'd want en_DE, which I presume doesn't usually exist? >> >> I have