Problems I encounter:
1) wants to use ginstall
   I can say that there is no file on my system called ginstall.
   So the configure scripts must be suspect. I've not looked
   further just changed ocurrance of ginstall to the install
   I have.
2) wildcard
   Its a known problem. I believe its with gnu make.
   workaround manually expand them in the Makefiles
3) g-wrap could not install itself
4) the supplied version of libtool did not work.
   I changed it to use my installed version.
5) missing symbol setenv and asprintf
   As a hack I use a largish buffer of the stack and snprintf
   eg
   { char b[1024]; snprintf(b, 4096, "%s=%s", name, value);
     putenv(b) }
6) It did not install any of the scheme programs.

It would be nice if currency and date format could be configured
at QIF import time. I have QIF files from different sources with
different date formats.
QIFIO.c has a variable gnc_qif_import_currency now we just need
to be able to set it. I have a patch that adds gnc_qif_import_date_mmdd and 
will switch dd and mm.

I am also having a problem with imports creating new accounts
with the same name. I will track this down soon.



______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
----- %< -------------------------------------------- >% ------
The GnuCash / X-Accountant Mailing List
To unsubscribe, send mail to [EMAIL PROTECTED] and
put "unsubscribe gnucash-devel [EMAIL PROTECTED]" in the body

Reply via email to