Re: Re: Building OpenOffice.org with GNU make

Martin Hollmichel <[email protected]> Thu, 11 Feb 2010 13:01:16 +0100
Newsgroups gmane.comp.openoffice.devel.tools
Message-ID <[email protected]>
Jussi Pakkanen wrote:
> On Wed, Feb 10, 2010 at 9:00 PM, Martin Hollmichel
> <[email protected]> wrote:
>
>   
>> yes, thank you, I used and modified some of your work (add_idl_db and
>> build_rdb_from db functions) and added a more modules (up to rsc now).
>>     
>
> A word of warning: the functions I have written to deal with javamaker
> etc are broken. They work when run the first time but not the second
> time. I did not have the time and energy to debug them, I just wanted
> to get some sorts of results.
>
>   
as I said, I modified them to make them finally work :-)
>> one problem right now is that the usage of linker mapfiles (e.g.
>> sal/util/sal.map) are not straight supported by cmake, unfortunately all the
>> creation of several win32 import libraries are dependent to such mechanism,
>> only some of the OOo Libs support the declspec(dllexport) or the Unix
>> visibility mechanisms. so here some work is required.
>>     
>
> I'll try to look into this.
>   
thanks,

Martin