pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: libreoffice broken with latest icu?
Paul Goyette <paul%whooppee.com@localhost> écrit :
> With up-to-date pkgsrc, I'm getting the following reproducible build error:
>
> [build CXX] i18npool/source/calendar/calendar_gregorian.cxx
I have the same error messages, but while compiling:
[CXX] i18npool/source/breakiterator/breakiterator_unicode.cxx
> In file included from /tmp/pkgs/misc/libreoffice/work.x86_64/libreoffice-5.1.5.2/i18npool/source/breakiterator/breakiterator_unicode.cxx:27:0:
Which is the file you were compiling.
> /tmp/pkgs/misc/libreoffice/work.x86_64/.buildlink/include/unicode/rbbi.h: In member function 'void com::sun::star::i18n::OOoRuleBasedBreakIterator::publicSetBreakType(__int32_t)':
> /tmp/pkgs/misc/libreoffice/work.x86_64/.buildlink/include/unicode/rbbi.h:657:10: error: 'void icu_58::RuleBasedBreakIterator::setBreakType(__int32_t)' is private
> void setBreakType(int32_t type);
> ^
> /tmp/pkgs/misc/libreoffice/work.x86_64/libreoffice-5.1.5.2/i18npool/source/breakiterator/breakiterator_unicode.cxx:68:13: error: within this context
> setBreakType(type);
> ^
> In file included from /tmp/pkgs/misc/libreoffice/work.x86_64/libreoffice-5.1.5.2/i18npool/source/breakiterator/breakiterator_unicode.cxx:27:0:
> /tmp/pkgs/misc/libreoffice/work.x86_64/.buildlink/include/unicode/rbbi.h:657:10: error: 'void icu_58::RuleBasedBreakIterator::setBreakType(__int32_t)' is private
> void setBreakType(int32_t type);
> ^
> /tmp/pkgs/misc/libreoffice/work.x86_64/libreoffice-5.1.5.2/i18npool/source/breakiterator/breakiterator_unicode.cxx:68:30: error: within this context
> setBreakType(type);
> ^
Exactly the same error messages.
Home |
Main Index |
Thread Index |
Old Index