Re: Help compiling an idl for an Add-in

2015-11-11 Thread Stephan Bergmann
On 11/11/2015 12:42 AM, lucass wrote: To be sure i ran ./setsdkenv_unix --force-configure My configurations: * * SDK environment is prepared for Linux * * SDK = /usr/lib/libreoffice/sdk * Office = /usr/lib/libr

Re: Help compiling an idl for an Add-in

2015-11-10 Thread lucass
To be sure i ran ./setsdkenv_unix --force-configure My configurations: * * SDK environment is prepared for Linux * * SDK = /usr/lib/libreoffice/sdk * Office = /usr/lib/libreoffice * Make = /usr/bin * Zip = /usr/bin

Re: Help compiling an idl for an Add-in

2015-11-10 Thread Michael Stahl
On 10.11.2015 13:53, lucass wrote: > Hello, > I downloaded the rpm file on the official site and extracted it (using > the file compression tool that comes with ubuntu). > I couldn't make idlc work, but I think it was because my own lack of > experience. > When running idlc it complained about not

Re: Help compiling an idl for an Add-in

2015-11-10 Thread lucass
When using the ubuntu sdk I did do that, I setted the same cpp from which I copied the version output and the sdk from the libreoffice-dev package. I'm not at my computer right now. I saw that setsdkenv_unix prints all setted values, I'll recheck them later and send it here. Thanks On Tue, Nov 10

Re: Help compiling an idl for an Add-in

2015-11-10 Thread Stephan Bergmann
On 11/10/2015 01:53 PM, lucass wrote: I downloaded the rpm file on the official site and extracted it (using the file compression tool that comes with ubuntu). I couldn't make idlc work, but I think it was because my own lack of experience. When running idlc it complained about not finding libreg

Re: Help compiling an idl for an Add-in

2015-11-10 Thread lucass
Hello, I downloaded the rpm file on the official site and extracted it (using the file compression tool that comes with ubuntu). I couldn't make idlc work, but I think it was because my own lack of experience. When running idlc it complained about not finding libreglo.so . I've changed idlc to outp

Re: Help compiling an idl for an Add-in

2015-11-09 Thread lucass
Hi Bjoern, This is the cpp output: ➜ ~ cpp --version cpp (Ubuntu 5.2.1-22ubuntu2) 5.2.1 20151010 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOS

Re: Help compiling an idl for an Add-in

2015-11-09 Thread Bjoern Michaelsen
Hi, On Mon, Nov 09, 2015 at 10:58:20AM +0100, Stephan Bergmann wrote: > The SDK's idlc calls out to a C preprocessor to preprocess the .idl files. > Normally, it calls the ucpp executable next to itself in the SDK's bin dir. > I assume that something is broken in the Ubuntu setup, and that idlc ca

Re: Help compiling an idl for an Add-in

2015-11-09 Thread Stephan Bergmann
On 11/07/2015 02:45 PM, lucass wrote: I'm working on an AddIn to use on Calc ( source:https://github.com/beothorn/ClojureCalc ) and I'm having a problem when compilind an idl using idlc. This addin used to compile without problems on an older libreoffice sdk (4.3 I think) but it upgraded to 5.0.2

Help compiling an idl for an Add-in

2015-11-07 Thread lucass
I'm working on an AddIn to use on Calc ( source: https://github.com/beothorn/ClojureCalc ) and I'm having a problem when compilind an idl using idlc. This addin used to compile without problems on an older libreoffice sdk (4.3 I think) but it upgraded to 5.0.2.2 together with my ubuntu and now it d