Make Check failure on F10 - test-dbi-basic

2009-10-03 Thread Derek Atkins
Hey all, I just built current gnucash trunk but "make check" fails for me. Here's the output. My configure switch: ./configure '--enable-error-on-warning' '--enable-compile-warnings' \ '--prefix=/opt/gnucash-svk' '--enable-ofx' '--enable-hbci' \ '--enable-dbi' '--enable-d

Re: Win32: The binary pgsql package depends on MSVCR71.dll which we must not depend upon

2009-10-03 Thread Martin Preuss
Hi, On Samstag, 3. Oktober 2009, Christian Stimming wrote: > Am Samstag, 3. Oktober 2009 17:53 schrieb Martin Preuss: [...] > That's right - I hope the MSVC*.dll better refuse to be loaded into the > same process space. In this particular case the problem "only" is to ship [...] I don't think so.

Re: Win32: The binary pgsql package depends on MSVCR71.dll which we must not depend upon

2009-10-03 Thread Phil Longstaff
On October 3, 2009 04:08:19 pm Christian Stimming wrote: > Hi Martin, > > Am Samstag, 3. Oktober 2009 17:53 schrieb Martin Preuss: > > > By including the suitable openssl DLLs (libeay32.dll, > > > libssl32.dll, ssleay32.dll) in your pgsql binary, you're silently > > > overwriting those openssl DLLs

Re: Win32: The binary pgsql package depends on MSVCR71.dll which we must not depend upon

2009-10-03 Thread Christian Stimming
Am Samstag, 3. Oktober 2009 22:08 schrieb Christian Stimming: > Indeed, Martin, you are completely right. In fact, the libaqbanking > and libgwenhywfar which we build and use for the win32 gnucash binary do > neither use nor depend upon any openssl DLL anymore. Just to add to my previous surprise:

Re: Win32: The binary pgsql package depends on MSVCR71.dll which we must not depend upon

2009-10-03 Thread Christian Stimming
Hi Martin, Am Samstag, 3. Oktober 2009 17:53 schrieb Martin Preuss: > > By including the suitable openssl DLLs (libeay32.dll, > > libssl32.dll, ssleay32.dll) in your pgsql binary, you're silently > > overwriting those openssl DLLs which we compile ourselves during the > > win32 build, and on which

Re: Win32: The binary pgsql package depends on MSVCR71.dll which we must not depend upon

2009-10-03 Thread Phil Longstaff
On October 3, 2009 09:58:14 am Christian Stimming wrote: > Dear Phil, > > I've tracked down the bug below, which said some of the full win32 gnucash > binary has a dependency on MSVCR71.DLL. That's the C runtime library of the > rather old Microsoft Visual Studio compiler version 7.1 (Visual Studio

Re: Win32: The binary pgsql package depends on MSVCR71.dll which we must not depend upon

2009-10-03 Thread Martin Preuss
Hi, On Samstag, 3. Oktober 2009, Christian Stimming wrote: [...] > Oh, and there's a much more severe error, as mentioned by me in the > bugzilla item: By including the suitable openssl DLLs (libeay32.dll, > libssl32.dll, ssleay32.dll) in your pgsql binary, you're silently > overwriting those open

Re: Patch for balance column displayed in template register

2009-10-03 Thread Christian Stimming
Am Donnerstag, 1. Oktober 2009 04:23 schrieb Tim M: > The attached patch is an improvement to the original patch (and should > be applied over it, this patch was generated from very recent trunk > with the original patch already applied) which supplies the correct > number of columns to gnucash for

Win32: The binary pgsql package depends on MSVCR71.dll which we must not depend upon

2009-10-03 Thread Christian Stimming
Dear Phil, I've tracked down the bug below, which said some of the full win32 gnucash binary has a dependency on MSVCR71.DLL. That's the C runtime library of the rather old Microsoft Visual Studio compiler version 7.1 (Visual Studio 2003, I believe). Your pgsql binary package introduces this de

Re: Patch for balance column displayed in template register

2009-10-03 Thread Tim M
Hi Christian, Yes it should be applied if it looks ok to you. Thanks, -Tim 2009/10/3 Christian Stimming : > Hi Tim, > > I somehow lost the result of your discussion with Derek. Can you clarify again > for me: Should this patch here be applied? > > Thanks, > > Christian > > Am Donnerstag, 1. Okto

Re: Polish translation updated

2009-10-03 Thread Christian Stimming
Am Mittwoch, 30. September 2009 18:25 schrieb Jacek Baszkiewicz: > Hi! > > I've noticed some new strings in a latest version of GnuCash (2.3.6). > I'm sending update. Committed to our SVN. Thanks a lot! Christian ___ gnucash-devel mailing list gnucash-d

Re: [Patch] Fix compiler warnings/errors in split-register-model.c

2009-10-03 Thread Christian Stimming
Am Mittwoch, 30. September 2009 16:58 schrieb Colin Law: > Attached is a patch to fix compiler warnings in > split-register-model.c. In fact for me they prevent compilation, > possibly because I have specified --enable-compile-warnings. I have > inspected the code and it appears that the warnings

Re: Build error split-register-model.c

2009-10-03 Thread Christian Stimming
Am Donnerstag, 1. Oktober 2009 15:37 schrieb Derek Atkins: > >>guile -c '(use-modules (ice-9 slib)) @' > >> returns without an error for me. > > > > In the windows build, this gives "ERROR: Unbound variable: @". > > > > The version numbers you can see in packaging/win32/defaults.sh; > > guile-1

Re: Patch for balance column displayed in template register

2009-10-03 Thread Christian Stimming
Hi Tim, I somehow lost the result of your discussion with Derek. Can you clarify again for me: Should this patch here be applied? Thanks, Christian Am Donnerstag, 1. Oktober 2009 04:23 schrieb Tim M: > The attached patch is an improvement to the original patch (and should > be applied over it,