To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75844





------- Additional comments from [EMAIL PROTECTED] Thu May  3 15:51:28 +0000 
2007 -------
@tono:  I think I begin to understand.  The libxmlsec.dll exports symbol
xmlSecNameRSAKeyValue (of type const xmlChar [],
xmlsec1-1.2.6/include/xmlsec/strings.h).  The libxmlsec-mscrypto.dll references
that symbol from static const data (xmlsec1-1.2.6/src/mscrypto/certkeys.c).

As far as I understand you, this fails unless at least either (a)
xmlSecNameRSAKeyValue is marked as __declspec(dllim-/export), or (b) the
reference to the symbol is from static but non-const data.  (Where the current
patch uses (b) to fix the failure.)

The declaration of xmlSecNameRSAKeyValue in
xmlsec1-1.2.6/include/xmlsec/strings.h is prefixed with XMLSEC_EXPORT_VAR,
defined in xmlsec1-1.2.6/include/xmlsec/exports.h.  For non-_MSC_VER compilers
it just expands to "extern".  Wouldn't it work to let XMLSEC_EXPORT_VAR expand
to some __declspec(dllim-/export) magic for mingw instead (i.e., to fix the
failure with (a) instead of (b))?

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to