Re: [patch] [solved] build failure

2014-05-07 Thread David Tardon
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

Re: [patch] [solved] build failure

2014-05-07 Thread Miklos Vajna
Hi, On Wed, May 07, 2014 at 08:29:26AM +0200, David Tardon dtar...@redhat.com wrote: You do not need an option for that. All you need is to add CXX=g++ -std=c++98 to autogen.input. Or run Though, then e.g. SAL_OVERRIDE will evaluate to an empty macro, and you can introduce build issues

Re: [patch] [solved] build failure

2014-05-06 Thread Terrence Enger
Silly me, I should have waited before sending the last message. Or I should have checked commit cbd4986. On Tue, 2014-05-06 at 01:54 -0400, Terrence Enger wrote: gcc (Debian 4.7.2-5) 4.7.2 on debian-wheezy just choked on sfx2/source/control/querystatus.cxx ... And exactly similar errors with

Re: [patch] [solved] build failure

2014-05-06 Thread julien2412
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. Julien -- View this message in context: http://nabble.documentfoundation.org/patch-solved

[patch] [solved] build failure

2014-05-05 Thread Terrence Enger
gcc (Debian 4.7.2-5) 4.7.2 on debian-wheezy just choked on sfx2/source/control/querystatus.cxx ... /home/terry/lo_hacking/git/libo2/sfx2/source/control/querystatus.cxx: In member function ‘virtual void SfxQueryStatus_Impl::statusChanged(const com::sun::star::frame::FeatureStateEvent)’: