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:

[EMAIL PROTECTED] build_gnucash]$ ofxdump --version |cut -d" " -f2
version:

Where the apparently desired result is as follows:
[EMAIL PROTECTED] 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...

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
gnucash-devel mailing list
[email protected]
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to