Hi David,

I am not involved in the ofxconnect part of the code, but I really appreciate your contributions and testing in this area.

David Reiser schrieb:
Since Martin succeeded with both qbankmanager (won't compile for me) and gnucash, I've been thinking that maybe something in my openssl setup is wrong.

yeah -- or we missed something that's important for Mac OS :-/

While I'm at it, is the following acceptable so that gwen can be built with the default Apple openssl config? (no .so .a or .la present for libssl).

Index: m4/ssl.m4
===================================================================
RCS file: /cvsroot/gwenhywfar/gwenhywfar/m4/ssl.m4,v
retrieving revision 1.15
diff -u -r1.15 ssl.m4
--- m4/ssl.m4   15 Nov 2005 09:48:06 -0000      1.15
+++ m4/ssl.m4   1 Feb 2006 05:54:17 -0000
@@ -66,7 +66,7 @@
if test "$OSYSTEM" != "windows" ; then
dnl POSIX systems
    for d in $ssl_search_lib_dirs; do
-     AQ_SEARCH_FILES("$d", [libssl.so libssl.so.* libssl.a])
+     AQ_SEARCH_FILES("$d", [libssl.so libssl.so.* libssl.a  libssl.dylib])
      if test -n "$found_file" ; then
         ssl_libraries="-L$d"
         ssl_lib="-lssl -lcrypto"


Seems fine to me, as a .dylib won't be found on any non-Darwin system anyway. Applied to CVS.

Christian


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Aqbanking-devel mailing list
Aqbanking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aqbanking-devel

Reply via email to