You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2011/11/04 04:09:24 UTC

DO NOT REPLY [Bug 118574] jvmwk C++ issue: 'mbstate_t' does not name a type

https://issues.apache.org/ooo/show_bug.cgi?id=118574

Pedro Giffuni <pf...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #76950|0                           |1
        is obsolete|                            |

--- Comment #1 from Pedro Giffuni <pf...@apache.org> 2011-11-04 03:09:24 UTC ---
Created attachment 76951
  --> https://issues.apache.org/ooo/attachment.cgi?id=76951
Updated C++ defines for mstate_t

This patch basically adds an include to all the files that use
libxml/tree.h :

+#include <cwchar>      // for std::mbstate_t
 #include <libxml/tree.h>


It seems required by FreeBSD's compiler when using the latest
libxml.

-- 
Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.