master build fails if --with-vendor option is set in autogen.input
Caolán McNamara
caolanm at redhat.com
Tue Jan 2 21:20:56 UTC 2018
On Fri, 2017-12-22 at 23:14 +0100, Jean-Baptiste Faure wrote:
> Hi,
>
> I get the following error when building the master:
>
> > [build CXX] framework/source/fwe/classes/sfxhelperfunctions.cxx
> > /home/libo/master/svtools/source/misc/langhelp.cxx: In function
> > ‘rtl::OUString getInstalledLocaleForSystemUILanguage(const
> > com::sun::star::uno::Sequence<rtl::OUString>&, bool)’:
> > /home/libo/master/svtools/source/misc/langhelp.cxx:128:47: error:
> > unable to find string literal operator ‘operator""JBF_at_home’ with
> > ‘const char [1]’, ‘long unsigned int’ arguments
> > OUString sVendor(OOO_VENDOR);
>
> I guess the problem is in the commit
> https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=1c7d3
> 390022908cfbfd30f55e8c0c3b60a045da7
> because no other recent commit
> changed svtools/source/misc/langhelp.cxx
>
> If I remove the option --with-vendor=JBF_at_home from my
> autogen.input file the compile error disappears
Is it
--with-vendor=JBF_at_home
or
--with-vendor="JBF_at_home"
that has the problem ? I imagine the second, right ?
More information about the LibreOffice
mailing list