Hi Xavier,

On Sunday, 2017-09-24 15:55:01 +0200, Xavier van wijmeersch wrote:

> This error i have about several days, when trying to build a daily
> master and v5.4.2.0

> /home/libreofficekde4/unotools/source/i18n/resmgr.cxx:107: undefined 
> reference to
> `boost::locale::generator::add_messages_path(std::__cxx11::basic_string<char, 
> std::char_traits<char>, std::allocator<char> > const&)'

In 5.4.2 that can't be because unotools/source/i18n/resmgr.cxx doesn't
even exist in that branch.

For master make sure you have boost-locale or libboost-locale-dev and
its lib installed and libboost_locale.so is available. Actually
./autogen.sh and ./configure should test for that.. but maybe wasn't
detected correctly in your case?

Did you somehow merge branches or otherwise corrupt the build tree?
I suggest

    make clean && ./g checkout master && make
or
    make clean && ./g checkout libreoffice-5-4-2 && make


  Eike

-- 
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
GPG key 0x6A6CD5B765632D3A - 2265 D7F3 A7B0 95CC 3918  630B 6A6C D5B7 6563 2D3A
Care about Free Software, support the FSFE https://fsfe.org/support/?erack

Attachment: signature.asc
Description: PGP signature

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to