Re: Applying Decomposed UTF-8 Patch to OOo-X11 1.1.4
James McKenzie <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.porting |
|---|---|
| Message-ID | <[email protected]> |
Etsushi Kato wrote: > You can find the patch for 1.1.x at > > http://www.openoffice.org/nonav/issues/showattachment.cgi/17334/ > ooo_macfilename.diff > I think I have that patch and here is the net results of applying it: file.c: In function `osl_getNextDirectoryItem': file.c:466: error: `kCFStringNormalizationForm' undeclared (first use in this fu nction) file.c:466: error: (Each undeclared identifier is reported only once file.c:466: error: for each function it appears in.) file.c:466: error: parse error before "C" file.c:473: error: `OSTRING_TOOUSTRING_CVTFLAGS' undeclared (first use in this f unction) file.c:475: error: parse error before "else" dmake: Error code 1, while making '../../unxmacxp.pro/obj/file.obj' I fixed the second error by changing it to OSTRING_TO_OUSTRING_CVTFLAGS. If this is a different patch, my apologies. And thank you for bringing the 1.1.x patch to my attention. James McKenzie