enable HBCI in 1.7.5

Christian Stimming stimming@tuhh.de
Mon, 09 Dec 2002 12:42:51 +0100


Matthias Oltmanns wrote:

>> If no, then check again the 
>>./configure command output of gnucash -- it should say
>>
>>checking for OpenHBCI 0.9.3 ... yes
>>
> That's it. I'dont see the checking for OpenHBCI output.
> 
>>and if it doesn't, there's something wrong with your openhbci installation.
>>
>>Which openhbci package did you get? The tar.gz sources, or the SuSE 8.0 
>>binary rpm?
>>
> I'm using the rpm binary package for SuSE 8.0.


That's fine so far. So your openhbci installation should work.


> Here is my complete configure call:
> 
> ./configure --enable-HBCI --prefix=/opt/gnucash/gnucash-1.7.5
> --with-g-wrap-prefix=/opt/gnucash/g-wrap --with-openhbci-prefix=/usr
> --host=i686-pc-linux-gnu --with-gnome-prefix=/opt/gnome/

*cough* It should read

./configure --enable-hbci ... and the rest of your options. The 
uppercase HBCI was wrong, so this was the error.

Christian