The fix for my libofx flags setting worked, thanks. In app.cpp in qbankmanager at line 2536, the const char declaration for the Mac results in:
app.cpp: In function 'int App__convertFromUtf8(const char*, int, GWEN_BUFFER*)': app.cpp:2554: error: invalid conversion from 'const char**' to 'char**' app.cpp:2554: error: initializing argument 2 of 'size_t libiconv(void*, char**, size_t*, char**, size_t*)' If I change *pInbuf to just char, qbankmanager builds and seems to work. Unfortunately, even with gnutls 2.0.2, I still don't get past my https connection negotiation on ofxdirectconnect. David Reiser [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Aqbanking-devel mailing list Aqbanking-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/aqbanking-devel