Re: *patch*

2000-02-19 Thread Rob Walker
On Fri, 18 Feb 2000 02:17:43 -0800, Dave Peticolas [EMAIL PROTECTED] said: Dave Here is my latest patch. It contains the following. Dave Notes: Dave + This patch is based on current CVS. Dave + This patch requires autoconf and configure to be run. Dave New Stuff: Dave + Fixed bug

Re: *patch*

2000-02-19 Thread Rob Walker
I don't think that it worked: make[3]: Entering directory `/home/rob/src/cvs/gnucash/src' gcc -Wp,-MD,obj/gnome/MultiLedger.d.tmp -c -g -O2 -I/usr/X11R6/include -I. -I.. -I./engine -I./register -Ireports -I./../include -I/home/rob/compiled//include -pg -I./gnome -I/usr/include

Guile and compile problems

2000-02-19 Thread Randal Powell
I tried to compile the latest cvs of gnucash. I got an error and saw that it was the same error I saw mentioned here (about having the latest guile). I downloaded the latest guile from the gnucash web site (1.3.4-6) and installed it. No problem. Now I get this error during configure: checking

Guile and Slib

2000-02-19 Thread Randal Powell
OK, I managed to fix the configure guile parts problem. I apparently also needed the 1.3.4-2 of guile-devel. I installed that and configure ran fine. Now, gnucash seems to compile The only error I get is about a questionable "makeinfo", but I always get that. But after I compile and install

Re: *patch*

2000-02-19 Thread Dave Peticolas
rob@biffhero-laptop:~/src/cvs/gnucash$ applypatch ../gnucash.diff patch: malformed patch at line 1208: --- 2,1 Possible problems with "patch -p0 -N -s", status = 512. rob@biffhero-laptop:~/src/cvs/gnucash$ This is against a copy of cvs from 2000.02.10 Did this patch work?

Re: Guile and Slib

2000-02-19 Thread Randal Powell
On Sat, 19 Feb 2000, Dave Peticolas wrote: Date: Sat, 19 Feb 2000 13:10:34 -0800 To: [EMAIL PROTECTED] From: Dave Peticolas [EMAIL PROTECTED] Subject: Re: Guile and Slib OK, I managed to fix the configure guile parts problem. I apparently also needed the 1.3.4-2 of guile-devel.

Free Trial Subscription! - Industry Specific News and Ideas

2000-02-19 Thread Jane Maguire
We are Mousetrap - The Aussie Information Brokers Our speciality is Industry Specific e-Reports with the latest worldwide news and business ideas tailor made to your needs and delivered weekly or monthly. No matter what your business is - there's a Mousetrap e-Report covering the latest news

Re: Guile and Slib

2000-02-19 Thread Dave Peticolas
Put a symlink named 'slib' in /usr/share/guile that points to /usr/lib/umb-scheme/slib. You may need to run gnucash once as root. dave Dave, Thanks, that did it. I just didn't know where gnucash was looking for it. Unfortunately, this problem illustrates the fact that

Re: QIF-Import: Funds imported wrong..

2000-02-19 Thread Rob Browning
Dave Peticolas [EMAIL PROTECTED] writes: AFAICT, there are two different mechanisms in CVS gnucash for importing QIF: one (which Rob tells me is known-broken and likely to go away) in C code, accessible through the big button or file/import, and one which is in Scheme in the Extensions

Re: Guile and Slib

2000-02-19 Thread Rob Browning
Dave Peticolas [EMAIL PROTECTED] writes: Unfortunately, this problem illustrates the fact that upgrading with guile-1.3.4-2 will not be a panacea. The 1.3.4 rpm does not install the link to slib, while the 1.3 rpm does. I am going to try and remove the dependency on 1.3.4 before we

Re: Guile and Slib

2000-02-19 Thread Dave Peticolas
Dave Peticolas [EMAIL PROTECTED] writes: Unfortunately, this problem illustrates the fact that upgrading with guile-1.3.4-2 will not be a panacea. The 1.3.4 rpm does not install the link to slib, while the 1.3 rpm does. I am going to try and remove the dependency on 1.3.4 before we

Re: Importing text files?

2000-02-19 Thread Rob Browning
Dave Peticolas [EMAIL PROTECTED] writes: We don't have a 'text import' function right now, but it shouldn't be too hard to come up with a simple one using guile (scheme), which GnuCash uses for scripting. If you'd like to work on this, please feel free to discuss your plans on this list