Re: [dev] Problems with system vs. OOo libstdc++.so.6 mismatch on Linux

2008-06-06 Thread Stephan Bergmann
Stephan Bergmann wrote: Rene Engelhard wrote: Hi, Stephan Bergmann wrote: still waits for a fix, rather urgently: On Linux, (at least Sun-built) OOo (and derivatives, like BrOffice) brings along a (rather old) libstdc++.so.6. It ca

Re: [dev] Problems with system vs. OOo libstdc++.so.6 mismatch on Linux

2008-06-06 Thread Pavel Janík
Hi, Another line of attack I had in mind is to ship a recent version of libstdc++.so.6 (from GCC 4.2, say), even if we continue to build with GCC 3.4.1. The advantages are that it is simple, we do not need to change any code, and OOo keeps running on machines that do not already have a

Re: [dev] Problems with system vs. OOo libstdc++.so.6 mismatch on Linux

2008-06-06 Thread Caolan McNamara
On Fri, 2008-06-06 at 09:30 +0200, Oliver Braun wrote: > #if defined _gcc3 && !(defined FREEBSD || defined NETBSD \ > || defined MACOSX || defined SYSTEM_STDLIBS || defined(WNT)) > > > Does this mean with switching to gcc4 we no longer ship libstdc++ ? If you're referring to "_gcc3". T

Re: [dev] Contributing to Open Office

2008-06-06 Thread Ocke Janssen
Moin Daniel, Daniel Moore wrote: Hi everyone, So I was downloading Open Office (again) and noticed the call for contributors. I don't normally respond to these things, it's hard to know if I have anything worth while to contribute so I'll outline my general abilities. I'm a bit apprehensive

Re: [dev] Problems with system vs. OOo libstdc++.so.6 mismatch on Linux

2008-06-06 Thread Stephan Bergmann
Pavel Janík wrote: Hi, Another line of attack I had in mind is to ship a recent version of libstdc++.so.6 (from GCC 4.2, say), even if we continue to build with GCC 3.4.1. The advantages are that it is simple, we do not need to change any code, and OOo keeps running on machines that do not

Re: [dev] Problems with system vs. OOo libstdc++.so.6 mismatch on Linux

2008-06-06 Thread Stephan Bergmann
Oliver Braun wrote: Hi Stephan et al., Stephan Bergmann wrote: Another line of attack I had in mind is to ship a recent version of libstdc++.so.6 (from GCC 4.2, say), even if we continue to build with GCC 3.4.1. The advantages are that it is simple, we do not need to change any code, and

[dev] Need help in analyzing leaks in VCL ported to DFB

2008-06-06 Thread Mona
Hi all , I have been working on porting VCL toDirectFB. The VCL ported on GDK-DirectFB uses Pango to do the Layout. I needed some pointers analyzing the leaks .The leaks end in the Pango library . I am freeing all Pango related structures in the GetFontMetric function after the call to pango_

[dev] No help regarding xml problem?

2008-06-06 Thread Anand Khandewale
This is my third post for the same issue. I regret to state that I did not receive any feedback whatsoever. I wish to convert the data in the calc file to xml format based on predefined schema available in .xsd file. Is there any one who can help me with this or I should discard open office fo

Re: [dev] No help regarding xml problem?

2008-06-06 Thread Ariel Constenla-Haile
Hi Anand, Anand Khandewale escribió: This is my third post for the same issue. I regret to state that I did not receive any feedback whatsoever. I wish to convert the data in the calc file to xml format based on predefined schema available in .xsd file. Is there any one who can help me with t

Re: [dev] Problems with system vs. OOo libstdc++.so.6 mismatch on Linux

2008-06-06 Thread Pavel Janík
Hi, You misunderstand me; I guess I was not clear enough. you was perfectly clear. 1 Sun Hamburg Linux builds include a libstdc++.so.6 that comes from somewhere "by magic"; it is not checked into CVS. That is already how it works for a long time, and probably will not change. Traditi

[dev] New Contributor

