-----BEGIN PGP SIGNED MESSAGE-----

On Freitag, 13. Februar 2004 22:16, David Hampton wrote:
> So I downloaded openhbci2-1.9beta6.tar.gz, installed it, and tried
> again.  Now I get a slightly different error.
>
>   ./autogen.sh --enable-hbci --with-openhbci-prefix=/opt/openhbci2
>   ...
>   checking for OpenHBCI... configure: error:
>   Could not find bin/openhbci-config in prefix /opt/openhbci2.
>   Please specify the right path by --with-openhbci-prefix=PREFIX.
>
> Any ideas why configure is looking for the openhbci v2 config file in
> the v1 directory, and for the v1 config file in the v2 directory?

Err... yes. I started the porting effort openhbci -> openhbci2 in January. 
Before that, in HEAD we already had *two* modules that used the openhbci 
code: The import-export/hbci module (of course) and also the import-export/
mt940 module. Both of them have separate configure switches --enable-mt940 
and --enable-hbci, and *both* of them have a configure check that calls 
AM_OPENHBCI_PATH. 

Now I have switched the import-export/hbci module to use openhbci2. BUT the 
mt940 module is still unchanged and will only work with openhbci (1). So the 
configure check for mt940 (which comes first) calls AM_OPENHBCI_PATH, and the 
configure check for hbci calls AM_OPENHBCI2_PATH. It will require some effort 
to port mt940 to openhbci2. Maybe not too much, but it is still non-trivial. 
Also, the openhbci2 C API might still be changing (although its C++ API is 
relatively stable now), so I rather wanted to leave mt940 alone for the 
moment, and only work on that after the openhbci2 port is completed (which 
might happen any week now). BTW the mt940 module depends on the hbci module, 
so even if you --disable-hbci then mt940 will probably still not compile.

Bottom line: The mt940 module in HEAD is currently unusable and you can only 
do --disable-mt940. Sorry for that, but it will change once I got the 
openhbci2 port completed. 

Also note that the latest openhbci2 tarball is probably not up-to-date enough, 
because during the openhbci2 porting work I still discover places where C 
functions have to be added to openhbci2. So the hbci module will only work if 
you have the latest openhbci2 CVS. Sorry for that...

Christian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iQCVAwUBQC3qE2XAi+BfhivFAQGqkAP/bCZikOVYcbevbyW1j5UFpgCwp5fxEjIJ
LLCqj/xmpgedRLZh5CAdYMsNVs/Z8D/PBiFZ2xcHXsHDP5ajmDRPrD3NqOwn/VBm
VLIM0OeYPzANBNJS6cQg64Rl5rSVGQjL+RgI8YRw7pkWifwi12JvEhVt7kpLfnlg
Cp3PywUAMhk=
=zLiC
-----END PGP SIGNATURE-----

_______________________________________________
gnucash-devel mailing list
[EMAIL PROTECTED]
http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel

Reply via email to