Re: idlc with LibreOffice SDK 24.8

2025-01-15 Thread Pierre Vacher
Ok I'm trying to make *unoidl-write* work in an *Ant* task. The Ant task used in LOEclipse with *idlc* is: If someone already has something functional with *unoidl-write* it will save me time. Le mer. 15 janv. 2025 à 21:05, Adam Seskunas a écrit : > Hi

Re: idlc with LibreOffice SDK 24.8

2025-01-15 Thread Adam Seskunas
Hi Pierre, I have found that some of the examples in the sdk and odk still try to use the idlc tool, which has been depreciated. Which example were you trying to build? The work around is to edit the Makefile to use the unoidl-write tool. The unoidl-write tool compresses two steps into one, so t

Re: idlc with LibreOffice SDK 24.8

2025-01-15 Thread Stephan Bergmann
On 1/15/25 19:26, Ilmari Lauhakangas wrote: On 15.1.2025 20.00, Pierre Vacher wrote: I try to use the LibreOffice SDK 24.8 with LOEclipse. When I try build the extension LOEclipse says it can't find the *idlc* file and indeed this file is not delivered with the SDK. Did I miss something? Re

Re: idlc with LibreOffice SDK 24.8

2025-01-15 Thread Ilmari Lauhakangas
On 15.1.2025 20.00, Pierre Vacher wrote: Hi all, I try to use the LibreOffice SDK 24.8 with LOEclipse. When I try build the extension LOEclipse says it can't find the *idlc* file and indeed this file is not delivered with the SDK. Did I miss something? Recently I heard that the SDK examples

idlc with LibreOffice SDK 24.8

2025-01-15 Thread Pierre Vacher
Hi all, I try to use the LibreOffice SDK 24.8 with LOEclipse. When I try build the extension LOEclipse says it can't find the *idlc* file and indeed this file is not delivered with the SDK. Did I miss something? Thanks.