Re: Compilation failed when linking

2023-05-03 Thread Eike Rathke
Hi Regis, On Tuesday, 2023-05-02 15:49:02 +0200, Regis Perdreau wrote: > I have added --with-system-icu, now it works. Nevertheless it should work without, but if we can't chase down why for some only few configurations it doesn't that won't get fixed. Eike -- GPG key 0x6A6CD5B765632D3A -

Re: Compilation failed when linking

2023-05-02 Thread Regis Perdreau
Thanks, I have added --with-system-icu, now it works. regards, Régis Perdreau Le mar. 2 mai 2023 à 12:54, Eike Rathke a écrit : > Hi Regis, > > On Tuesday, 2023-05-02 07:50:31 +0200, Regis Perdreau wrote: > > > Compilation and linking failure with LibreOffice master (Linux) > > clang

Re: Compilation failed when linking

2023-05-02 Thread Eike Rathke
Hi Regis, On Tuesday, 2023-05-02 07:50:31 +0200, Regis Perdreau wrote: > Compilation and linking failure with LibreOffice master (Linux) > clang version 10.0.0-4ubuntu1 > > > ld.lld: error: undefined symbol: icu_72::UnicodeString::UnicodeString(char > const*) > >>> referenced by

Compilation failed when linking

2023-05-01 Thread Regis Perdreau
Hi, Compilation and linking failure with LibreOffice master (Linux) clang version 10.0.0-4ubuntu1 ld.lld: error: undefined symbol: icu_72::UnicodeString::UnicodeString(char const*) >>> referenced by xmlparse.cxx:1069 (l10ntools/source/xmlparse.cxx:1069) What could be wrong? Regards, Régis