Re: gda-dev does not compile

2006-12-08 Thread Phil Longstaff
On Thu, 2006-07-12 at 20:52 -0700, Mark Johnson wrote: > I thought I'd see what the gda back end looks like so far. After > checking out the branches/gda-dev (svn 15190), the compile failed: > gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../.. -I../../.. > -I.. -I../.. -DLOCALE_DIR=\"

GDA: A few questions

2006-12-08 Thread Phil Longstaff
I'm working on saving/restoring scheduled transactions, and have some questions: 1) Accounts - The only difference I can see between regular accounts and the accounts created for scheduled transactions is in the currency - the currency for scheduled transactions is in the "template" namespace. Any

Re: gda-dev does not compile

2006-12-08 Thread Mark Johnson
Phil Longstaff wrote: >Fixed in r15192. > >I've attached a config file which is in ~/.libgda/config. If you use >this, have a MySQL server running with a database named 'gnucash', then >starting gnucash with URI gda://gnucash will connect to and use that >database. > >I haven't tried with anythin

Re: GDA: A few questions

2006-12-08 Thread Derek Atkins
Quoting Phil Longstaff <[EMAIL PROTECTED]>: > I'm working on saving/restoring scheduled transactions, and have some > questions: > > 1) Accounts - The only difference I can see between regular accounts and > the accounts created for scheduled transactions is in the currency - the > currency for sc

Re: GDA: A few questions

2006-12-08 Thread Phil Longstaff
On Fri, 2006-08-12 at 18:20 -0500, Derek Atkins wrote: > Quoting Phil Longstaff <[EMAIL PROTECTED]>: > > > I'm working on saving/restoring scheduled transactions, and have some > > questions: > > > > 1) Accounts - The only difference I can see between regular accounts and > > the accounts created

Re: gda-dev does not compile

2006-12-08 Thread Phil Longstaff
> Thanks, Phil. My next attempt at building ended with this: > gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../.. -I../../.. > -I.. -I../.. -DLOCALE_DIR=\"/opt/gnucash-svn15192/share/locale\" > -I../../../src/backend -I../../../src/engine -I../../../src/core-utils > -I../../../lib/li

Re: gda-dev does not compile

2006-12-08 Thread Mark Johnson
Phil Longstaff wrote: >>Thanks, Phil. My next attempt at building ended with this: >> gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../.. -I../../.. >>-I.. -I../.. -DLOCALE_DIR=\"/opt/gnucash-svn15192/share/locale\" >>-I../../../src/backend -I../../../src/engine -I../../../src/core-uti

Re: gda-dev does not compile

2006-12-08 Thread Phil Longstaff
> I am using gcc 3.3.6. It may also be that I am passing > --enable-compile-warnings to configure. I see that -Wall is part of the > options being passed to gcc. I expect that the > --enable-compile-warnings caused the -Wall. I would recommend its use > for development. I've got 4.0.2, and

Re: GDA: A few questions

2006-12-08 Thread Derek Atkins
Quoting Phil Longstaff <[EMAIL PROTECTED]>: >> The main difference is the root.. SXes all live in their own AccountGroup, >> separate from the CoA. Why do you need anything special? Why can't you >> load the SXes too? > > I can. I need to look into how AccountGroups are used. Right now, what