[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnu-libiconv] Sporadical Issues with GNU libiconv when using C+
From: |
Pedro F. Giffuni |
Subject: |
Re: [bug-gnu-libiconv] Sporadical Issues with GNU libiconv when using C++ |
Date: |
Thu, 23 Feb 2012 10:17:54 -0800 (PST) |
--- Lun 20/2/12, Bruno Haible <address@hidden> ha scritto:
> Hi,
>
> Pedro F. Giffuni wrote:
> > When building OpenOffice on FreeBSD I occasionally see
> some very
> > nasty error messages:
> > ______
> > ...
> > Making: all_jvmfwk.dpslo
> > Compiling: jvmfwk/unxfbsdx.pro/misc/jvmfwk_version.c
> > Compiling: jvmfwk/source/framework.cxx
> > In file included from
> /usr/local/include/libxml2/libxml/encoding.h:28,
> >
> from /usr/local/include/libxml2/libxml/parser.h:807,
> >
> from
> >
> /usr/ports/editors/openoffice.org-3-devel/work/ooo/main/jvmfwk/source/elements.hxx:35,
> >
> from
> >
> /usr/ports/editors/openoffice.org-3-devel/work/ooo/main/jvmfwk/source/framework.cxx:43:
> > /usr/local/include/iconv.h:114: error: 'mbstate_t' does
> not name a type
> > dmake: Error code 1, while making
> '../unxfbsdx.pro/slo/framework.obj'
> > ...
> >
> > This is libiconv 1.13.1
>
> Possibly this is fixed in libiconv 1.14, through this
> commit:
>
> http://git.savannah.gnu.org/gitweb/?p=libiconv.git;a=commitdiff;h=a47098b3779b9febf25e8a5ba1b0407e29d67acf
>
I tried the patch but unfortunately the issue persists:
...
[ build CXX ] unoxml/source/dom/element
In file included from /usr/local/include/libxml2/libxml/encoding.h:28,
from /usr/local/include/libxml2/libxml/parser.h:807,
from /usr/local/include/libxml2/libxml/globals.h:18,
from /usr/local/include/libxml2/libxml/threads.h:35,
from /usr/local/include/libxml2/libxml/xmlmemory.h:218,
from /usr/local/include/libxml2/libxml/tree.h:1248,
from
/usr/ports/editors/openoffice-3-devel/work/ooo/main/unoxml/source/dom/node.hxx:29,
from
/usr/ports/editors/openoffice-3-devel/work/ooo/main/unoxml/source/dom/node.cxx:24:
/usr/local/include/iconv.h:123: error: 'mbstate_t' does not name a type
In file included from /usr/local/include/libxml2/libxml/encoding.h:28,
from /usr/local/include/libxml2/libxml/parser.h:807,
from /usr/local/include/libxml2/libxml/globals.h:18,
from /usr/local/include/libxml2/libxml/threads.h:35,
from /usr/local/include/libxml2/libxml/xmlmemory.h:218,
from /usr/local/include/libxml2/libxml/tree.h:1248,
from
/usr/ports/editors/openoffice-3-devel/work/ooo/main/unoxml/source/dom/document.hxx:30,
from
/usr/ports/editors/openoffice-3-devel/work/ooo/main/unoxml/source/dom/document.cxx:26:
/usr/local/include/iconv.h:123: error: 'mbstate_t' does not name a type
gmake: ***
[/usr/ports/editors/openoffice-3-devel/work/ooo/main/solver/340/unxfbsdx.pro/workdir/CxxObject/unoxml/source/dom/node.o]
Error 1
gmake: *** Waiting for unfinished jobs....
gmake: ***
[/usr/ports/editors/openoffice-3-devel/work/ooo/main/solver/340/unxfbsdx.pro/workdir/CxxObject/unoxml/source/dom/document.o]
Error 1
dmake: Error code 2, while making 'all'
______
best regards,
Pedro.