To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=70651 Issue #|70651 Summary|WaE on Mac OS X: tools Component|porting Version|680m189 Platform|All URL| OS/Version|Mac OS X Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|MacOSX Assigned to|pjanik Reported by|pjanik
------- Additional comments from [EMAIL PROTECTED] Fri Oct 20 06:41:57 -0700 2006 ------- The attached patch makes it possible to compile tools on Mac OS X with gcc 4.0.1 with WaE enabled. It has two parts - fsys part is clean, the second one is not. The second part tries to workaround two warnings like this one: ooo_SRC680_m189_src/tools/source/fsys/urlobj.cxx:5175: warning: control may reach end of non-void function 'static sal_uInt32 INetMIME::getUTF32Character(const sal_Unicode*&, const sal_Unicode*)' being inlined To me it looks like bug in Apple's gcc (see http://gcc.gnu.org/ml/gcc-patches/2005-01/msg01964.html). I decided that I'll use pragma system_header ifdefed for MACOSX. The question is the evaluation order for pragmas and ifdef. sb: do you know about any other solution? --------------------------------------------------------------------- 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]
