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 10:31:20 +0000 2007 ------- @vg: Hmm ... The problem with tg_def.mk can not be regenarated at my site with VC++ build. It seems to me that dmake is failing to expand the macro in case it is quoted and failing to create appropriate .def file. It may depend on the version of dmake. I will update the patch to do it conditinally but mingw build may also fail with the particular dmake version. The typedef expansion in libxmlsec is needed because mingw cannot accept relocatable data reference automatically imported in constant storege. It does not break the build but the dll crashes at loading. The expansion is removing const specifier and such removals of const specifiers are already conditinally included in dbaccess, sfx2 and sw although they are not in typedefs. It can be improved by explicitly delaring them with __declspec(dllimport) and I am trying to do so, but it will take some time to test it. If you think it better to do so before integration, I will be in a haste. --------------------------------------------------------------------- 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]
