Re: sd.check fails in CppunitTest_sd_export_tests-ooxml2

2025-08-05 Thread Regina Henschel
Hi Miklos, Miklos Vajna schrieb am 01.08.2025 um 09:26: Hi Regina, On Thu, Jul 31, 2025 at 08:44:00AM +0200, Regina Henschel wrote: make CppunitTest_sd_export_tests-ooxml2 It fails e.g. as [_RUN_] testTdf111518::TestBody *** Exception 0xc005 occurred *** But when I test only this

Re: Upgrade meson version?

2025-08-04 Thread Christian Lohmaier
Hi Patrick, *, On Fri, Aug 1, 2025 at 4:55 PM Patrick Luby wrote: > > Building LibreOffice on macOS Tahoe public beta and Xcode 26 beta works and > it runs. Nice, thx for being on the bleeding edge... > However, the meson version in LODE breaks the build so I had to use meson > 1.8.3. I don’t

Re: Howto unit test for LOOKUP with external reference

2025-08-04 Thread Regina Henschel
Hi Xisco, Regina Henschel schrieb am 02.08.2025 um 01:37: Regina Henschel schrieb am 25.07.2025 um 11:18: Hi all, this is about bug 167582. The fix itself is in https://gerrit.libreoffice.org/c/core/+/188304 But currently without unit test. [..]> So the problem of writing a unit test is s

Re: GSoC Rust UNO API Weekly Update 7

2025-08-02 Thread Arnaud Versini
Hi Mohamed, Did you notice that I made some comments you didn't answered ? Is their any problem with those comments ? Thanks in advance Arnaud Versini Le sam. 2 août 2025, 12:03, Mohmed Ali a écrit : > Hi all, > > Here’s a quick update outlining the progress from Week 7 of the Rust–UNO > bind

Re: Stability and Backward Compatibility of LibreOffice 24.x Headless Mode in Java-Based Rendering Pipelines

