import csv data

2000-10-09 Thread 3bar
Hello ! I want to transfer tab seperated data into gnucash (1.4.6). But I haven't found any import filter beside quicken. So I thought to write a small perl-program (I know some Perl but no Scheme) to convert my csv to a quicken file and then use the quicken import into gnucash. The quicken forma

GnuCash-1.4.7 fails to compile on FreeBSD 4.1.1-RELEASE

2000-10-09 Thread Steve Davidson
This is a fresh install of FreeBSD 4.1.1. GnuCash-1.4.7 fails to compile on FreeBSD 4.1.1-RELEASE % ./configure ...everything works % make [...] gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/lo cal/share/locale:.\"

Re: Revisiting the database

2000-10-09 Thread Rob Browning
Christopher Browne <[EMAIL PROTECTED]> writes: > Very seriously, if you want to propose using a storage scheme that > is _not_ readily embedded, you'd better have some _seriously good_ > ideas as to how to cope with implementing some sort of "DBA Druid" > to walk naive users through the installat

Re: Options dialog box functions in window-report.c

2000-10-09 Thread Rob Browning
Robert Graham Merkel <[EMAIL PROTECTED]> writes: > Any objections? Sounds good. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 ___ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnumatic.com/cgi-bin/mailman/listin

Re: GnuCash-1.4.7 fails to compile on FreeBSD 4.1.1-RELEASE

2000-10-09 Thread Dave Peticolas
Steve Davidson writes: > This is a fresh install of FreeBSD 4.1.1. > GnuCash-1.4.7 fails to compile on FreeBSD 4.1.1-RELEASE > > % ./configure ...everything works > > % make > [...] > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DGNULOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_A

import csv data

2000-10-09 Thread 3bar
Someone gave me the hint, that my text was bad because of reply instead of creating a new message. So I send it again: Hello ! I want to transfer tab seperated data into gnucash (1.4.6). But I haven't found any import filter beside qu