To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=57051 Issue #:|57051 Summary:|gcc-3.3.3 build problem ... Component:|Drawing Version:|680m136 Platform:|Other URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|PATCH Priority:|P2 Subcomponent:|code Assigned to:|mh Reported by:|mmeeks
------- Additional comments from [EMAIL PROTECTED] Mon Oct 31 06:56:50 -0800 2005 ------- sd/ doesn't build with gcc3.3: looks like a gcc bug: ctContact.o /opt/OpenOffice/ooo-build/build/src680-m136/sd/source/ui/slidesorter/view/SlsPageNotificationObjectContact.cxx /opt/OpenOffice/ooo-build/build/src680-m136/sd/source/ui/slidesorter/view/SlsPageNotificationObjectContact.cxx: In constructor `sd::slidesorter::view::PageNotificationObjectContact::PageNotificationObjectContact(SdrPage&, sdr::contact::ViewObjectContact&)': /opt/OpenOffice/ooo-build/build/src680-m136/sd/source/ui/slidesorter/view/SlsPageNotificationObjectContact.cxx:57: error: invalid pointer to bit-field `sdr::contact::ObjectContact::mbIsPreviewRenderer' dmake: Error code 1, while making '../../../../unxlngi4.pro/slo/SlsPageNotificationObjectContact.obj' --- sd/source/ui/slidesorter/view/SlsPageNotificationObjectContact.cxx 19 Oct 2005 12:26:21 -0000 1.4 +++ sd/source/ui/slidesorter/view/SlsPageNotificationObjectContact.cxx 31 Oct 2005 15:10:49 -0000 @@ -51,7 +52,7 @@ mrBroadcaster(rBroadcaster), mrListener(rListener) { - ObjectContact::mbIsPreviewRenderer = sal_True; + mbIsPreviewRenderer = sal_True; } --------------------------------------------------------------------- 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]