2025-08-02 Thread Ilmari Lauhakangas
On 8/1/25 17:26, Pranita Pawar wrote: Hi LibreOffice Support / The Document Foundation, I’m currently using *LibreOffice 24.2.0.3* in a backend rendering pipeline that integrates with *Docmosis‑Java*, which internally relies on the |soffice --headless| command to convert documents (typically D

Re: Upgrade meson version?

2025-08-01 Thread Patrick Luby
Gerrit patch for this is here: https://gerrit.libreoffice.org/c/lode/+/188789 Patrick > On Aug 1, 2025, at 10:55 AM, Patrick Luby wrote: > > Hi everyone, > > Building LibreOffice on macOS Tahoe public beta and Xcode 26 beta works and > it runs. > > However, the meson version in LODE breaks th

Re: Howto unit test for LOOKUP with external reference

2025-08-01 Thread Regina Henschel
Regina Henschel schrieb am 25.07.2025 um 11:18: Hi all, this is about bug 167582. The fix itself is in https://gerrit.libreoffice.org/c/core/+/188304 But currently without unit test. I could add the test values themselves to sc/qa/unit/data/functions/spreadsheet/fods/lookup.fods But were to

Re: sd.check fails in CppunitTest_sd_export_tests-ooxml2

2025-08-01 Thread Miklos Vajna
Hi Regina, On Thu, Jul 31, 2025 at 08:44:00AM +0200, Regina Henschel wrote: > make CppunitTest_sd_export_tests-ooxml2 > > It fails e.g. as > [_RUN_] testTdf111518::TestBody > *** Exception 0xc005 occurred *** > > But when I test only this test via > /make CppunitTest_sd_export_tests-o

Re: LibreOffice Extensions web site

2025-07-31 Thread Heiko Tietze
You can submit such an extension like [1,2] but listing on the site is limited (eg. "Download" wont pass through to the target site) neither does the tight integration work [3]. The installed extension is not updated via Github anyway (haven't checked if update via our site works). It would be

Re: GSoC Progress Update: New Dialog to Edit Table Styles

2025-07-30 Thread Heiko Tietze
On 17.07.25 2:20 PM, Karthik wrote: 2. Tabbed Dialog (https://youtu.be/356asWiyM6g ) I'm all in to have only one dialog for table styling. What I dislike with the current solution is the management on General with properties of Cell/Border/Text for the selected s

Re: Need help with Jenkins error message

2025-07-29 Thread Regina Henschel
Hi Caolán, Caolán McNamara schrieb am 29.07.2025 um 20:30: On Tue, 2025-07-29 at 16:41 +0200, Michael Stahl wrote: drawdoc.hxx has this: SAL_DLLPRIVATE const css::uno::Reference< css::presentation::XPresentation2 >& getPresentation() const; What to do? remove SAL_DLLPRIVATE from this

Re: Need help with Jenkins error message

2025-07-29 Thread Caolán McNamara
On Tue, 2025-07-29 at 16:41 +0200, Michael Stahl wrote: > drawdoc.hxx has this: > SAL_DLLPRIVATE const css::uno::Reference< > css::presentation::XPresentation2 >& getPresentation() const; > > > What to do? > > remove SAL_DLLPRIVATE from this declaration Maybe staying within uno to avoid th

Re: Need help with Jenkins error message

2025-07-29 Thread Michael Stahl
On 29/07/2025 16:36, Regina Henschel wrote: Hi all, in https://gerrit.libreoffice.org/c/core/+/188364 I get an error, linker failure linker cannot find SdDrawDocument::getPresentation() const with indication uiimpress.o: in function `testTdf166647_userpaint::TestBody()': uiimpress.cxx:(.tex

Re: Issues regarding the processing of doc and Kingsoft wps format documents

2025-07-29 Thread Tomaž Vajngerl
Hi, On Tue, Jul 29, 2025 at 8:23 AM 王志杰 wrote: > > I'm a user who is just getting started with document formats. I'm quite > curious about one question: How does libreoffice convert doc and Kingsoft wps > format documents to docx? At first, I suspected that libwps was being used, > but I found

Re: New Defects reported by Coverity Scan for LibreOffice

2025-07-28 Thread Caolán McNamara
On Mon, 2025-07-28 at 17:45 +, scan-ad...@coverity.com wrote: >   > Hi, >   >  Please find the latest report on new defect(s) introduced to > LibreOffice found with Coverity Scan. >   >  * New Defects Found: 521 >  * 1140 defect(s), reported by Coverity Scan earlier, were marked > fixed in th

Re: Unittest: How to exit slideshow mode?

2025-07-28 Thread Regina Henschel
Hi Miklos, Miklos Vajna schrieb am 28.07.2025 um 09:40: Hi Regina, On Sun, Jul 27, 2025 at 11:22:50PM +0200, Regina Henschel wrote: So how to start and end a slideshow in a unit test? Or is it impossible? In general, you could see what's the backtrace of a starting presentation in the inte

Re: Unittest: How to exit slideshow mode?

2025-07-28 Thread Miklos Vajna
Hi Regina, On Sun, Jul 27, 2025 at 11:22:50PM +0200, Regina Henschel wrote: > So how to start and end a slideshow in a unit test? Or is it impossible? In general, you could see what's the backtrace of a starting presentation in the interactive desktop case and then see if you can trigger the sa

Re: Unittest: How to exit slideshow mode?

2025-07-27 Thread Regina Henschel
Hi all, Regina Henschel schrieb am 26.07.2025 um 00:09: Hi all, This is about bug 166647. The fix itself is in https://bugs.documentfoundation.org/show_bug.cgi?id=166647. But I have no unit test yet. I think, I can enter slideshow mode via dispatcher with command ".uno:Presentation". It

Re: Unittest: How to exit slideshow mode?

2025-07-25 Thread Regina Henschel
Regina Henschel schrieb am 26.07.2025 um 00:09: Hi all, This is about bug 166647. The fix itself is in https://bugs.documentfoundation.org/show_bug.cgi?id=166647. Sorry, in https://gerrit.libreoffice.org/c/core/+/188364 Kind regards, Regina

Re: Weird error trying to build Libre Office from source

2025-07-25 Thread Michael Weghorn
On 2025-07-25 19:25, rubisetcie wrote: After investigations, I suspect the problem might come from my version of XSLTPROC, if maybe there was a change in how external entities can be loaded... My version prints this: Using libxml 20914, libxslt 10135 and libexslt 820 xsltproc was compiled aga

Re: Weird error trying to build Libre Office from source

2025-07-25 Thread rubisetcie
After investigations, I suspect the problem might come from my version of XSLTPROC, if maybe there was a change in how external entities can be loaded... My version prints this: Using libxml 20914, libxslt 10135 and libexslt 820 xsltproc was compiled against libxml 20914, libxslt 10135 and libexs

Re: Trouble with new lo-build

2025-07-25 Thread Christian Lohmaier
On Thu, Jul 24, 2025 at 7:15 PM Juergen Funk wrote: > > Hi Christian, > > > IANAL, but all the documents I read about that read about intranet or > > a share in your company or something like that, even if there's a > > network based method, it still doesn't sound to me like it could be > > offere

Re: [Libreoffice] text:class-names and nested text:span/text:style-name

2025-07-24 Thread MARY JEWEL SADIA BELARIO
-- This email and the information it contains is confidential and may be legally privileged and intended solely for the use of the individual or entity to whom it is addressed. If you have received this email in error please notify *dpo.p...@phinma.edu.ph *  imm

Re: [Libreoffice] text:class-names and nested text:span/text:style-name

2025-07-24 Thread MARY JEWEL SADIA BELARIO
Mary Jewel S.Belario July 25,2025 -- This email and the information it contains is confidential and may be legally privileged and intended solely for the use of the individual or entity to whom it is addressed. If you have received this email in error please notify *dpo.p...@phinma.edu.ph

Re: Master link error on Ubuntu 22.04/24.04

2025-07-24 Thread Michael Weghorn
On 2025-07-24 10:14, Lodev wrote: Yes, we just found out that using --with-system-jpeg would succeed compiling.  So our task could move on. Good to hear you can at least avoid the problem for now. Just that, does it mean there is something wrong within the master code, or the dependencies it

Re: Master link error on Ubuntu 22.04/24.04

2025-07-24 Thread Lodev
Hi Michael, Michael Weghorn 於 2025/7/24 11:53 寫道: On 2025-07-23 07:24, Lodev wrote: We experienced some errors when compiling LibreOffice core (master). We pulled the latest code from master branch.  Running ./autogen.sh with-distro=LibreOfficeLinux --disable-online-update --disable-breakpad

Re: Inadequate Thesaurus in Writer

2025-07-24 Thread Németh László
Hi Roger, hi all (CCed to the l10n list, too), Unfortunately, this is a regression of the thesaurus, related to the carelessly updated English spelling dictionaries. I filed a bug for the problem now, suggesting also a quick solution: https://bugs.documentfoundation.org/show_bug.cgi?id=167649 Th

Re: Weird error trying to build Libre Office from source

2025-07-24 Thread Michael Weghorn
On 2025-07-24 09:24, rubisetcie wrote: Thank you for pointing out a way to bypass the error. I haven't made any changes to the git master, unfortunately it makes no difference... I have tried with both libreoffice-25.8.0.1 and master, I don't know from where the problem comes from... Here is

Re: Weird error trying to build Libre Office from source

2025-07-24 Thread rubisetcie
Thank you for pointing out a way to bypass the error. I haven't made any changes to the git master, unfortunately it makes no difference... I have tried with both libreoffice-25.8.0.1 and master, I don't know from where the problem comes from... Here is my full configure command: ../configure --

Re: Weird error trying to build Libre Office from source

2025-07-23 Thread Michael Weghorn
On 2025-07-19 22:59, rubisetcie wrote: I am used to build Libre Office from sources, but I am encountering a problem for the first time, and I am struggling to find more infos in the docs, since they're pretty old... Docs in the wiki should be up to date. Do you encounter anything that's outd

Re: Master link error on Ubuntu 22.04/24.04

2025-07-23 Thread Michael Weghorn
On 2025-07-23 07:24, Lodev wrote: We experienced some errors when compiling LibreOffice core (master). We pulled the latest code from master branch.  Running ./autogen.sh with-distro=LibreOfficeLinux --disable-online-update --disable-breakpad Until this error messages: [...] (.text._ZN7fxco

Re: Trouble with new lo-build

2025-07-23 Thread Ilmari Lauhakangas
an a winget configuration file and re latest version I meant the latest release of VS2022 for example, while there are dedicated LTS channels to use e.g. 17.10.x instead of 17.14.x, those also require additional commandline flags to run, so again not easier than to run the installer and pass the vs

Re: Trouble with new lo-build

2025-07-23 Thread Christian Lohmaier
r than a > > winget configuration file > > and re latest version I meant the latest release of VS2022 for > > example, while there are dedicated LTS channels to use e.g. 17.10.x > > instead of 17.14.x, those also require additional commandline flags to > > run, so again n

Re: Bump bison baseline?

2025-07-23 Thread Christian Lohmaier
Hi *, On Mon, Jul 21, 2025 at 8:49 AM Ilmari Lauhakangas wrote: > On 7/21/25 08:37, Mike Kaganski wrote: > > Our builds emit these warnings: > > […] > > According to https://lists.gnu.org/archive/html/bug-bison/2019-06/ > > msg00013.html , we better use `%define api.pure full`, available since >

Re: Bump bison baseline?

2025-07-23 Thread Stephan Bergmann
On 7/23/25 1:36 PM, Noel Grandin wrote: On Mon, 21 Jul 2025 at 08:49, Ilmari Lauhakangas > wrote: I don't know, if we should ship our own bison for macOS in LODE, then. Or we could have it as an external dependency, which is only active on macO

Re: Bump bison baseline?

2025-07-23 Thread Noel Grandin
On Mon, 21 Jul 2025 at 08:49, Ilmari Lauhakangas < ilmari.lauhakan...@libreoffice.org> wrote: > I don't know, if we should ship our own bison for macOS in LODE, then. > > > Or we could have it as an external dependency, which is only active on macOS.

Re: Inadequate Thesaurus in Writer

2025-07-21 Thread Rene Engelhard
Hi, Am 20.07.25 um 15:57 schrieb Alex: mythes-en,  English (USA) and othersThesaurus for LibreOffice, probably natively installed on Linux Mythes is exactly what LO uses. And that one is exactly that Thesaurus we talk about. Just packaged externally since since it's not LO-specific (lyx als

Re: Bump bison baseline?

2025-07-20 Thread Ilmari Lauhakangas
On 7/21/25 08:37, Mike Kaganski wrote: Our builds emit these warnings: C:/cygwin64/home/tdf/jenkins/workspace/gerrit_windows/unoidl/source/ sourceprovider-parser.y:13.1-12: warning: deprecated directive: ‘%pure-parser’, use ‘%define api.pure’ [-Wdeprecated] (e.g., https://ci.libreoff

RE: Inadequate Thesaurus in Writer

2025-07-20 Thread Alex
Hi, I assume that you are using Microsoft Windows? I get the same suggestions using LO25.8 Development versions in US English on Debian Linux ‘Peered’ is a somewhat strange term to query, coming from a native Brit speaker. Have you enabled the language tool web service? https://languagetool.org/i

Re: UITests_calc_tests8: Unit test fails on clean master branch

2025-07-20 Thread Mike Kaganski
://gerrit.libreoffice.org/c/core/+/188083 should hopefully take care of it. It would be great if you could check, that it indeed fixed it for you (which would require to remove the already built dictionaries, re-configuring the build to exclude dictionaries again, test that it fails again, and

Re: UITests_calc_tests8: Unit test fails on clean master branch

2025-07-20 Thread Jim Chen
Thy debugging that interactively. Maybe you are building without dictionaries, and the test misses a required check to skip it? Thanks for the tip. The test was indeed trying to open a dialog that didn't exist since I didn't have dictionaries installed, and I also hadn't compiled libreoffice wit

Re: Inadequate Thesaurus in Writer

2025-07-19 Thread Marco A.G. Pinto
Heya, the thesaurus we have for English was created by Daniel Naber a long time ago. I once asked him how to create an up-to-date thesaurus, and Daniel gave me a link to the script he used to build it. I no longer remember the URL of the script, nor know who would be willing to learn how to

Re: Build Error within LibreOffice Python Module

2025-07-17 Thread Andreas Mantke
Hi Christian, hi all, I tried with adding the path to meson to autogen.input. But that didn't fix the issue. The configuration links to the python3 entry of the system. And this links to Python 3.6. Regards, Andreas Am 15.07.25 um 13:26 schrieb Christian Lohmaier: Hi Andreas, noticed tha

Re: UITests_calc_tests8: Unit test fails on clean master branch

2025-07-17 Thread Mike Kaganski
On 7/16/2025 10:17 PM, Jim Chen wrote: Thanks for the response! > smell a bit like there might still be soffice.bin (and maybe oosplash) > processe(s) around from a previous run of that test? You were correct that there was still an soffice.bin process. Killing that process and re-runni

Re: Add extra columns when converting text to table in Writer

2025-07-17 Thread Miklos Vajna
Hi, On Wed, Jul 16, 2025 at 04:12:26PM +0800, Lodev wrote: > We also found that (hope it's correct) the core implementation might be in > SwNodes::TextToTable() in sw/source/core/docnode/ndtbl.cxx. That sounds plausible, yes. The only trick is that there is no "column" in the Writer table model

Re: UITests_calc_tests8: Unit test fails on clean master branch

2025-07-16 Thread Jim Chen
Thanks for the response! > smell a bit like there might still be soffice.bin (and maybe oosplash) > processe(s) around from a previous run of that test? You were correct that there was still an soffice.bin process. Killing that process and re-running the test seems to still result in s

Re: UITests_calc_tests8: Unit test fails on clean master branch

2025-07-16 Thread Stephan Bergmann
On 7/16/25 08:59, Jim Chen wrote: On a fresh copy of LibreOffice, I've found that `make check` consistently fails specifically on `UITests_calc_tests8`. The log is in the pastebin below: https://paste.debian.net/1386120/ Those =

Re: Unit test fails on MAC

2025-07-15 Thread Regina Henschel
Hi, thank you for your helpful comments on Gerrit. Kind regards, Regina Regina Henschel schrieb am 14.07.2025 um 23:20: Hi all, this is about https://gerrit.libreoffice.org/c/core/+/187802 https://gerrit.libreoffice.org/c/core/+/187802 My new unit test fails on Mac. But I can't see what's go

Re: Build Error within LibreOffice Python Module

2025-07-15 Thread Christian Lohmaier
Hi Andreas, noticed that remark just now: On Sat, Jun 21, 2025 at 11:51 AM Andreas Mantke wrote: > > My autogen.input looks like this: > --without-system-nss > --disable-skia > CC=gcc-12 > CXX=g++-12 > --enable-python=fully-internal gcc-12 to build internal python certainly should work, gcc-12

Re: [Solved] Build Error within LibreOffice Python Module

2025-07-14 Thread Andreas Mantke
Hi Xisco, hi all, I tried a bit more and found a solution for my local build. I installed Python 3.11 and the appropriate meson package from the 'devel:' repositories and used this within a Python virtual environment. I had to activate this virtual environment for the build of LibreOffice fro

Re: ESC meeting minutes: 2025-07-03

2025-07-14 Thread Mike Kaganski
On 7/3/2025 7:35 PM, Stephan Bergmann wrote:    + bug on windows with meson/python if environment contains value with "ü" + e.g. https://ci.libreoffice.org/job/gerrit_windows/200488/console#:~:text=codec%20can%27t%20decode%20byte%200x81 + if someone is familiar with python charsets/any

Re: LibreOffice Digest, Vol 179, Issue 14

2025-07-14 Thread Robert Lacroix
he list at libreoffice-ow...@lists.freedesktop.org When replying, please edit your Subject line so it is more specific than "Re: Contents of LibreOffice digest..." Today's Topics: 1. GSoC Weekly Report - Python Code Auto-completion - Week [8] ([06/07/2025] - [12/07/

Re: How to open two documents at same time in a unit test

2025-07-13 Thread Regina Henschel
Hi Mike, Mike Kaganski schrieb am 13.07.2025 um 20:14: On 7/13/2025 11:04 PM, Regina Henschel wrote: for a unit test for https://gerrit.libreoffice.org/c/core/+/187802 I need to have the source and the target document open at the same time. How can I do that in a unit test? UnoApiTest has m

Re: ESC meeting minutes: 2025-07-10

2025-07-13 Thread Áron Budea
Hi Miklos, On Fri, Jul 11, 2025 at 8:38 AM Miklos Vajna wrote: > The action item is just to avoid the duplication in the auto-generated > stats of the agenda/minutes. Thanks for clarifying, the minutes didn't exactly say that, see the excerpt below: > * QA stats > + propose is to drop the

Re: How to open two documents at same time in a unit test

2025-07-13 Thread Mike Kaganski
On 7/13/2025 11:04 PM, Regina Henschel wrote: for a unit test for https://gerrit.libreoffice.org/c/core/+/187802 I need to have the source and the target document open at the same time. How can I do that in a unit test? UnoApiTest has mxComponent2. You may assign to it using something like `

Re: GSoC 25: BASIC IDE - The "Aha!" Moment for UNO Discovery & A Stable, Populated Tree [WEEK 7]

2025-07-11 Thread Devansh Varshney
d because the UNO reflection API is optimized for > Introspection (looking up a known, fully-qualified name), not for > hierarchical Discovery (browsing the contents of a partial path). > We were trying to ask the city for a list of all streets, > then ask each street for a list of all buil

Re: ESC meeting minutes: 2025-07-10

2025-07-10 Thread Miklos Vajna
Hi Aron, On Fri, Jul 11, 2025 at 01:26:30AM +0200, Áron Budea wrote: > Could someone clarify if these have been discussed, and whether this > option has been compared to just removing one of the keywords? The action item is just to avoid the duplication in the auto-generated stats of the agenda

Re: ESC meeting minutes: 2025-07-10

2025-07-10 Thread Áron Budea
Hi, On Thu, Jul 10, 2025 at 4:26 PM Miklos Vajna wrote: > * QA stats > + propose is to drop the "bibisected" keyword from Bugzilla + ESC > minutes (Mike) >+ see > https://lists.freedesktop.org/archives/libreoffice/2025-July/093479.html >+ Áron's proposal: > https://lists.f

Re: Saxon XSLT 3

2025-07-10 Thread Joao S. O. Bueno
>From reading the things on the Saxon project page (saxonica.com), I understood that the "SaxonC-HE" part is derived by them from the Java sources and is a C++ framework, independent of any Java, under the Mozilla 2.0 license. Maybe it makes sense? Although, looking at the footprint it takes, it

Re: Saxon XSLT 3

2025-07-10 Thread Joao S. O. Bueno
Oh, I see. I thought it used some kind of code transpilation into pure C++ On Thu, Jul 10, 2025 at 12:38 PM Rene Engelhard wrote: > > Hi, > > Am 10.07.25 um 04:10 schrieb Joao S. O. Bueno: > > From reading the things on the Saxon project page (saxonica.com), I > > understood that the "SaxonC-HE

Re: Saxon XSLT 3

2025-07-10 Thread Rene Engelhard
Hi, Am 10.07.25 um 04:10 schrieb Joao S. O. Bueno: From reading the things on the Saxon project page (saxonica.com), I understood that the "SaxonC-HE" part is derived by them from the Java sources and is a C++ framework, That is the GraalVM thingy: From README.md: "# SaxonC-HE 12.8.0 source

Re: ESC meeting minutes: 2025-07-03

2025-07-10 Thread Áron Budea
Hi Mike, Ilmari, To add to this, there are still about 170 bugs that have bibisected keyword, but don't have bisected. They're likely mostly older bugs from before the era of bibisect repos with individual commits, but there could be newer bugs as well, as ranges where builds failed still exist oc

Re: Saxon XSLT 3

2025-07-09 Thread Michael Warner
> On Jul 9, 2025, at 10:24, Rene Engelhard wrote: > >  >> >> (And no, talking some random .h and especially some random .so is a no go, >> there's not only (Linux) x86(-64)). >> > taking, obviously. I didn’t mean to suggest downloading the built library from their website for distributio

Re: Saxon XSLT 3

2025-07-09 Thread Rene Engelhard
(And no, talking some random .h and especially some random .so is a no go, there's not only (Linux) x86(-64)). taking, obviously. Regards, Ren

Re: Saxon XSLT 3

2025-07-09 Thread Rene Engelhard
Hi, Am 09.07.25 um 04:32 schrieb Michael Warner: It’s different now. They use GraalVM to compile it to a native library. So, it loads much faster and doesn’t require launching a JRE. If you download the Linux build from their website, for example, you get a few .h files for inclusion and some

Re: ESC meeting agenda: 2025-07-10 16:00 CEST

2025-07-09 Thread Mike Kaganski
On 7/9/2025 7:35 PM, Miklos Vajna wrote: The prototype agenda is below. Extra items are appreciated either in this document or as a reply to this mail: Please note https://lists.freedesktop.org/archives/libreoffice/2025-July/093479.html -- Best regards, Mike Kaganski

Re: Saxon XSLT 3

2025-07-08 Thread Michael Warner
> On Jul 7, 2025, at 8:40 AM, Christian Lohmaier > wrote: > > Hi Michael, > > On Mon, Jul 7, 2025 at 2:38 PM Michael Warner > wrote: > >> Compatibility would have to be maintained during development. My suggested >> course of action would be something like: >> 1. Add SaxonC-HE as a depend

Re: Trouble with new lo-build

2025-07-08 Thread Christian Lohmaier
is for the LHM, VS2017 is always installed there, > the installation is done from a virtual disk Yeah, But that is not a lightweight installer you can offer people to download to get "the necessary stuff". I don't think there's an easy way for that/none that's easier than

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: Saxon XSLT 3

2025-07-07 Thread Christian Lohmaier
Hi Michael, On Mon, Jul 7, 2025 at 2:38 PM Michael Warner wrote: > > [libxslt stuck with XSLT1] > > I’m curious if you have ever considered using Saxon instead of LibXSLT and > upgrading the filters to make use of the newer language features. I searched > the mailing list archives and haven’t f

Re: Mac pkgconfig

2025-07-07 Thread Christian Lohmaier
Hi Michael, *, On Mon, Jul 7, 2025 at 2:16 PM Michael Warner wrote: > > I’m trying to build master on MacOS 15.5. If I have pkgconf in my $PATH, I > get this error from autogen.sh: > > checking for bogus pkg-config... configure: error: yes, from unknown origin. > This *will* break the build. Pl

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: Trouble with new lo-build

2025-07-04 Thread Christian Lohmaier
On Fri, Jul 4, 2025 at 1:01 PM Juergen Funk wrote: > > > you can change the wsl version with "wsl --set-default-version 1" And > > not sure whether it is needed since it has been so long since I > > installed a container: wsl's --install command also has a > > --enable-wsl1 command (that switch sh

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: Dependencies for building LibreOffice on Fedora

2025-07-03 Thread Dione Maddern
That worked. Thanks. On 7/3/25 11:37, Gwyn Ciesla wrote: Adding --enablerepo=fedora-source should help. -- Gwyn Ciesla she/her/hers in your fear, seek only peace in your fear, seek only love -d. bowie Sent with Proton Mail secure email. On T

Re: Dependencies for building LibreOffice on Fedora

2025-07-03 Thread Gwyn Ciesla
Adding --enablerepo=fedora-source should help. --  Gwyn Ciesla she/her/hers   in your fear, seek only peace  in your fear, seek only love -d. bowie Sent with Proton Mail secure email. On Thursday, July 3rd, 2025 at 10:34 AM, Dione Maddern wrot

Re: ESC meeting minutes: 2025-07-03

2025-07-03 Thread Ilmari Lauhakangas
On 7/3/25 17:47, Mike Kaganski wrote: On 7/3/2025 7:35 PM, Stephan Bergmann wrote: * Bisected bugs open: keyword 'bisected'    + more accurate - down to a single commit.    + http://bit.ly/2dyIfDy    + done by:     vijaya chandra 4     Xisco Fauli    4     Wegho

Re: ESC meeting minutes: 2025-07-03

2025-07-03 Thread Mike Kaganski
On 7/3/2025 7:35 PM, Stephan Bergmann wrote: * Bisected bugs open: keyword 'bisected'    + more accurate - down to a single commit.    + http://bit.ly/2dyIfDy    + done by:     vijaya chandra 4     Xisco Fauli    4     Weghorn, Michael   1 * Bibisected bugs

Re: [PATCH] libzmf: Fix installation when using Doxygen 1.14

2025-07-03 Thread Michael Weghorn
On 2025-05-29 09:29, Christoph Grüninger wrote: Installation of libzmf fails when the documentation is built using Doxygen 1.14. The latest Doxygen does no longer create PNG images and provides JavaScript files instead. Please find a proposed patch attached. Further, some changes to the build

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: AW: Trouble with new lo-build

2025-07-03 Thread Ilmari Lauhakangas
On 7/3/25 14:58, Christian Lohmaier wrote: Hi *, On Thu, Jul 3, 2025 at 1:13 PM Ilmari Lauhakangas wrote: On 7/3/25 13:08, Juergen Funk wrote: When i try to install with wsl --install i get the error (sorry is in german) We have instructions for WSL here, but they haven't been updated after

Re: AW: Trouble with new lo-build

2025-07-03 Thread Christian Lohmaier
Hi *, On Thu, Jul 3, 2025 at 1:13 PM Ilmari Lauhakangas wrote: > On 7/3/25 13:08, Juergen Funk wrote: > > When i try to install with wsl --install > > i get the error (sorry is in german) > > We have instructions for WSL here, but they haven't been updated after > the Meson and pkgconf additions:

Re: Trouble with new lo-build

2025-07-03 Thread Christian Lohmaier
Hi Jürgen, *, On Thu, Jul 3, 2025 at 12:08 PM Juergen Funk wrote: > > > you could use both wsl1 and wsl2, no nested acceleration features > > necessary to build LO (but are nice if you need ipv6 networking from > > the wsl host or similar) - the vast majority of the build is run > > completely on

Re: AW: Trouble with new lo-build

2025-07-03 Thread Ilmari Lauhakangas
On 7/3/25 13:08, Juergen Funk wrote: When i try to install with wsl --install i get the error (sorry is in german) We have instructions for WSL here, but they haven't been updated after the Meson and pkgconf additions: https://wiki.documentfoundation.org/Development/BuildingOnWSLWindows If

Re: GSOC ReportBuilder Weekly Update

2025-07-02 Thread Michael Weghorn
On 2025-07-01 23:32, Adam Seskunas wrote: 1. A quick look through the list of available functions and it seems that they match up with what is  currently available in ReportBuilder. If there are specific functions missing, they could      potentially be implemented in C++ since they would be fe

Re: Trouble with new lo-build

2025-07-02 Thread Christian Lohmaier
Hi, On Wed, Jul 2, 2025 at 2:00 PM Juergen Funk wrote: > > if I understand this correctly, then we can actually remove the pkgconfig > from the cygwin dependencies, because it cannot be used. Theoretically – pkgconfig is still needed to provide the corresponding m4 macros so that configure can

Re: GSoC 25: BASIC IDE - Insights from Data Discovery & C++ PoCs [WEEK 4]

2025-07-02 Thread Stephan Bergmann
On 28.06.25 11:12, Devansh Varshney wrote: Thanks for the clarification on the registry split. That cleared up the confusion I had around why `forName()` worked for types but failed for service names like `com.sun.star.frame.Desktop`. I now understand that: - Components (services, singletons) a

Re: Trouble with new lo-build

2025-07-02 Thread Christian Lohmaier
Hi Jürgen, *, On Tue, Jul 1, 2025 at 4:10 PM Juergen Funk wrote: > > Thanks for the hint, my next question is, > why the pkgconf of cygwin doesn't work (compiler error) even though it's the > same version number, I've added in the LibreOffice build documentation for > the hard way that. answer

Re: Trouble with new lo-build

2025-07-02 Thread Christian Lohmaier
Hi Jürgen, *, On Mon, Jun 30, 2025 at 11:14 PM Juergen Funk wrote: > > i have install Win11 (in Hyper-V), Then you might also have used the wsl-as-helper approach as opposed to using cygwin. > for install the LibreOffice build i have use this docu > https://wiki.documentfoundation.org/Developm

Re: AW: Trouble with new lo-build

2025-07-02 Thread Ilmari Lauhakangas
On 7/1/25 13:12, Juergen Funk wrote: Hi Ilmari Lauhakangas, Thanks for the hint, my next question is, why the pkgconf of cygwin doesn't work (compiler error) even though it's the same version number, I've added in the LibreOffice build documentation for the hard way that. Someone like Cloph

Re: Build Error within LibreOffice Python Module

2025-07-01 Thread Andreas Mantke
Hi Xisco, Am 21.06.25 um 15:15 schrieb Xisco Fauli: Hello Andreas, On 21/6/25 11:51, Andreas Mantke wrote: since yesterday I get a build break within the Python module of LibreOffice. I tested this again with a fresh git clone from Gerrit, but there is no difference. The build breaks again.

Re: Trouble with new lo-build

2025-06-30 Thread Ilmari Lauhakangas
On 6/30/25 15:49, Juergen Funk wrote: But I have not download/install the meson 1.7.2, above have get the error in meason, after my adaption is all fine, for what need meson? As the messages hint, Meson and pkgconf are needed for HarfBuzz. Ilmari

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
Hi all, but the next clean build again fails to build skia :( In order to get a build at all, I have now used the sledgehammer method: I copied the include directory from Skia to the include directory in core. So I'm still looking for a solution to build Skia. Kind regards, Regina Regina H

Re: GSoC 25: BASIC IDE - Insights from Data Discovery & C++ PoCs [WEEK 4]

2025-06-28 Thread Devansh Varshney
Hi Stephan and everyone, Thanks for the clarification on the registry split. That cleared up the confusion I had around why `forName()` worked for types but failed for service names like `com.sun.star.frame.Desktop`. I now understand that: - Components (services, singletons) are handled by the Se

  1   2   3   4   5   6   7   8   9   10   >