Re: Error opening version 1.8.7 datafile with head

2004-10-31 Thread Derek Atkins
Replying to old email.. Using the --load option tells gnucash to "load this as a scheme file" so what you're really doing is passing gnucash an XML file but telling it to load it as a scheme file. This is obviously failing. If you want to get gnucash to load a specific data file at runtime off

Re: Typo in gw-engine-spec.scm

2004-10-31 Thread Derek Atkins
This has now been applied to HEAD and 1.8 and will be in 1.8.10. Thanks, -derek PS: In the future please send as a patch (diff -u) and file with bugzilla. [EMAIL PROTECTED] (erwin rieger) writes: > Hi, > > there is a little typo in gnucash-1.8.7/src/engine/gw-engine-spec.scm, > wrong order of

Re: Configure check for gtkhtml is wrong?

2004-10-31 Thread Derek Atkins
FYI, this has been fixed in CVS. -derek "Peter O'Gorman" <[EMAIL PROTECTED]> writes: > Hi, > gnucash-1.8.9 checks for gtkhtml < 1.1 and if not found looks for > gtkhtml >= 1.1 ... I'd think that this is the wrong way around, > apparently 1.1 fixes some issues with invoice printing, but if a lowe

Re: [PATCH] stylesheet-fancy.scm and a new 'Easy' Invoice for Gnucash 1.8.9

2004-10-31 Thread Derek Atkins
Hi. Sorry for taking so long to handle this. I've got this in CVS HEAD, now. It's too late to apply to the 1.8 branch (we're in string freeze for 1.8.10) so I wont be able to get this into the 1.8.10 release. I appologize for not handling this before the string-freeze, but real-life has got me

Re: Next stable gnucash, 1.8.10?

2004-10-31 Thread Derek Atkins
Hi, I can't apply this as-is. For one thing, my version of glib does not contain G_GINT64_FORMAT. Secondly, your configure changes are very Gentoo-specific. I'll see if there are pieces of it that I can apply to various branches, in particular the various GINT_TO_POINTER-type fixes. Is there an

Re: Patch to prevent duplicate prices

2004-10-31 Thread Derek Atkins
Hi, This patch had a few problems with it, like it didn't compile due to missing prototypes. I tracked this down to the fact that you used "malloc()" and free()". I've applied a fixed version to 1.8 and HEAD and I'll commit it to CVS soon. For the record, don't use malloc() and free(), use g_ne

Run a Wiki on www.gnucash.org?

2004-10-31 Thread Derek Atkins
Hi, The wiki at gnomesupport.org that we've been using has chronic problems. It's down a significant portion of the time, and it's just plain hard to maintain. So, how hard would it be to run a wiki on www.gnucash.org? I could certainly put one on cvs.gnucash.org but I think that www is more ap