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





------- Additional comments from [EMAIL PROTECTED] Tue Dec 19 01:13:03 -0800 
2006 -------
I think patching ICU isn't the correct approach here. It seems the error is
thrown because gcc tries to instantiate the com::sun::star::uno::operator==(...)
template in this case when encountering the unnamed enum. The template is only
visible because of the
using namespace ::com::sun::star::uno;
in i18npool/source/breakiterator/breakiterator_unicode.cxx

By replacing that with
using namespace ::com::sun::star;
and explicitly stating the uno namespace where necessary, e.g.
uno::RuntimeException, I think gcc wouldn't be lead into the wrong direction
anymore. Pavel, could you please give it a try?

Btw, for the gcc behavior see also 
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20589


---------------------------------------------------------------------
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