Re: Compiling GnuCash on Windows

2006-11-02 Thread Ivars Grinbergs
Hello, Yesterday got compiled and running version of GC on Win32. Version: This copy was built from svn r15066 on 2006-11-01. I did little modifications to custom.sh from GTK_URL="$GNOME_WIN32_URL/gtk+/2.10/gtk+-2.10.3.zip" GTK_DEV_URL="$GNOME_WIN32_URL/gtk+/2.10/gtk+-dev-2.10.3.zip" to GTK_U

Re: Compiling GnuCash on Windows

2006-11-02 Thread Ivars Grinbergs
Ivars Grinbergs wrote: > - Actions->Scheduled Transactions-> FAILS with this backtrace on screen > within GDB: > > Sorry, I mean Actions->Scheduled Transactions->Scheduled Transaction Editor ___ gnucash-devel mailing list gnucash-devel@gnucash.org

GC, QOF and queries

2006-11-02 Thread Phil Longstaff
I have started working on a gda backend and am starting with a QofQuery -> SQL translator. I assume no one else has such a beast (there is a SQL -> QofQuery translator as part of QOF. When we get an SQL backend, it won't make sense to translate SQL -> QofQuery -> SQL). I have also looked at the

Re: Compiling GnuCash on Windows

2006-11-02 Thread Andreas Köhler
Hi, Am Donnerstag, den 02.11.2006, 13:31 +0200 schrieb Ivars Grinbergs: > Hello, > > Yesterday got compiled and running version of GC on Win32. > > Version: This copy was built from svn r15066 on 2006-11-01. Too bad, you missed some fixes I submitted yesterday. You might try remove your gnome i

Re: GC architecture for backends

2006-11-02 Thread Daniel Espinosa
2006/11/1, Derek Atkins <[EMAIL PROTECTED]>: > Quoting Daniel Espinosa <[EMAIL PROTECTED]>: > > >> Also, we'll need to make changes to handle the fact that file:// > >> should get redirected to sqlite:// -- but the code will need to > >> test the file first to see what kind of file it is, so that F

Re: Compiling GnuCash on Windows

2006-11-02 Thread Ivars Grinbergs
Andreas Köhler wrote: > Did you run gnucash from the MSYS shell or gnucash.bat? > From MSYS shell, within gdb (but it works from shell without gdb, too). > [successes snip] > >> Other problems observed: >> - I use Latvian language and location; there are problems with >> entering/showing sp

Re: Compiling GnuCash on Windows

2006-11-02 Thread Ivars Grinbergs
Andreas Köhler wrote: > You have to admit that this stack trace is not extraordinary useful ;-) > But yesterday I managed to improve, maybe you can try to do the same? > Here is what I did: > > * download and unpack `pd' and `MMP' from http://www.trapkit.de, you > will need the Microsoft .NET Frame

Re: GC architecture for backends

2006-11-02 Thread Phil Longstaff
On Thu, 2006-02-11 at 08:40 -0600, Daniel Espinosa wrote: > 2006/11/1, Derek Atkins <[EMAIL PROTECTED]>: > > Quoting Daniel Espinosa <[EMAIL PROTECTED]>: > > > > >> Also, we'll need to make changes to handle the fact that file:// > > >> should get redirected to sqlite:// -- but the code will need t

Re: Compiling GnuCash on Windows

2006-11-02 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 For me on win2000/SP4 with r15078 and the updated gnome packages according to the recent commits in custom.sh, I get these: >> - Creating a new file (with default account hierarchy) Works for me just fine. The account hierarchy druid comes up and giv

Re: Compiling GnuCash on Windows

2006-11-02 Thread Andreas Köhler
Hi, Ivars Grinbergs wrote: > Andreas Köhler wrote: > > You have to admit that this stack trace is not extraordinary useful ;-) > > But yesterday I managed to improve, maybe you can try to do the same? > > Here is what I did: > > > > * download and unpack `pd' and `MMP' from http://www.trapkit.de,

Re: Compiling GnuCash on Windows

2006-11-02 Thread Chris Shoemaker
On Thu, Nov 02, 2006 at 06:28:56PM +0100, Christian Stimming wrote: > >>> Also, in the command prompt window is the following: > >>> > >>> gnucash: [E] "Failed to fork child process." > >> This is probably because gnucash tries to save the file in compressed > >> form, > >> which requires a separ

Re: GC architecture for backends

2006-11-02 Thread Chris Shoemaker
On Thu, Nov 02, 2006 at 12:25:17PM -0500, Phil Longstaff wrote: > On Thu, 2006-02-11 at 08:40 -0600, Daniel Espinosa wrote: > > 2006/11/1, Derek Atkins <[EMAIL PROTECTED]>: > > > Quoting Daniel Espinosa <[EMAIL PROTECTED]>: > > > > > > >> Also, we'll need to make changes to handle the fact that fil

Re: GC architecture for backends

2006-11-02 Thread Derek Atkins
Quoting Chris Shoemaker <[EMAIL PROTECTED]>: >> I haven't thought through all of the issues around connections, but I >> don't think we want to use predefined DSNs. A user shouldn't have to >> set up the GC DSN with an external tool in order to use that DSN within >> gnucash. >> >> Phil > > At le

gnucash 2 at FINK

