On Nov 26, 2005, at 2:18 PM, Christian Stimming wrote:

Hi David,


This error means that the aqbanking-HEAD (1.8.x) has accidentally picked up some header files from a gwen-1-branch gwenhywfar installation. Unfortunately this isn't really clear from this error message, but you have to completely remove your previous gwen-1-branch gwenhywfar headers. I.e. everything up to
gwenhywfar-1.19.x has to be deleted (see
$prefix/include/gwenhywfar/version.h) and instead only the headers from
gwenhywfar-HEAD (1.98.x and higher) must be seen by aqbanking-HEAD.

I now have gwenhywar 1.99.0.0beta and aqbanking 1.8.0.1cvs

Following Martin's subsequent post this morning, I have only tried
checking out and building the newest aqbanking.

Yes, that should be fine.

I still get
4:2005/11/26 17-41-59:gwen(28000):inherit.c: 169: Type "00000000" not derived from this base type
provider.c:1796: failed assertion `dp'
Abort


Christian

I think I have a systemic issue with library and include detection. I get errors if configure can't find libraries, but gwenhywfar seems content to carry on if includes aren't found. This issue was made worse by the fact that the openssl libraries installed by Apple and by Fink are the same version (in /usr/lib and /sw/lib, respectively).

In gwenhywfar, if I set --with-openssl-libs=/sw/lib, I get:

checking for openssl libs... -L/sw/lib -lssl -lcrypto
checking whether openssl is usable... configure: error: ssl libraries not found.

however:

[G5D:/] dbr% ls /sw/lib/libcrypt*
/sw/lib/libcrypto.0.9.7.dylib   /sw/lib/libcrypto.a
/sw/lib/libcrypto.0.dylib       /sw/lib/libcrypto.dylib

[G5D:/] dbr% ls /sw/lib/libssl*
/sw/lib/libssl.0.9.7.dylib      /sw/lib/libssl.a
/sw/lib/libssl.0.dylib          /sw/lib/libssl.dylib

If I put a bad --with-openssl-lib=/sw/lib, then configure throws away the bad parameter (remember my confusion back at the beginning of all this?) and uses the system version, where the libraries are detected. /usr/lib does not have the '.a' files, but the dylib sets are the same. Includes are not found in either case, but make doesn't complain (loud enough for me to hear, anyway...) about the missing includes as long as it finds the libs.

I am grasping at straws here, since I don't understand the build tools particularly well.

Thanks for the help.
--
David Reiser
[EMAIL PROTECTED]



-------------------------------------------------------
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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Aqbanking-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aqbanking-devel

Reply via email to