El 11/11/2021 a las 13:53, Ilmari
Lauhakangas escribió:
On 11.11.2021 14.44, Juan C. Sanz wrote:
I have been able to compile LibreOffice on Windows 10 with the lode installation.
The problem I am having, is that every time I do a pull to update the code, when compiling again I get several errors, sometimes missing dll, sometimes other different errors.
The only way I have found to avoid those errors, is to do a make --clean, but of course, that makes me start a complete compilation again.
Is there a way to avoid compiling all over again? Am I doing something wrong?
Please let us know the error output.
Ilmari
Last time the error was:
$ make
C:/cygwin/home/jc/lode/opt/bin/make -j 4 -rs -f C:/cygwin/home/jc/lode/dev/core/Makefile.gbuild build
[build DEP] LNK:Library/sal3.dll
[build CXX] sal/rtl/bootstrap.cxx
C:/cygwin/home/jc/lode/dev/core/sal/rtl/bootstrap.cxx: error C2220: la siguiente advertencia se trata como un error
C:/cygwin/home/jc/lode/dev/core/sal/rtl/bootstrap.cxx: warning C4651: Se especific□ '/D_HAS_AUTO_PTR_ETC' para el encabezado precompilado pero no para la compilaci□n actual
Nota: inclusi□n del archivo: C:\cygwin\home\jc\lode\dev\core\config_host\config_features.h
Nota: inclusi□n del archivo: C:\cygwin\home\jc\lode\dev\core\config_host\config_folders.h
Nota: inclusi□n del archivo: C:\cygwin\home\jc\lode\dev\core\include\o3tl/lru_map.hxx
Nota: inclusi□n del archivo: C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\1429~1.301\Include\cassert
Nota: inclusi□n del archivo: C:\PROGRA~2\WI3CF2~1\10\Include\10.0.19041.0\ucrt\assert.h
[build UPK] libgpg-error-1.37.tar.bz2
[build PAT] glm
make[1]: *** [C:/cygwin/home/jc/lode/dev/core/solenv/gbuild/LinkTarget.mk:333: C:/cygwin/home/jc/lode/dev/core/workdir/CxxObject/sal/rtl/bootstrap.o] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:288: build] Error 2But it is not always the same. Many times it complains about missing or unwriteable .dll files.
--
Juan C.
Juan C.