Re: Suse 10.1 64-bit
ace jones <[email protected]> Mon, 12 Jun 2006 20:42:20 -0700
| Newsgroups | gmane.comp.finance.libofx.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 2006-06-12 at 15:03, Bob Ewart wrote: > Libofx has two problems: > > 1. It tries to use /usr/lib/libstdc++.so instead of > /usr/lib64/libstdc++.so. It works if you specify > --with-opensp-libs=/usr/lib64. I also specified --prefix=/usr and > --libdir=/usr/lib64. See the make.log file attached run with those two > and not with-opensp-libs. The make file for the lib subdirectory needs > to be fixed. This is "by design". The configuration script for libofx doesn't know where to look for the opensp-required libraries unless you tell it. I cc'd Tom on this in case he could tell me how to determine whether /usr/lib or /usr/lib64 should be used. > 2. In ofxconnect/nodeparser.h line 37 is: > std::vector<std::string> NodeParser::Text(void) const; > It should be: > std::vector<std::string> Text(void) const; > Gcc 4.1 considers that to be a hard error. This I am checking in a fix for right now. </Ace> -- Ace Jones <[email protected]> GPG Public Key on www.keyserver.net Fingerprint: 3CA8 1A24 B52F 4FCA C22D 0E2F 0AF0 4EE1 F540 E55B