On 18/04/2014 11:00, Miklos Vajna wrote:
Hi Julien,
On Thu, Apr 17, 2014 at 11:53:43PM -0700, julien2412 <serval2...@yahoo.fr>
wrote:
On pc Debian x86-64 with master sources updated today + make clean, I've got
this:
In file included from
/home/julien/compile-libreoffice/libo/basic/source/runtime/methods1.cxx:41:0:
/home/julien/compile-libreoffice/libo/basic/source/inc/runtime.hxx: In
function ‘void SbRtl_CallByName(StarBASIC*, SbxArray&, sal_Bool)’:
/home/julien/compile-libreoffice/libo/basic/source/inc/runtime.hxx:351:10:
error: ‘void SbiRuntime::StepSET_Impl(SbxVariableRef&, SbxVariableRef&,
bool)’ is private
What is the exact commit? Seeing that
<http://tinderbox.libreoffice.org/MASTER/status.html> is quite green,
one wonders if you just need to pull and try again. :-)
I git updated again (I6c1f8dc33e3ba3257044889d7aae1223572590e9) and had
the same:
In file included from
/home/julien/compile-libreoffice/libo/basic/source/runtime/methods1.cxx:41:0:
/home/julien/compile-libreoffice/libo/basic/source/inc/runtime.hxx: In
function ‘void SbRtl_CallByName(StarBASIC*, SbxArray&, sal_Bool)’:
/home/julien/compile-libreoffice/libo/basic/source/inc/runtime.hxx:351:10:
error: ‘void SbiRuntime::StepSET_Impl(SbxVariableRef&, SbxVariableRef&,
bool)’ is private
void StepSET_Impl( SbxVariableRef& refVal, SbxVariableRef& refVar,
bool bDefaultHandling = false );
^
/home/julien/compile-libreoffice/libo/basic/source/runtime/methods1.cxx:184:65:
error: within this context
pRT->StepSET_Impl( pValVar, rFindVar, false );
^
make[1]: ***
[/home/julien/compile-libreoffice/libo/workdir/CxxObject/basic/source/runtime/methods1.o]
Erreur 1
make[1]: *** Attente des tâches non terminées....
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
make: *** [build] Erreur 2
julien@julienPC:~/compile-libreoffice/libo$ git log -1
commit 8b7aff3d430649eed279a81984cb6f5c8a1a4f66
Author: Tor Lillqvist <t...@collabora.com>
Date: Fri Apr 18 13:36:34 2014 +0300
Unused functions
Change-Id: I6c1f8dc33e3ba3257044889d7aae1223572590e9
julien@julienPC:~/compile-libreoffice/libo$
Julien
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice