LibOFX version check fails

Matthew Vanecek mevanecek at yahoo.com
Fri Dec 31 11:53:37 EST 2004


On Thu, 2004-12-30 at 17:43 -0500, Derek Atkins wrote:
> I got this:
> 
> checking for libofx version >= 0.7.0... ./configure: line 13411: test: version:: integer expression expected
> configure: error: Libofx 0.7.0 or newer needed for ofx support
> make: *** [config.status] Error 1
> 
> I suspect the problem is that "ofxdump" is not in my PATH, but the
> configure test assumes it is (even if I supply
> --with-ofx-prefix=... to configure).
> 
> -derek

It appears that configure is failing because:

[me2v at reliant build_gnucash]$ ofxdump --version |cut -d" " -f2
version:

Where the apparently desired result is as follows:
[me2v at reliant build_gnucash]$ ofxdump --version |cut -d" " -f4
0.6.6


The command is generated at line 545 in configure.in, in the gnucash-
gnome2-dev branch (not sure about HEAD).  Has the output of ofxdump
changed between v0.6.6 (what I have installed) and 0.7.x?  Guess I ought
to try an upgrade...

-- 
Matthew Vanecek
perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
********************************************************************************
For 93 million miles, there is nothing between the sun and my shadow except me.
I'm always getting in the way of something...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.gnucash.org/pipermail/gnucash-devel/attachments/20041231/54da0025/attachment.bin


More information about the gnucash-devel mailing list