Hello,
just updating my local LO repo in Windows, I runned a plain "make" and got:
in sc/source/core/data/documen4.cxx (342): error C3861
'GetWritableColumnsRange': identifier not found
Indeed GetWritableColumnsRange' has just been added but why can't it be
automatically detected and I must run "make sc.clean" to force it?
I mean, I got no pb in Linux build.
Remark: this pb is old but I was lazy to report.
Julien
(I'm on Windows 10 21H2, Visual Studio Community 2022, 17.1.5
ld = 2.37
autogen.input:
--enable-dbgutil
--disable-odk
--enable-online-update
-- with-privacy-policy-url=https://yourdomain/privacy-policy
--with-parallelism=1
--with-lang=en-US es fr de it
--with-myspell-dicts
--with-visual-studio=2022
)
Julien