Date: prev next · Thread: first prev next last
2014 Archives by date, by thread · List index


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.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.