Re: [dev] Present and Future of OpenOffice.org

2008-08-27 Thread Frank Meies
Hi KAMI, On 08/26/08 14:58, KAMI wrote: but what about the future? What do we plan for modules? When do we have E-mail/PIM module? So can you more information about your areas, or the whole package? for the Writer Team, I'd like to point you to Oliver-Rainer's presentation at OOoCon 2008:

[dev] Re:[dev] Re:[dev] charter discussion ?

2008-08-27 Thread charles-h.schulz
Hi, I posted my comments and proposals on the Discussion page of the proposal. Best, Charles. Créez votre adresse électronique [EMAIL PROTECTED] 1 Go d'espace de stockage, anti-spam et anti-virus intégrés.

[dev] Problems loading an extension

2008-08-27 Thread Andrey Hristov
Hi, I am developing a new extension for OOBase, a driver which doesn't use odbc/jdbc to connect to MySQL. I was developing on the base of DEV300_m12 and my extension used to build and load. I recently switched to dev300_m28 sources for building and OOO300_m3 installed from opensuse's build

[dev] DEV300M28 extension - libgcc3_urp.so/libupr_gcc3.0 - loading component library failed

2008-08-27 Thread Ulf Wendel
Hi, I've some trouble installing a self-compiled extension: linux-o9ss:/opt/openoffice.org3/program # rm ./trace.txt; strace -e open,stat -o ./trace.txt /opt/openoffice.org3/program/unopkg add --verbose--force --log-file ./uno.log /home/nixnutz/mysql-native.oxt Copying: mysql-native.oxt

Re: [dev] Problems loading an extension

2008-08-27 Thread Stephan Bergmann
On 08/27/08 15:09, Andrey Hristov wrote: Hi, I am developing a new extension for OOBase, a driver which doesn't use odbc/jdbc to connect to MySQL. I was developing on the base of DEV300_m12 and my extension used to build and load. I recently switched to dev300_m28 sources for building and

Re: [dev] DEV300M28 extension - libgcc3_urp.so/libupr_gcc3.0 - loading component library failed

2008-08-27 Thread Stephan Bergmann
On 08/27/08 15:11, Ulf Wendel wrote: Hi, I've some trouble installing a self-compiled extension: linux-o9ss:/opt/openoffice.org3/program # rm ./trace.txt; strace -e open,stat -o ./trace.txt /opt/openoffice.org3/program/unopkg add --verbose--force --log-file ./uno.log

Re: [dev] Problems loading an extension

2008-08-27 Thread Joachim Lingner
I have no idea what could cause the problem. So you need to debug some more. That ldd shows the office libraries as 'not found' is normal. You should find out why mysqulc.so cannot be loaded at runtime when the build environment is not set. Maybe LD_DEBUG is helpful. Joachim Andrey Hristov

Re: [dev] Problems loading an extension

2008-08-27 Thread Andrey Hristov
Hi, Juergen Schmidt wrote: Hi Andrey, we can't give any guarantee for the the Novell builds of OpenOffice. I recommend that you use a vanilla build from OpenOffice. They have applied a lot of patches where we can't give any guarantee for and where we can't give support. It's not nice but

Re: [dev] Problems loading an extension

2008-08-27 Thread Joachim Lingner
Well, I didn't see the wood for the trees. Stephan is absolutely right. The extension libraries may ONLY link against URE libraries. Joachim Joachim Lingner schrieb: I have no idea what could cause the problem. So you need to debug some more. That ldd shows the office libraries as 'not found'

Re: [dev] Problems loading an extension

2008-08-27 Thread Andrey Hristov
Hi, Stephan Bergmann wrote: On 08/27/08 15:09, Andrey Hristov wrote: Hi, I am developing a new extension for OOBase, a driver which doesn't use odbc/jdbc to connect to MySQL. I was developing on the base of DEV300_m12 and my extension used to build and load. I recently switched to

Re: [dev] Problems loading an extension

