Re: Cannot build Skia

2025-07-08 Thread Christian Lohmaier
Hi Regina, On Fri, Jul 4, 2025 at 11:24 PM Regina Henschel wrote: >> Christian Lohmaier schrieb am 04.07.2025 um 14:28: > > On Thu, Jul 3, 2025 at 11:32 PM Regina Henschel > > wrote: > >> Christian Lohmaier schrieb am 03.07.2025 um 19:30: > [..] > >> > >> The output is > >> src_path: -/cygdrive

Re: Cannot build Skia

2025-07-04 Thread Regina Henschel
Hi Christian, Christian Lohmaier schrieb am 04.07.2025 um 14:28: Hi Regina, On Thu, Jul 3, 2025 at 11:32 PM Regina Henschel wrote: Hi Christian, Christian Lohmaier schrieb am 03.07.2025 um 19:30: [..] So let's find out what paths the autogen.sh actually uses when comparing. Remember that

Re: Cannot build Skia

2025-07-04 Thread Christian Lohmaier
Hi Regina, On Thu, Jul 3, 2025 at 11:32 PM Regina Henschel wrote: > > Hi Christian, > > Christian Lohmaier schrieb am 03.07.2025 um 19:30: > > Hi *, > > > > On Thu, Jul 3, 2025 at 7:09 PM Regina Henschel > > wrote: > >> it does not work for me. > >> > >> There was a missing bracket. > > > > A y

Re: Cannot build Skia

2025-07-04 Thread Noel Grandin
On Thu, 3 Jul 2025 at 23:32, Regina Henschel wrote: > I thinks it means that is is a problem, that in src_path we have an > upper "B" and in build_path a lower "b". > > Possibly this means that one of your filesystems is configured with an unusual case-sensitivity (or case insensitivity) option?

Re: Cannot build Skia

2025-07-03 Thread Regina Henschel
Hi Christian, Christian Lohmaier schrieb am 03.07.2025 um 19:30: Hi *, On Thu, Jul 3, 2025 at 7:09 PM Regina Henschel wrote: it does not work for me. There was a missing bracket. A yes, missed the closing parenthesis of the $(MSYSTEM) variable, sorry for that. So I have used sh -c "cd $(

Re: Cannot build Skia

2025-07-03 Thread Christian Lohmaier
Hi *, On Thu, Jul 3, 2025 at 7:09 PM Regina Henschel wrote: > it does not work for me. > > There was a missing bracket. A yes, missed the closing parenthesis of the $(MSYSTEM) variable, sorry for that. > So I have used > sh -c "cd $(shell cygpath -ml $(BUILDDIR)); $(if $(MSYSTEM),$(WSL) > )$(SR

Re: Cannot build Skia

2025-07-03 Thread Regina Henschel
Hi Christian, it does not work for me. There was a missing bracket. So I have used sh -c "cd $(shell cygpath -ml $(BUILDDIR)); $(if $(MSYSTEM),$(WSL) )$(SRCDIR)/autogen.sh" Then after making the suggested changes, I run autogen.sh. After that I see again the changed Makefile files and the bogus

Re: Cannot build Skia

2025-07-03 Thread Christian Lohmaier
Hi Regina, On Mon, Jun 30, 2025 at 9:37 PM Regina Henschel wrote: >> Christian Lohmaier schrieb am 30.06.2025 um 13:26: > > On Mon, Jun 30, 2025 at 12:46 PM Regina Henschel > > wrote: > >> > >> but the next clean build again fails to build skia :( > > > > Hmm. If you didn't say you already start

Re: Cannot build Skia

2025-06-30 Thread Regina Henschel
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 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:

Re: Cannot build Skia

2025-06-30 Thread Christian Lohmaier
Hi Regina, *, On Mon, Jun 30, 2025 at 12:46 PM Regina Henschel 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

Re: Cannot build Skia

2025-06-30 Thread Regina Henschel
egina Henschel schrieb am 14.06.2025 um 19:12: Hi all, I have now deleted everything and started again with git clone. And lo and behold, now a build with Skia works :) Kind regards, Regina Regina Henschel schrieb am 03.01.2024 um 16:12: Hi all, I cannot build Skia because somewhere a wrong

Re: Cannot build Skia

2025-06-14 Thread Regina Henschel
Hi all, I have now deleted everything and started again with git clone. And lo and behold, now a build with Skia works :) Kind regards, Regina Regina Henschel schrieb am 03.01.2024 um 16:12: Hi all, I cannot build Skia because somewhere a wrong path is created. Example of the problem

Re: Cannot build Skia

2024-01-03 Thread Miklos Vajna
Hi Regina, On Wed, Jan 03, 2024 at 04:12:10PM +0100, Regina Henschel wrote: > I cannot build Skia because somewhere a wrong path is created. > > Example of the problem >external/skia/source/SkMemory_malloc.cxx > has the line >"include/core/SkTypes.h"

Cannot build Skia

2024-01-03 Thread Regina Henschel
Hi all, I cannot build Skia because somewhere a wrong path is created. Example of the problem external/skia/source/SkMemory_malloc.cxx has the line "include/core/SkTypes.h" The compiler tries to open 'C:/BuildLO/core/include\include/core/SkTypes.h' That obviously