To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=63088 Issue #:|63088 Summary:|Build break in desktop/deployment on Mac OS X Component:|framework Version:|OOo 2.0.2 Platform:|Macintosh URL:| OS/Version:|Mac OS X Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|code Assigned to:|dbo Reported by:|tra
------- Additional comments from [EMAIL PROTECTED] Sun Mar 12 11:32:57 -0800 2006 ------- There are at least two places where the build breaks using gcc3.3. Has to do with gcc3.3 inability to correctly handle template. desktop/deployment/gui/dp_gui_service.cxx sdecl::ServiceDecl const serviceDecl( sdecl::class_<ServiceImpl, sdecl::with_args<true> >(), "com.sun.star.comp.deployment.ui.PackageManagerDialog", "com.sun.star.deployment.ui.PackageManagerDialog" ); and desktop/deployment/misc/dp_log.cxx extern sdecl::ServiceDecl const serviceDecl( sdecl::class_< ProgressLogImpl, sdecl::with_args<true> >, // a private one: "com.sun.star.comp.deployment.ProgressLog", "com.sun.star.comp.deployment.ProgressLog"); We need a solution for this because every Mac OS X 10.3 (aka Panther) build will stumble over this. A gcc update for this Mac OS X version is not available - unfortunately :( This stuff has been introduced with m159 (cws dbo501) --------------------------------------------------------------------- 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]