Re: SQL backend for GnuCash 2

2006-10-24 Thread Phil Longstaff
On Mon, 2006-23-10 at 22:38 -0400, Josh Sled wrote: It'll probably be the case that the SQL DDL statements will be easier to work with than these pictures. Just plain text like... CREATE TABLE accounts ( id int NOT NULL, name String, parent int NOT NULL, --

Re: importing happens even when transaction matcher told not to

2006-10-24 Thread Derek Atkins
j debert [EMAIL PROTECTED] writes: I have seen the same happen as you describe as well. Seems like this is related to bug 364104: when importing ofx it goes ahead and reconciles transactions anyway when cancel is selected. Changes accounts' balances to boot. This is an architectural problem

Win32 build fails installing guile

2006-10-24 Thread Steve Ellis
Hi everyone, I am not sure why this error is occuring, I have removed tried several attempts to get beyond this but I seem to getting stumped at the file link below. This is a very vanilla install following the instructions published earlier. inflating:

Re: Win32 build fails installing guile

2006-10-24 Thread Derek Atkins
Did you try running the reset script and starting over? -derek Quoting Steve Ellis [EMAIL PROTECTED]: Hi everyone, I am not sure why this error is occuring, I have removed tried several attempts to get beyond this but I seem to getting stumped at the file link below. This is a very vanilla

Re: Win32 build fails installing guile

2006-10-24 Thread Derek Atkins
Hi, Please CC gnucash-devel on all replies. Did you restart your MSys shell after running the reset script? You might have bogus settings in your environment from previous runs, especially if you had created an installer.sh profile. The reset script will remove it, but it wont reset your shell

Re: Win32 build fails installing guile

2006-10-24 Thread Steve Ellis
Just tried a clean build and it still failed. I will try a full removal of msys and start again. :-) Steve On 10/24/06, Derek Atkins [EMAIL PROTECTED] wrote: Hi, Please CC gnucash-devel on all replies. Did you restart your MSys shell after running the reset script? You might have bogus

Re: Win32 build fails installing guile

2006-10-24 Thread Derek Atkins
no, you don't need to remove msys, but you should clear out /etc/profile.d and then restart your shell. -derek Quoting Steve Ellis [EMAIL PROTECTED]: Just tried a clean build and it still failed. I will try a full removal of msys and start again. :-) Steve On 10/24/06, Derek Atkins [EMAIL

Re: Win32 build fails installing guile

2006-10-24 Thread Steve Ellis
Unfortunately that did not work, so I tried a complete restart and the same error. The only thing I can think of is that I have to change the slib3a3.zip to slib3a4.zip in the custom.sh file. Steve On 10/24/06, Derek Atkins [EMAIL PROTECTED] wrote: no, you don't need to remove msys, but you

Re: Win32 build fails installing guile

2006-10-24 Thread Derek Atkins
Oh, looks like they just released a new version of slib. I wonder if there's something about slib-3a4 that's different enough from slib-3a3 that causes it to fail for you? Do you have cygwin installed on your system? -derek Quoting Steve Ellis [EMAIL PROTECTED]: Unfortunately that did not

Re: importing happens even when transaction matcher told not to

2006-10-24 Thread David Reiser
On Oct 24, 2006, at 11:14 AM, Derek Atkins wrote: j debert [EMAIL PROTECTED] writes: I have seen the same happen as you describe as well. Seems like this is related to bug 364104: when importing ofx it goes ahead and reconciles transactions anyway when cancel is selected. Changes