To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92277
------- Additional comments from [EMAIL PROTECTED] Wed Jul 30 10:31:19 +0000
2008 -------
cmc: I've just done a quick grep on the thing, and it seems to me that the
+#include <sal/types.h>
+//For reasons that escape me, this is what xmlsec does when size_t is not 4
+#if SAL_TYPES_SIZEOFPOINTER != 4
+# define XMLSEC_NO_SIZE_T
+#endif
is missing in the following files that include something from xmlsec:
./source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx
./source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx
./source/xmlsec/mscrypt/seinitializer_mscryptimpl.cxx
./source/xmlsec/mscrypt/xmlencryption_mscryptimpl.cxx
./source/xmlsec/mscrypt/xmlsecuritycontext_mscryptimpl.cxx
./source/xmlsec/mscrypt/xmlsecuritycontext_mscryptimpl.hxx
./source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx
./tools/standalone/csfit/certmngr.cxx
./tools/standalone/csfit/decrypter.cxx
./tools/standalone/csfit/encrypter.cxx
./tools/standalone/csfit/signer.cxx
./tools/standalone/csfit/verifier.cxx
./tools/standalone/mscsfit/certmngr.cxx
./tools/standalone/mscsfit/decrypter.cxx
./tools/standalone/mscsfit/encrypter.cxx
./tools/standalone/mscsfit/signer.cxx
./tools/standalone/mscsfit/verifier.cxx
Is that expected, please? Wouldn't it be safer to define it directly in the
makefiles? Other than that, looks fine, the thing comes directly from
configure.in with the following note:
dnl ==========================================================================
dnl check do we have size_t and its size,
dnl TODO: will need to replace this and the xmlSecSize define with
dnl typedef on next ABI refresh
dnl ==========================================================================
AC_CHECK_SIZEOF(size_t)
if test "$ac_cv_sizeof_size_t" -ne "4" ; then
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_SIZE_T"
fi
so I guess it should be safe even for the people using --with-system-xmlsec...
---------------------------------------------------------------------
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]