Re: Debian installation

2001-06-19 Thread Jonathan Corbet
> The problem is that gnucash was accidentally compiled against > libgwrapguile0 instead of libgwrapguile1. Then, just after gnucash > 1.6.0 was added to the distribution, libgwrapguile0 was removed [...] > If anyone would like a copy of > the old libgwrapguile0 .deb, you can grab from > http:/

...made it die...

2001-06-19 Thread Jonathan Corbet
OK, next problem. Now that I have gnucash running, I of course want to play with it. So what better to do than to feed it my old gnucash file and ask for a bunch of pretty pie charts? The result: "I can't find the default fonts needed by Guppi. In 99% of all cases, this means that there is a p

Re: qif importing bug?

2001-06-19 Thread Bill Gribble
On Tue, Jun 12, 2001 at 10:15:20PM -0700, Cengiz Alaettinoglu wrote: > And here is the qif file: > !Type:Bank > D6/16/97 > CX > MAlaettinoglu, Cengiz > T2,098.82 > PAccounts Pay PaymentUsc > L/Travel:N|[Travel] > S/Travel:N|[Travel] > ERejklavik > $2,000.00 > S/Petty Cash:ISDN|[Telecom] > $98.

gnucash-1.6.0 build problem with some guile versions

2001-06-19 Thread Bill Nottingham
scm_long_long2num and its inverse are only compiled when LONGLONGS is defined in guile-1.3.4; this isn't the default. The attached allows gnucash to build on such a system (otherwise it tries to link in functions that don't exist...) Bill --- gnucash-1.6.0/configure.in.foo Mon Jun 18 23:0