2008-06-06 Thread Frédéric Gaudy
Hello, I'm a new contributor learning how to modify some party of openoffice. I want to add a free color picker for the office and redesign the color table which is "unusable" for me. So does anyone already working on it? I'm trying to find the function called by the "tools->options : Colors". S

[dev] Launching oo after compiling

2008-06-06 Thread Frédéric Gaudy
Hi, I've compiled last OOo3 cvs head, all looking good. But I don't know how to launch it. I've got the "solver/300/unxlngx6.pro" directory and try to execute soffice but I've got the error : "Missing vcl resource. This indicates that files vital to localization are missing. You might have a cor

[dev] Re: [council-discuss] Suggestions for a new Community Council structure

2008-06-06 Thread Louis Suarez-Potts
Hi Michael, On 2008-05-23, at 10:57 , Michael Meeks wrote: Hi Louis, Note: the council is more than one person... We talked over these governance improvement suggestions over at OOoCon, as you may remember, and I've finally got around to putting them down in (hopefully) a clear fo

Re: [dev] Launching oo after compiling

2008-06-06 Thread Kohei Yoshida
On Fri, 2008-06-06 at 19:20 +0200, Frédéric Gaudy wrote: > Hi, > > I've compiled last OOo3 cvs head, all looking good. But I don't know how to > launch it. > > I've got the "solver/300/unxlngx6.pro" directory and try to execute soffice > but I've got the error : > > "Missing vcl resource. This

Re: [dev] New Contributor

2008-06-06 Thread Ariel Constenla-Haile
Hi Frédéric, Frédéric Gaudy escribió: Hello, I'm a new contributor learning how to modify some party of openoffice. I want to add a free color picker for the office and redesign the color table which is "unusable" for me. OOo has already a color picker dialog: SvColorDialog, for the SvColorD

Re: [dev] Launching oo after compiling

2008-06-06 Thread Maximilian Odendahl
Hi, > You can do the following: > > export LOCALINSTALLDIR="/path/to/desired/location" > cd /instsetoo_native/util > dmake openoffice_en-US PKGFORMAT=installed > > then launch OOo from that installed location for your development. As installation with just running setup.exe on WinXP is broken f

Re: [dev] Launching oo after compiling

2008-06-06 Thread Frédéric Gaudy
2008/6/6 Maximilian Odendahl <[EMAIL PROTECTED]>: > Hi, > > > You can do the following: > > > > export LOCALINSTALLDIR="/path/to/desired/location" > > cd /instsetoo_native/util > > dmake openoffice_en-US PKGFORMAT=installed > > > > then launch OOo from that installed location for your development.

Re: [dev] Launching oo after compiling

2008-06-06 Thread Kohei Yoshida
On Fri, 2008-06-06 at 20:37 +0200, Frédéric Gaudy wrote: > 2008/6/6 Maximilian Odendahl <[EMAIL PROTECTED]>: > > > Hi, > > > > > You can do the following: > > > > > > export LOCALINSTALLDIR="/path/to/desired/location" > > > cd /instsetoo_native/util > > > dmake openoffice_en-US PKGFORMAT=installe

[dev] Launching oo after compiling

2008-06-06 Thread Frédéric Gaudy
2008/6/6 Kohei Yoshida <[EMAIL PROTECTED]>: > > On Fri, 2008-06-06 at 20:37 +0200, Frédéric Gaudy wrote: > > 2008/6/6 Maximilian Odendahl <[EMAIL PROTECTED]>: > > > > > Hi, > > > > > > > You can do the following: > > > > > > > > export LOCALINSTALLDIR="/path/to/desired/location" > > > > cd /instse

[dev] New Contributor

2008-06-06 Thread Frédéric Gaudy
2008/6/6 Ariel Constenla-Haile <[EMAIL PROTECTED]>: > Hi Frédéric, > > Frédéric Gaudy escribió: > >> Hello, >> >> I'm a new contributor learning how to modify some party of openoffice. >> I want to add a free color picker for the office and redesign the color >> table which is "unusable" for me. >