Christian Stimming wrote:
ok i make a progress configure now recognize el accounts dir but gnucash fails to compileNikos Charonitakis wrote:Christian Stimming wrote:1) In configure.in near the end, in the list for the macro AC_OUTPUT, you need to add the line
accounts/el/Makefile
right next to the other accounts/... lines.
I forgot to mention that after this step, you need to run "autoconf".2) In the file accounts/Makefile.am in the variable definition for SUBDIRS, you just need to add the value "el".
3) In your newly created accounts/el/ directory, you need to create a file Makefile.am, which you probably just copy from some of the other accounts/... directories. Insert the "el" entry instead of the other language name. If you added/removed some acctchrt_*.gnucash-xea files, add or remove the respective lines for the account_DATA variable in the Makefile.am file.
and after these two steps you need to run "automake". Now you need to run "./configure".following the steps you discribed have no results .
during configure no el directory is recognized.
So i copy (in step2) Makefile.in and Makefile from accounts/C to accounts/el
changed to el every C entry but configure didnt recognize el dir again.
If it still doesn't work, you can just send your accounts/el directory to gnucash-patches. Somebody will commit it to gnucash CVS, along with the other necessary changes in the configure system. This would mean that you only need to check out CVS in a few hours and you're done.
Christian
_______________________________________________
gnucash-devel mailing list
[EMAIL PROTECTED]
http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel
because when i run automake it comes with many error messages and says to run aclocal
but aclocal fails with the message
aclocal: configure.in: 503: macro `AM_PATH_OPENHBCI' not found in library
anyway i ll send a message to patches list...
nikos
____________________________________________________________
Do You Yahoo!?
Ad???Tho?a ?c ??na?i @yahoo.gr ?eay??ioc oa? o?? http://www.otenet.gr
_______________________________________________
gnucash-devel mailing list
[EMAIL PROTECTED]
http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel
