Fix warning message of autogen.sh for python-binding.

2010-05-24 Thread Tao Wang
Hi, When run autogen.sh, it complains: src/optional/python-bindings/Makefile.am:3: variable `SWIG_SOURCES' is defined but no program or src/optional/python-bindings/Makefile.am:3: library has `SWIG' as canonical name (possible typo) Should not use SWIG_SOURCES for *.i which conflict with

Should we uncomment AC_CONFIG_MACRO_DIR(macros) in configure.ac now?

2010-05-24 Thread Tao Wang
Hi, I got a message from running './autogen.sh' talk about using AC_CONFIG_MACRO_DIR, I found the line in configure.ac is commentted: # Enable only when we have autoconf --version = 2.59 # on all platforms. Note that AC_PREREQ(2.59) may be # insufficient to actually use v2.59 on OSX

Re: svn r19201 is failed to build.

2010-05-24 Thread Tao Wang
Confirmed, it's ok now for both of my Windows and Ubuntu on r19202. Thanks John. On Mon, May 24, 2010 at 3:12 PM, John Ralls jra...@ceridwen.us wrote: On 23.05.2010, at 17:07, Derek Atkins wrote: And indeed AC_PROG_OBJC is called from inside a conditional... I suspect we need to find

Re: Is there any problem on our svn server?

2010-05-24 Thread Derek Atkins
And... it's gone this morning. After 4200 packets, 0.0% loss. *sighs* The joys of cablemodem networks. -derek Derek Atkins de...@ihtfp.com writes: Hi, It looks like there is definitely a network problem. I'll look into it but I suspect I'm going to have to get Comcast to get involved to

Re: Should we uncomment AC_CONFIG_MACRO_DIR(macros) in configure.ac now?

2010-05-24 Thread Mike Alexander
--On May 24, 2010 7:22:54 PM +1000 Tao Wang dancef...@gmail.com wrote: Hi, I got a message from running './autogen.sh' talk about using AC_CONFIG_MACRO_DIR, I found the line in configure.ac is commentted: # Enable only when we have autoconf --version = 2.59 # on all platforms. Note that

Re: svn r19201 is failed to build.

2010-05-24 Thread John Ralls
On May 23, 2010, at 10:12 PM, John Ralls wrote: On 23.05.2010, at 17:07, Derek Atkins wrote: And indeed AC_PROG_OBJC is called from inside a conditional... I suspect we need to find another way around this. Is there some way to implement this on a Mac without using Objective C?

Re: Should we uncomment AC_CONFIG_MACRO_DIR(macros) in configure.ac now?

2010-05-24 Thread John Ralls
On May 24, 2010, at 6:45 AM, Mike Alexander wrote: --On May 24, 2010 7:22:54 PM +1000 Tao Wang dancef...@gmail.com wrote: Hi, I got a message from running './autogen.sh' talk about using AC_CONFIG_MACRO_DIR, I found the line in configure.ac is commentted: # Enable only when we have

Re: Is there any problem on our svn server?

2010-05-24 Thread John Ralls
On May 24, 2010, at 6:41 AM, Derek Atkins wrote: And... it's gone this morning. After 4200 packets, 0.0% loss. *sighs* The joys of cablemodem networks. -derek Derek Atkins de...@ihtfp.com writes: Probably one of your neighbors downloading the entire run of Lost to get ready for

Re: Why we move to libdbi rather than libgda?

2010-05-24 Thread Derek Atkins
Phil Longstaff plongst...@rogers.com writes: On Sat, 2010-05-22 at 22:49 +1000, Tao Wang wrote: Hi, When I look at the file 'packaging/win32/libdbi-0.8.3.patch', I found the libdbi hasn't been actively developed for a long time, the last release is 2 years ago. On the other hand, 'libgda'

Re: r19200 - gnucash/trunk/src/backend/dbi - Fix #616100 - Incorrect character set used in MySQL backend

2010-05-24 Thread Derek Atkins
Phil, What about existing databases? Don't you need some sort of conversion? -derek Phil Longstaff plongst...@code.gnucash.org writes: Author: plongstaff Date: 2010-05-22 17:29:00 -0400 (Sat, 22 May 2010) New Revision: 19200 Trac: http://svn.gnucash.org/trac/changeset/19200 Modified:

Re: Is there any problem on our svn server?

2010-05-24 Thread Derek Atkins
John Ralls jra...@ceridwen.us writes: Probably one of your neighbors downloading the entire run of Lost to get ready for the finale last night. ;-) Heh. Possibly. The joys of living in a city with a very high penetration rate. By the time I get around to calling comcast the problem usually

How to get tax table value for invoice report?

2010-05-24 Thread Valdis Vītoliņš
Hello! I'm studying Bill/Invoice reports, and I investigate how for Fancy invoice (fancy-invoice.scm) include field with Tax Table value (not simple T, if it is taxed). Currently I use ... (if (tax-col column-vector) (addto! row-contents

Re: How to get tax table value for invoice report?

2010-05-24 Thread Valdis Vītoliņš
I need to get name of Tax table name (because I have tax value in name) http://code.gnucash.org/docs/HEAD/structGncTaxTable.html Or better should be concatenated tax table name, entry amount and type (e.g. VAT 21%, or VAT 10%) http://code.gnucash.org/docs/HEAD/structGncTaxTableEntry.html Usually

Re: How to get tax table value for invoice report?

2010-05-24 Thread Mike Evans
On Monday May 24 2010 17:23:17 Valdis Vītoliņš wrote: I need to get name of Tax table name (because I have tax value in name) http://code.gnucash.org/docs/HEAD/structGncTaxTable.html Or better should be concatenated tax table name, entry amount and type (e.g. VAT 21%, or VAT 10%)

Re: r19200 - gnucash/trunk/src/backend/dbi - Fix #616100 - Incorrect character set used in MySQL backend

2010-05-24 Thread Phil Longstaff
On Mon, 2010-05-24 at 10:24 -0400, Derek Atkins wrote: Phil, What about existing databases? Don't you need some sort of conversion? -derek Phil Longstaff plongst...@code.gnucash.org writes: Author: plongstaff Date: 2010-05-22 17:29:00 -0400 (Sat, 22 May 2010) New Revision:

Re: Problems with Gnucash development environment on Ubuntu 10.04

2010-05-24 Thread z33b0b
Using Ubuntu 10.04 64-bit. Attempting to compile GnuCash 2.3.12. Configure fails out with the following: -- eir...@wolkenheim:~/gc/gnucash-2.3.12$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a