mirror of
https://github.com/LibreOffice/core.git
synced 2025-07-20 18:18:30 +00:00

hoping it fixes lo_daily_tb_win_arm64 C:/cygwin64/home/tdf/jenkins/workspace/lo_daily_src/vcl/inc\skia/utils.hxx(34): fatal error C1083: Cannot open include file: 'SkRegion.h': No such file or directory make[1]: *** [C:/cygwin64/home/tdf/jenkins/workspace/lo_daily_src/solenv/gbuild/LinkTarget.mk:338: C:/cygwin64/home/tdf/jenkins/workspace/build_master/workdir_for_build/CxxObject/vcl/win/app/salinst.o] Error 2 make[1]: *** Waiting for unfinished jobs.... C:/cygwin64/home/tdf/jenkins/workspace/lo_daily_src/vcl/inc\skia/utils.hxx(34): fatal error C1083: Cannot open include file: 'SkRegion.h': No such file or directory make[1]: *** [C:/cygwin64/home/tdf/jenkins/workspace/lo_daily_src/solenv/gbuild/LinkTarget.mk:335: C:/cygwin64/home/tdf/jenkins/workspace/build_master/workdir_for_build/CxxObject/vcl/win/gdi/salgdi.o] Error 2 C:/cygwin64/home/tdf/jenkins/workspace/lo_daily_src/vcl/inc\skia/win/font.hxx(17): fatal error C1083: Cannot open include file: 'SkTypeface.h': No such file or directory make[1]: *** [C:/cygwin64/home/tdf/jenkins/workspace/lo_daily_src/solenv/gbuild/LinkTarget.mk:335: C:/cygwin64/home/tdf/jenkins/workspace/build_master/workdir_for_build/CxxObject/vcl/win/gdi/salfont.o] Error 2 make: *** [Makefile:316: cross-toolset] Error 2 + exit 2 Change-Id: I393057c6a39bae428dd8c995d89d046612ff079a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187432 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
External package containing skia. https://skia.org/ How to update the tarball: ========================== git clone https://skia.googlesource.com/skia.git cd skia git checkout chrome/mXX id=$(git rev-parse chrome/mXX) git clean -idx rm -rf .git gitignore infra modules/canvaskit resources site cd .. tar cvJf skia-mXX-$id.tar.xz skia (where XX refers to the branch version) And review differences for BUILD.gn and relevant files in gn/ : git diff chrome/mYY..chrome/mXX ./BUILD.gn ./gn The libreoffice Library_skia.mk file has been ordered and commented to make it easier to match up the changes in the external *.gn build files with the changes needed here. Debugging Skia: =============== Note that Skia is always built optimized, unless you use --enable-skia=debug. GrContext sharing: ================== For details about the share-grcontext patch, see vcl/skia/README.