To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83276
                 Issue #|83276
                 Summary|OOo fails to compile with gcc 4.3
               Component|porting
                 Version|OOo 2.3
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|mh
             Reported by|bero





------- Additional comments from [EMAIL PROTECTED] Sat Nov  3 17:46:30 +0000 
2007 -------
SSIA - this is mostly due to 4 causes:

1. gcc 4.3 trimmed down its header interdependencies, e.g. <string> no longer 
includes <cstring>/<string.h>, causing complaints about undefined 
strlen/memcpy/... in OOo code.

2. the template system was revised again, 
causing ::com::sun::star::uno::Reference vs. ::rtl::Reference to be ambiguous.

3. Duplicate #defines are fatal errors now, even if they define to the same 
value

4. OOo code is affected by some newly introduced gcc bugs:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33871
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33886
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33977

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