To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=84001 Issue #|84001 Summary|slideshow: gcc being super picky now about anonymous n |amespace use Component|Drawing Version|680m237 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|thb Reported by|cmc
------- Additional comments from [EMAIL PROTECTED] Tue Nov 27 08:55:07 +0000 2007 ------- The latest gcc is being a complete bastard when it comes to anonymous namespaces, see: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34229 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34094 which gives the following error in slideshow... boost/type_traits/detail/cv_traits_impl.hpp:37: error: static data member 'boost::detail::cv_traits_imp<boost::spirit::action<boost::spirit::strlit<const char*>, slideshow::internal::<unnamed>::ValueTFunctor>*>::is_const' used, but not defined I attach a patch to move the affects bits out of the anonymous namespace which triggers the problem --------------------------------------------------------------------- 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]
