Re: Win32 DBI driver binary for postgres available anywhere?

2009-06-08 Thread Graham Menhennitt
Phil Longstaff wrote: > I don't know. I guess there's no reason we couldn't build it as part > of the regular win32 build. > > > *From:* Graham Menhennitt > ** > I'd like to give 2.3.1 a try under Windows against a PostgreSQ

Re: Online OFX import of Investment Statements

2009-06-08 Thread David Reiser
On Jun 8, 2009, at 1:40 PM, Martin Preuss wrote: [snip] So I need some help: Could someone please explain what number and kind of transactions and splits need to be created when importing investment transactions? I'm not well versed in these -- I can do a manual transaction entry, and l

Automated Win32 builds

2009-06-08 Thread Phil Longstaff
Derek, I've been looking at the 'svn list' command and think it may have the solution: $ svn/bin/svn list -v http://svn.gnucash.org/repo/gnucash 18053 cstim Apr 21 15:37 branches/ 18114 plongsta Jun 07 18:20 tags/ 18115 cedayiv Jun 08 15:37 trunk/

error in RSS feed of 2.3.1 release

2009-06-08 Thread Graham Menhennitt
Guys, There appears to be an error in the RSS feed of the 2.3.1 release. NewsFox gives the following: XML Parsing Error: mismatched tag. Expected: . Location: http://www.gnucash.org/#090607-2.3.1.news Line Number 43, Column 3: --^ Graham ___ gnu

Re: Online OFX import of Investment Statements

2009-06-08 Thread Martin Preuss
Hi, On Montag, 8. Juni 2009, Derek Atkins wrote: > Martin Preuss writes: [...] > > My guess is that the AqBanking import code in GnuCash doesn't expect to > > encounter investment data (because until now there wasn't any), so it > > simply handles everything as bank transactions. > > > > I would

Re: Win32 build for 2.3.1

2009-06-08 Thread Phil Longstaff
Matching HEAD works fine now. However, once we have the 2.4 branch, 2.4.1 will be a tag based on the 2.4 branch, not on trunk. *That* is what I would like to aim at. Phil From: Derek Atkins To: Phil Longstaff Cc: GnuCash development list Sent: Monday, Jun

Re: Win32 DBI driver binary for postgres available anywhere?

2009-06-08 Thread Phil Longstaff
We download sqlite3 and build it, libdbi, and the sqlite3 libdbi driver. There does seem to be a pre-built windows binary lib (http://www.postgresql.org/download/). The same seems to be true for mysql. I'd need to download them to see what is in the packages. Phil _

Re: Win32 build for 2.3.1

2009-06-08 Thread Derek Atkins
Quoting Phil Longstaff : Matching HEAD works fine now. However, once we have the 2.4 branch, 2.4.1 will be a tag based on the 2.4 branch, not on trunk. *That* is what I would like to aim at. Understood. Another fix I'd like to make for the daily build would be whether we need to make a bui

Re: Win32 build for 2.3.1

2009-06-08 Thread Derek Atkins
Quoting Phil Longstaff : Derek, how hard would it be to set up win32 builds so that the 'tags' tree is monitored, and if a new tag is added, that tag is built, and win32_setup_gc_'tag'.exe (or whatever it is called) would be put somewhere. That would be an automatic mechanism to build the n

Re: Win32 DBI driver binary for postgres available anywhere?

2009-06-08 Thread Derek Atkins
Phil, Phil Longstaff writes: > I don't know. I guess there's no reason we couldn't build it as part of the > regular win32 build. Well, it would require either downloading the PG binary libs or building them I haven't looked to see if we're building our own Win32 DBI or using a pre-built

Win32 build for 2.3.1

2009-06-08 Thread Phil Longstaff
Derek, how hard would it be to set up win32 builds so that the 'tags' tree is monitored, and if a new tag is added, that tag is built, and win32_setup_gc_'tag'.exe (or whatever it is called) would be put somewhere. That would be an automatic mechanism to build the newly announced versions. Ye

Re: Common code indentation (follow-up to 2007 discussion)

2009-06-08 Thread Charles Day
On Mon, Jun 8, 2009 at 8:14 AM, Christian Stimming wrote: > Zitat von Derek Atkins : > >> Charles Day writes: >> >>> I strongly prefer -bl to -br. >>> >> >> Me too. I prefer: >> >> if () >> { >> >> } >> else >> { >>... >> } >> > > Agreed by me. I already wrote the same thi

Re: Common code indentation (follow-up to 2007 discussion)

2009-06-08 Thread Christian Stimming
Zitat von Derek Atkins : Charles Day writes: I strongly prefer -bl to -br. Me too. I prefer: if () { } else { ... } Agreed by me. I already wrote the same thing in 2007 [1]: I prefer -bl -bli0 over the proposed options. If this is a somewhat majority opini

Re: Win32 DBI driver binary for postgres available anywhere?

2009-06-08 Thread Phil Longstaff
I don't know. I guess there's no reason we couldn't build it as part of the regular win32 build. From: Graham Menhennitt To: gnucash-devel@gnucash.org Sent: Monday, June 8, 2009 8:15:30 AM Subject: Win32 DBI driver binary for postgres available anywhere? Guys

Re: segfault using latest svn tree

2009-06-08 Thread Derek Atkins
Don Zickus writes: > gwenhywfar-INFO: plugin.c: 577: Plugin type "ct" unregistered > gwenhywfar-INFO: plugin.c: 577: Plugin type "configmgr" unregistered > gwenhywfar-INFO: plugin.c: 577: Plugin type "dbio" unregistered This is from AqB and you can safely ignore it. -derek -- Derek

Re: Common code indentation (follow-up to 2007 discussion)

2009-06-08 Thread Derek Atkins
Charles Day writes: > I strongly prefer -bl to -br. Easier to visually match parens makes it > easier to read, harder to make mistakes. It adds lines, but is worth it in > my opinion. I like the rest, though personally I prefer two spaces for > indents rather than four. It helps reduce line break

Re: Online OFX import of Investment Statements

2009-06-08 Thread Derek Atkins
Martin, Martin Preuss writes: > Hi, > > ok, so something probably needs to be done in Gnucash. > > As a first step: Could you maybe create or modify a to-be-imported OFX file > and send it to me? I could then create an import context file and inspect it. > After that I can look for the reason

Win32 DBI driver binary for postgres available anywhere?

2009-06-08 Thread Graham Menhennitt
Guys, I'd like to give 2.3.1 a try under Windows against a PostgreSQL DB. Does anybody know if there's a binary of the DBI driver available anywhere? Thanks, Graham ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/m

Re: Win32 Daily Builds available

2009-06-08 Thread Tom Peterson
Here is a more detailed description and a second issue. I'm running on Windows XP. Issue 1: (original issue) Unable to open an existing file with File-Open: The menu has two selections: sqlite3, the default, and xml. If I leave it set as sqlite3 and specify my file then I get the following Dia