master build fails in calcoptionsdlg.cxx
Jean-Baptiste Faure
jbfaure at libreoffice.org
Fri Nov 7 00:14:26 PST 2014
Hi,
Le 06/11/2014 15:05, Jean-Baptiste Faure a écrit :
> Hi,
>
> I get a compilation error here:
>
> .../LibO/master/sc/source/ui/optdlg/calcoptionsdlg.cxx: In member
> function ‘void ScCalcOptionsDialog::SelectionChanged()’:
> .../LibO/master/sc/source/ui/optdlg/calcoptionsdlg.cxx:597:66: error:
> ‘fillListBox’ was not declared in this scope
> fillListBox(mpListBox, maConfig.maOpenCLWhiteList);
> ^
> .../LibO/master/sc/source/ui/optdlg/calcoptionsdlg.cxx:602:66: error:
> ‘fillListBox’ was not declared in this scope
> fillListBox(mpListBox, maConfig.maOpenCLBlackList);
>
> I guess it comes from this commit:
> https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=97a74ee6b86532ac9c1f5c4b2d0d0a557e5ddb59
>
> because it seems to be the last in which calcoptionsdlg.cxx was modified
The error seems to come from my build option --disable-opencl in my
autogen.input.
I tried a blind fix, I enclosed the code block lines 582-605 between
#if HAVE_FEATURE_OPENCL
and
#endif
It worked, but I am not able to say if it is the correct fix.
Best regards.
JBF
--
Seuls des formats ouverts peuvent assurer la pérennité de vos documents.
More information about the LibreOffice
mailing list