Compile error

2009-09-07 Thread Herbert Thoma
Hi! gcc -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\gnc.app-utils\ -I../../lib/libc -I../../src -I../../src -I../../src/gnc-module -I../../src/calculation -I../../src/core-utils -I../../src/engine -I../../src/libqof/qof -pthread -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include

Re: Compile error

2009-09-07 Thread Derek Atkins
Hi, Quoting Herbert Thoma herbert.th...@iis.fraunhofer.de: Hi! [snip] cc1: warnings being treated as errors gnc-ui-util.c: In function ‘gnc_account_get_full_name’: gnc-ui-util.c:760: error: array subscript is above array bounds The following patch fixes this problem: Index:

Re: r18299 - gnucash/trunk/src/app-utils - Fix index-out-of-range compilation error

2009-09-07 Thread Derek Atkins
Phil, As I said on -devel, there is no need to change the strncpy length, only the length in the NUL setting.. In the worst case scenario you will over-write the last byte twice. -derek Quoting Phil Longstaff plongst...@code.gnucash.org: Author: plongstaff Date: 2009-09-07 10:16:20 -0400

Re: New database backend and multi-user

2009-09-07 Thread Graham Leggett
Phil Longstaff wrote: 1) locking/transactions - db transactions are used whenever an object is written or updated. However, no locking is done, and there are certain cases where related objects are not saved in the same db transaction, because the back-end does not have enough

Versions on sourceforge.net

2009-09-07 Thread Phil Longstaff
I've been releasing unstable 2.3.X versions of gnucash, leading to a stable 2.4.0 in the (hopefully) near future. As part of the release process, I've been putting a win32 build onto sourceforge, as well as the source tarballs. It's recently come to my attention that sourceforge has a Download

Gnucash bug 584457 - Really F::Q problem

2009-09-07 Thread Phil Longstaff
Erik, Bug 584457 (http://bugzilla.gnome.org/show_bug.cgi?id=584457) is really a Finance::Quote problem. What is the best way to log this with that project? Phil ___ gnucash-devel mailing list gnucash-devel@gnucash.org

Re: Gnucash bug 584457 - Really F::Q problem

2009-09-07 Thread John Ralls
On Sep 7, 2009, at 9:14 AM, Phil Longstaff wrote: Erik, Bug 584457 (http://bugzilla.gnome.org/show_bug.cgi?id=584457) is really a Finance::Quote problem. What is the best way to log this with that project? http://rt.cpan.org/Public/Dist/Display.html?Status=ActiveName=Finance-Quote

System error getting price quotes

2009-09-07 Thread Keith Bellairs
Fedora 10, gnucash 2.2.9 fc10-i386 distribution I was not able to get USD conversions so I casually ran gnc-fq-update to see if it had been patched. Now I get no price quotes at all. gnc-fq-update shows the following-- LWP is up to date (5.831). Date::Manip is up to date (5.54). HTML::Parser is

Re: Reg Run Balance for Subaccount view

2009-09-07 Thread Tim M
OK, here is one more update... reg_run_balance_RC3.diff includes the following update(s): 1. Minor code cleanup 2. Fixed issue where 'negative' accounts such as the Equity accounts would show up with negative balances (negative balances would be positive and positive would be negative), but