Re: ERROR: no such module (g-wrap)

2001-02-09 Thread Jonathan David Wheelhouse
On Fri, Feb 09, 2001 at 12:19:57AM -0600, Rob Browning wrote: Jonathan David Wheelhouse [EMAIL PROTECTED] writes: lftp ftp://ftp.gnucash.org/pub/g-wrap/source/g-wrap-1.1.8.tar.gz to First you might want to grab the newest version. There are important fixes. I'll do that. Also, if

Re: ERROR: no such module (g-wrap)

2001-02-09 Thread Bill Gribble
On Fri, Feb 09, 2001 at 11:42:48PM +1100, Jonathan David Wheelhouse wrote: Just got one problem, at the moment; the manual from the help menu (when I run gnucash unstable) is unreadable; just a series of dots for where the characters should be. I'm trying to find out the cause; maybe

Two bugs in gnc-html.c for compiling on RH 6.2

2001-02-09 Thread Derek Atkins
Hi, I'm trying to build the most recent CVS on RedHat 6.2. However there are some problems in gnc-html.c. I'm compiling with --disable-guppi. The first problem was a reference to unescape_newlines(). It turns out that this function is set within a #if USE_GUPPI. The first part of the patch

Another neat bug in current-CVS (hit import, go boom! :)

2001-02-09 Thread Derek Atkins
So I just compiled the most recent CVS. I have a file with an account hierarchy created, but there are no transactions in it. I can reliably get GnuCash to crash by just hitting the 'import QIF' button from the main page. When this happens I get:

Re: Two bugs in gnc-html.c for compiling on RH 6.2

2001-02-09 Thread Bill Gribble
On Fri, Feb 09, 2001 at 12:38:25PM -0500, Derek Atkins wrote: The second problem is more insidious. The code that parses a gnc-crypted-html object has a reference to eb-data. You have an old version of the gtkhtml development files. The data field has been in there for a couple of months

Re: Another neat bug in current-CVS (hit import, go boom! :)

2001-02-09 Thread Bill Gribble
On Fri, Feb 09, 2001 at 02:27:13PM -0500, Derek Atkins wrote: So, really, the scheme assertion is failing in gnc-helpers.c:53 in gnc_glist_to_scm_list(). Basically, at guile-util.c:1142 gnc_glish_account_ptr_to_scm_internal() is passing the results of gh_lookup("gnc:Account*") into a

Re: Another neat bug in current-CVS (hit import, go boom! :)

2001-02-09 Thread Derek Atkins
Rob Browning [EMAIL PROTECTED] writes: Just to know where the problem might be: Did it work right before you updated? I don't know. I haven't tried it in a while. However, it doesn't matter whether I have an empty file or not. If I start GnuCash, do File - New, and then hit the

Re: Another neat bug in current-CVS (hit import, go boom! :)

2001-02-09 Thread Bill Gribble
On Fri, Feb 09, 2001 at 01:39:19PM -0500, Derek Atkins wrote: Just for kicks I just did a complete rebuild and re-install (clearing out the directories beforehand). I also checked and I am up-to-date with CVS as of a couple minutes ago. My suspicion is still around g-wrap. Could you make

Re: QIF import loops without importing

2001-02-09 Thread Bill Gribble
On Fri, Feb 09, 2001 at 03:16:02PM -0500, Derek Atkins wrote: I then continue (instead of loading another file). I then match my accounts and categories, and then select my currency. At this point I get a warning message: Gtk-WARNING **: invalid cast from (NULL) pointer to

Minor bug in gnc-prices

2001-02-09 Thread nigel
gnc-prices (in gnucash 1.4.10) seems to have problems updating a price for a stock whose ticker symbol contains a period, for example BT.A, which is quoted on the London stock exchange. Nigel ___ gnucash-devel mailing list [EMAIL PROTECTED]

Re: Another neat bug in current-CVS (hit import, go boom! :)

2001-02-09 Thread Derek Atkins
Here is some more information. The problem is not the argument into the scheme function. Walking through the C code with gdb, it looks like the problem occurs during at gnc.c:4725: gw__scm_result = gnc_glist_account_ptr_to_scm_no_free(gw__c_result); Continuing the search, the problem

Re: Minor bug in gnc-prices

2001-02-09 Thread Dave Peticolas
writes: Dave Peticolas wrote: writes: gnc-prices (in gnucash 1.4.10) seems to have problems updating a price for a stock whose ticker symbol contains a period, for example BT.A, which is quoted on the London stock exchange. Did it work in an earlier version of gnucash?