[patch] [solved] build failure

David Tardon dtardon at redhat.com
Tue May 6 23:29:26 PDT 2014


Hi,

On Tue, May 06, 2014 at 03:35:32AM -0700, julien2412 wrote:
> Sorry Terrence, my fault here :-(
> Thanks to Kohei, I could fix these at the beginning of the morning (UTC+2)
> 
> It could be useful to force building in C++98 or at least put an option in
> autogen.input.

You do not need an option for that. All you need is to add

CXX=g++ -std=c++98

to autogen.input. Or run

export CXX='g++ -std=c++98'

before ./autogen.sh .

D.


More information about the LibreOffice mailing list