2006-11-02 Thread Bob Hunter
Still no signs of life... __ Check out the New Yahoo! Mail - Fire up a more powerful email and get things done faster. (http://advision.webevents.yahoo.com/mailbeta) _

Re: gnucash 2 at FINK

2006-11-02 Thread Guillaume Lessard
--On November 2, 2006 12:01:43 -0800 Bob Hunter <[EMAIL PROTECTED]> wrote: > Still no signs of life... Sébastien Maret put together description files to build gnucash under Fink in August: I was succesful in building it thi

Re: GC, QOF and queries

2006-11-02 Thread Derek Atkins
Quoting Phil Longstaff <[EMAIL PROTECTED]>: > I have started working on a gda backend and am starting with a QofQuery > -> SQL translator. I assume no one else has such a beast (there is a > SQL -> QofQuery translator as part of QOF. When we get an SQL backend, > it won't make sense to translate

Re: gnucash 2 at FINK

2006-11-02 Thread Dave Reiser
Bob Hunter wrote: > Still no signs of life... > > > True. I've run into dependency issues. I (rightfully) don't have commit access to fink, so I need to have someone review the submissions. There are questions about how well new and old versions of gwenhywfar and aqbanking get along side by

Re: GC, QOF and queries

2006-11-02 Thread Phil Longstaff
On Thu, 2006-02-11 at 16:14 -0500, Derek Atkins wrote: > Quoting Phil Longstaff <[EMAIL PROTECTED]>: > > > I have started working on a gda backend and am starting with a QofQuery > > -> SQL translator. I assume no one else has such a beast (there is a > > SQL -> QofQuery translator as part of QOF

Re: GC, QOF and queries

2006-11-02 Thread Derek Atkins
Quoting Phil Longstaff <[EMAIL PROTECTED]>: > OK. I'll see if there is anything I can borrow from it. I doubt there is, except as a prototype.. >> > Secondly, I looked at the begin/commit edit behaviour when an account >> > was being created. There was a *lot* of begin/commit activity on the >

Re: GC, QOF and queries

2006-11-02 Thread Chris Shoemaker
On Thu, Nov 02, 2006 at 08:47:30AM -0500, Phil Longstaff wrote: > I have started working on a gda backend and am starting with a QofQuery > -> SQL translator. Have you looked at just directly using the GdaQuery objects? You can constuct an abstract query out of GdaQueryFieldFields, GdaQueryFiel

Re: GC architecture for backends

2006-11-02 Thread Chris
I would suggest that those wishing to use a database other than SQLite will have to know what they are doing so can define the DSN externally and so when opening a book if its name is not in the data source list create a SQLite DSN and add it to the data source list. Regards, Chris On Thu, 2006-11

Re: GC, QOF and queries

2006-11-02 Thread Phil Longstaff
On Thu, 2006-02-11 at 16:53 -0500, Chris Shoemaker wrote: > On Thu, Nov 02, 2006 at 08:47:30AM -0500, Phil Longstaff wrote: > > I have started working on a gda backend and am starting with a QofQuery > > -> SQL translator. > > Have you looked at just directly using the GdaQuery objects? You can

Re: GC, QOF and queries

2006-11-02 Thread Derek Atkins
Quoting Phil Longstaff <[EMAIL PROTECTED]>: > On Thu, 2006-02-11 at 16:53 -0500, Chris Shoemaker wrote: >> On Thu, Nov 02, 2006 at 08:47:30AM -0500, Phil Longstaff wrote: >> > I have started working on a gda backend and am starting with a QofQuery >> > -> SQL translator. >> >> Have you looked at j

Re: GC, QOF and queries

2006-11-02 Thread David Hampton
On Thu, 2006-11-02 at 21:27 -0500, Phil Longstaff wrote: > On Thu, 2006-02-11 at 16:53 -0500, Chris Shoemaker wrote: > > Anyway, try to avoid writing the SQL emitter, if you can. > > I don't really want to gut the core of GC and rebuild it around Gda. I've been thinking of gutting the core of GC

Re: GC, QOF and queries

2006-11-02 Thread Chris Shoemaker
On Thu, Nov 02, 2006 at 10:13:37PM -0500, David Hampton wrote: > On Thu, 2006-11-02 at 21:27 -0500, Phil Longstaff wrote: > > On Thu, 2006-02-11 at 16:53 -0500, Chris Shoemaker wrote: > > > > Anyway, try to avoid writing the SQL emitter, if you can. > > > > I don't really want to gut the core of

Re: GC, QOF and queries

2006-11-02 Thread Phil Longstaff
On Thu, 2006-02-11 at 22:04 -0500, Derek Atkins wrote: > Quoting Phil Longstaff <[EMAIL PROTECTED]>: > > > On Thu, 2006-02-11 at 16:53 -0500, Chris Shoemaker wrote: > >> On Thu, Nov 02, 2006 at 08:47:30AM -0500, Phil Longstaff wrote: > >> > I have started working on a gda backend and am starting w

Re: Compiling GnuCash on Windows

2006-11-02 Thread Ivars Grinbergs
Andreas Köhler wrote: > Hi, > > Ivars Grinbergs wrote: > >> Andreas Köhler wrote: >> >>> You have to admit that this stack trace is not extraordinary useful ;-) >>> But yesterday I managed to improve, maybe you can try to do the same? >>> Here is what I did: >>> >>> * download and unpack `p