Size-Limit on Slots

2009-06-23 Thread marcus.wolschon
Hello, I'm building the infrastructure to allow plugins of jGnucashEditor to save additional data about accounts in their Slots. This is to be used for information about the HBCI-, Paypal-, ... -account a Gnucash-account may represent. Is there any limit on the size or content of slots that I

Re: AqBanking on Win32 - GWEN_TYPE_UINT32 undefined

2009-06-23 Thread Peter Hansen
Gary Bartlett wrote: Thank you both Martin and Derek. I have now successfully built GnuCash from SVN. I should note that this section in the Windows Wiki http://wiki.gnucash.org/wiki/Windows appears to be misleading: - Either: - Skip building the AqBanking Setup Wizard by specifying

Re: Re: Another problem with scheme query and SQL backend (Phil Longstaff)

2009-06-23 Thread Erwin Rieger
Am Samstag, den 20.06.2009, 12:00 -0400 schrieb gnucash-devel-requ...@gnucash.org: Message: 1 Date: Fri, 19 Jun 2009 12:52:37 -0400 From: Phil Longstaff plongst...@rogers.com Subject: Re: Another problem with scheme query and SQL backend To: gnucash-devel@gnucash.org Message-ID:

Re: AqBanking on Win32 - GWEN_TYPE_UINT32 undefined