2008-08-27 Thread Stephan Bergmann
On 08/27/08 15:52, Andrey Hristov wrote: OOo guarantees that an (extension) native UNO component library is loaded in an environment where the public URE libraries (libuno_sal.so.3 etc.) are just there. However, any OOo-internal libraries cannot be used from an extension (as they do not offer

[dev] Re: [tools-dev] Re: [council-esc] Re: [tools-dev] OOo SCM project

2008-08-27 Thread Jens-Heiner Rechtien
Martin Hollmichel wrote: Jens-Heiner Rechtien wrote: Hi Martin, since almost all OOO300 CWSs (for the RC) will be integrated into DEV300 as well it makes sense to have most of them already integrated into DEV300 before starting the migration. Also there are some quite huge CWSs currently in

Re: [dev] Problems loading an extension

2008-08-27 Thread Andrey Hristov
Stephan Bergmann wrote: On 08/27/08 15:52, Andrey Hristov wrote: OOo guarantees that an (extension) native UNO component library is loaded in an environment where the public URE libraries (libuno_sal.so.3 etc.) are just there. However, any OOo-internal libraries cannot be used from an

Re: [dev] Problems loading an extension

2008-08-27 Thread Stephan Bergmann
On 08/27/08 15:56, Andrey Hristov wrote: Hi, Juergen Schmidt wrote: Hi Andrey, we can't give any guarantee for the the Novell builds of OpenOffice. I recommend that you use a vanilla build from OpenOffice. They have applied a lot of patches where we can't give any guarantee for and where

Re: [dev] Problems loading an extension

2008-08-27 Thread Stephan Bergmann
On 08/27/08 16:03, Andrey Hristov wrote: Stephan Bergmann wrote: On 08/27/08 15:52, Andrey Hristov wrote: OOo guarantees that an (extension) native UNO component library is loaded in an environment where the public URE libraries (libuno_sal.so.3 etc.) are just there. However, any

Re: [dev] Re: [tools-dev] Re: [council-esc] Re: [tools-dev] OOo SCM project

2008-08-27 Thread Stephan Bergmann
On 08/27/08 16:00, Jens-Heiner Rechtien wrote: Please note that we have a soft dependency on the RC. Since CWSs which are meant for OOO300 can only be opened in CVS, we'll need to manually merge then into SVN for DEV300. The simple double integration trick we usually use to propagate the fixes

Re: [dev] Problems loading an extension

2008-08-27 Thread Ulf Wendel
Stephan Bergmann schrieb: OOo guarantees that an (extension) native UNO component library is loaded in an environment where the public URE libraries (libuno_sal.so.3 etc.) are just there. However, any OOo-internal libraries cannot be used from an extension (as they do not offer a stable

Re: [dev] Problems loading an extension

2008-08-27 Thread Andrey Hristov
Hi Stephan, Stephan Bergmann wrote: On 08/27/08 16:03, Andrey Hristov wrote: Stephan Bergmann wrote: On 08/27/08 15:52, Andrey Hristov wrote: OOo guarantees that an (extension) native UNO component library is loaded in an environment where the public URE libraries (libuno_sal.so.3 etc.) are

Re: [dev] Problems loading an extension

2008-08-27 Thread Stephan Bergmann
On 08/27/08 16:29, Ulf Wendel wrote: Stephan Bergmann schrieb: OOo guarantees that an (extension) native UNO component library is loaded in an environment where the public URE libraries (libuno_sal.so.3 etc.) are just there. However, any OOo-internal libraries cannot be used from an

Re: [dev] Problems loading an extension

2008-08-27 Thread Stephan Bergmann
On 08/27/08 16:33, Andrey Hristov wrote: My extension is broken, yes, I am ashamed. I have nice feeling about OO.org. In first place I decided to use the rpms which I built myself, from under instsetoo_native. Alright, not hard, some calls to rpm, they were installed. New console, writing oo +

Re: [dev] Re: [tools-dev] Re: [council-esc] Re: [tools-dev] OOo SCM project

2008-08-27 Thread Jens-Heiner Rechtien
Stephan Bergmann wrote: On 08/27/08 16:00, Jens-Heiner Rechtien wrote: Please note that we have a soft dependency on the RC. Since CWSs which are meant for OOO300 can only be opened in CVS, we'll need to manually merge then into SVN for DEV300. The simple double integration trick we usually

Re: [dev] Present and Future of OpenOffice.org

2008-08-27 Thread KAMI
Hi Frank! Thank you for the detailed informations about Writer. I found lots of useful piece of information. I hope I will hear about other project soon. I would like to hold a very good presentation. Do we have build that shows after 3.0 new features. Or this request is too early? Best

[dev] OOoCon 2008 - Please help the organizational team in the same way they are trying to help you

2008-08-27 Thread Peter Junge
Dear OOo community, everyone who wants to attend the OOoCon in Beijing November 5th to 7th 2008, please read this completely and carefully. Others can stop reading here. Please excuse the wide cross-posting, but I have to make sure everyone is getting my message. This years' OpenOffice.org

Re: [dev] Present and Future of OpenOffice.org

2008-08-27 Thread Maximilian Odendahl
Hi, Do we have builds that shows after 3.0 new features. Or this request is too early? if interested, I could provide you with two different builds including early implementation of: * Changes - Comment similar to new notes in the margin * reply to notes, similar to this mockup:

Re: [dev] Present and Future of OpenOffice.org

2008-08-27 Thread KAMI
Maximilian Odendahl írta: Hi, Do we have builds that shows after 3.0 new features. Or this request is too early? if interested, I could provide you with two different builds including early implementation of: * Changes - Comment similar to new notes in the margin * reply to notes,

[dev] OOo 3 new features and performance speedup

2008-08-27 Thread Hung Nguyen Vu
Hi all, Where I can find the list of new features of OOo 3? And if possible, a benchmark versus 2.4? An on par comparison with The Other Office Suites will be nice but I don't think it is the right time to do so. # FYI, OOo 3 release notes has no information I am looking for #