Hi Christian,
Christian Lohmaier schrieb am 30.06.2025 um 13:26:
Hi Regina, *,
On Mon, Jun 30, 2025 at 12:46 PM Regina Henschel
<[email protected]> wrote:
Hi all,
but the next clean build again fails to build skia :(
Hmm. If you didn't say you already started with a fresh clone, I would
have suspected https://gerrit.libreoffice.org/c/core/+/180511 to be
missing/the cause of the problem.
At least that would match the works the first time, but not subsequent
times (after rerunning of autogen.sh is triggered by make and not
manually) >
So please double-check the status of the <module>/Makefile files in
the checkout. If there's confusion about builddir vs srcdir because of
short forms of paths being different than what was used when running
the initial configure, autogen.sh would replace the makefiles in the
srcdir (while it is only supposed to create copies in a separate
builddir)
All Makefile files are altered. For example for folder 'filter':
--- a/filter/Makefile
+++ b/filter/Makefile
@@ -1,14 +1,2 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
-
+module_directory:=C:/BuildLO4/core/filter/
include $(module_directory)/../solenv/gbuild/partial_build.mk
-
-# vim: set noet sw=4 ts=4:
The fix is only addressing the wsl-as-helper case, since at least my
version of cygwin was unaffected, cygwin-perl's realpath would have
rewritten a shortened path to the long form – but maybe that
assumption is wrong and it needs the same fix.
Can you sent me the needed changes, so that I can test it?
Kind regards,
Regina