2009-06-23 Thread Phil Longstaff
On June 23, 2009 07:18:54 am Peter Hansen wrote: By successfully I mean it runs, with basic XML and SQLite support (was really hoping for Postgres, but I see that's a work in progress on win32). postgres should work. However, you would need to build the libdbi driver for postgres or get it

Re: AqBanking on Win32 - GWEN_TYPE_UINT32 undefined

2009-06-23 Thread Derek Atkins
The default install.sh/defaults.sh should install Qt4 automagically. -derek Gary Bartlett develo...@garybartlett.com writes: Thank you both Martin and Derek. I have now successfully built GnuCash from SVN.  I should note that this section in the Windows Wiki appears to be misleading:

Re: AqBanking on Win32 - GWEN_TYPE_UINT32 undefined

2009-06-23 Thread Derek Atkins
Hi, Peter Hansen pe...@engcorp.com writes: I'm coming in late (just joined list, just built GnuCash on Windows for the first time), so forgive any errors, but I did just successfully build with *both* of those set to no. (In fact, any attempt to build with either set to yes led to issues

Re: QOF 2-part commit

2009-06-23 Thread Derek Atkins
Phil Longstaff plongst...@rogers.com writes: With the SQL backend, the date-entered for transactions is being save as jan 1 1970. The problem is with the 2-part commit. xaccTransCommitEdit() calls qof_commit_edit() (1st part), then sets date- entered to the current time, then calls

Re: Size-Limit on Slots

2009-06-23 Thread Derek Atkins
marcus.wolsc...@googlemail.com writes: Hello, I'm building the infrastructure to allow plugins of jGnucashEditor to save additional data about accounts in their Slots. This is to be used for information about the HBCI-, Paypal-, ... -account a Gnucash-account may represent. Is there any

Re: Change 18153

2009-06-23 Thread Phil Longstaff
On June 23, 2009 03:24:59 am you wrote: Hey Phil, Thanks for applying my patches so quickly. Had a quick question - in the install.sh script, is there a reason you still generate gnucash-valgrind as a special case on Windows? I don't believe it references any variables that need to be

Using GnuCash in Chinese

2009-06-23 Thread Jon Metric
How do I use GnuCash in Chinese including the menus, input, etc.? If this is possible, please send detailed instructions since the information I've found so far has been unhelpful. Thanks in advance for any help. Jon ___ gnucash-devel mailing

Re: Using GnuCash in Chinese

2009-06-23 Thread Derek Atkins
Quoting Jon Metric jmet...@lavabit.com: How do I use GnuCash in Chinese including the menus, input, etc.? If this is possible, please send detailed instructions since the information I've found so far has been unhelpful. Thanks in advance for any help. Set your computer's locale to

Re: QOF 2-part commit / 2.3.2

2009-06-23 Thread Phil Longstaff
I remembered a discussion a few years ago on the devel list and looked it up. Not much help. I'll remove the backend call from part 1 and do more testing. Re 2.3.2: I would like to get this bug fixed for 2.3.2. I also want to finish up building the libdbi mysql/postgres drivers as part of

Re: Using GnuCash in Chinese

2009-06-23 Thread Phil Longstaff
What information have you found? What more information (other than what is below) do you need? Phil From: Derek Atkins warl...@mit.edu To: Jon Metric jmet...@lavabit.com Cc: gnucash-devel@gnucash.org Sent: Tuesday, June 23, 2009 9:59:23 AM Subject: Re: Using

Re: AqBanking on Win32 - GWEN_TYPE_UINT32 undefined

2009-06-23 Thread Gary Bartlett
That'll teach me to actually read/follow the ReadMe and Wiki!!! ;-) Thanks, Gary On Tue, Jun 23, 2009 at 5:49 AM, Derek Atkins warl...@mit.edu wrote: The default install.sh/defaults.sh should install Qt4 automagically. -derek Gary Bartlett develo...@garybartlett.com writes: Thank you

libdbi-drivers always builds (no libdbdmysql.dll) -- Windows, SVN

2009-06-23 Thread Gary Bartlett
I suspect this is being worked on, but I just wanted to point out that under Windows, INSTALL.SH will always try to rebuild the LIBDBI-DRIVERS package, because INSTALL.SH checks for the existance of the file LIBDBDMYSQL.DLL, but the build itself does not generate this file. if test -f

Re: libdbi-drivers always builds (no libdbdmysql.dll) -- Windows, SVN

2009-06-23 Thread Phil Longstaff
Yeah, that slipped through. I'm not quite ready to release the support for building the mysql dbd, but had to modify install.sh. Phil From: Gary Bartlett develo...@garybartlett.com To: gnucash-devel@gnucash.org Sent: Tuesday, June 23, 2009 2:50:24 PM Subject:

Re: libdbi-drivers always builds (no libdbdmysql.dll) -- Windows, SVN

2009-06-23 Thread Derek Atkins
Hi, Quoting Gary Bartlett develo...@garybartlett.com: I suspect this is being worked on, but I just wanted to point out that under Windows, INSTALL.SH will always try to rebuild the LIBDBI-DRIVERS package, because INSTALL.SH checks for the existance of the file LIBDBDMYSQL.DLL, but the build

Derek's European Tour '09

2009-06-23 Thread Derek Atkins
Hey all, Just wanted to let you GnuCashers know that I'm going to be in Europe in July so if anyone wants to get together for a beer hopefully we can work something out. I'm going to be in: London, UKJuly 12-19 Frankfurt, DE July 19-24 Stockholm, SE July 24-31 Hope to see/meet some of you

Re: AqBanking on Win32 - GWEN_TYPE_UINT32 undefined

2009-06-23 Thread Peter Hansen
Derek Atkins wrote: Peter Hansen pe...@engcorp.com writes: I did have to tweak defaults.sh for gnutls (to 2.8.1 as, I believe, 2.7.3 wasn't found on the josefsson.org site. What did you download? Trunk builds just fine from scratch as of a week ago on WinXP. Revision 17997 apparently (see

Re: AqBanking on Win32 - GWEN_TYPE_UINT32 undefined

2009-06-23 Thread Derek Atkins
Quoting Peter Hansen pe...@engcorp.com: Derek Atkins wrote: Peter Hansen pe...@engcorp.com writes: I did have to tweak defaults.sh for gnutls (to 2.8.1 as, I believe, 2.7.3 wasn't found on the josefsson.org site. What did you download? Trunk builds just fine from scratch as of a week ago

Re: RSS

2009-06-23 Thread Josh Sled
Robert Stocks robert.sto...@gmail.com writes: 090607-2.3.1.news contains two places where the - char is not the - char but is the – one - which is invalid (the feed generator is howere not escaping that correctly. the easy fix to the source file. Fixed. Thanks. :) -- ...jsled