To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53572
------- Additional comments from [EMAIL PROTECTED] Tue Sep 26 05:07:09 -0700
2006 -------
@tono: in stl_gcc.h I think that your changes:
# if !defined (_STLP_NO_OWN_IOSTREAMS)
# if ( defined (__DLL) || defined (_DLL) || defined (_WINDLL) || defined
(_RTLDLL) \
|| defined(_AFXDLL) || defined (_STLP_USE_DYNAMIC_LIB) ) \
&& ! defined (_STLP_USE_STATIC_LIB)
# undef _STLP_USE_DECLSPEC
# define _STLP_USE_DECLSPEC 1
/* Using dynamic library in MinGW requires _STLP_NO_CUSTOM_IO */
# define _STLP_NO_CUSTOM_IO
# endif
# ifndef _STLP_IMPORT_TEMPLATE_KEYWORD
# define _STLP_IMPORT_TEMPLATE_KEYWORD extern
# endif
# define _STLP_EXPORT_TEMPLATE_KEYWORD
are not always the same as:
# endif /* _STLP_OWN_IOSTREAMS */
# if defined (_STLP_USE_DYNAMIC_LIB)
# define _STLP_USE_DECLSPEC 1
# define _STLP_USE_TEMPLATE_EXPORT 1
# endif
for all other compilers
---------------------------------------------------------------------
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]