Re: [dev] Perl OpenOffice::UNO

2009-09-25 Thread Stephan Bergmann
On 09/24/09 23:49, Michael Mellinger wrote: I'm trying install the Perl module OpenOffice::UNO and I get the error below (OpenOffice::UNO Error). Has anyone seen this before? I using Sun's compiler and I was wondering C++ compiler was used to compile the Solaris version of OpenOffice and the

[dev] Dropping tcsh support for Mac (all?) / changing configure's default

2009-09-25 Thread Christian Lohmaier
Hi *, because of 105003, own bad experience with tcsh (random build freezes, slow performance), encouraged by the kick4nt cws I'd like to go on and drop tcsh support at least for Mac OS X. dropping tcsh support means: changing configure's default to bash and issue a warning (or error) when tcsh

Re: [dev] Dropping tcsh support for Mac (all?) / changing configure's default

2009-09-25 Thread Rene Engelhard
Hi, On Fri, Sep 25, 2009 at 01:42:25PM +0200, Christian Lohmaier wrote: because of 105003, own bad experience with tcsh (random build freezes, slow performance), encouraged by the kick4nt cws I'd like to go on and drop tcsh support at least for Mac OS X. dropping tcsh support means:

[dev] Save Button

2009-09-25 Thread Albert Arnau
Hi everybody, When I open an OpenOffice document with the API the save button is disabled until the document is changed. Is there any way to put the save button enabled always? Thanks Salutacions, Albert Arnau Director Tècnic Valen Computer Ctra. Valls (Urb. Sant Salvador)

Re: [dev] Dropping tcsh support for Mac (all?) / changing configure's default

2009-09-25 Thread Thorsten Behrens
Stephan Bergmann wrote: But what about defaulting to the current login shell? People who might want tcsh already might use it as login shell I would vote for getting rid of tcsh-support in the build environment completely, sooner or later. Making the shell used within the build default

Re: [dev] Perl OpenOffice::UNO

2009-09-25 Thread Michael Mellinger
I've install OO3.1 and the SDK in /opt/openoffice.org and /opt/openoffice.org3/ Not sure what the breakdown is. Here's a partial list of libs. [mell...@sol3 openoffice.org]$ ls -1 /opt/openoffice.org/ure/lib/libuno* /opt/openoffice.org/ure/lib/libuno_cppuhelperC52.so.3

Re: [dev] Dropping tcsh support for Mac (all?) / changing configure's default

2009-09-25 Thread Rene Engelhard
Hi, On Fri, Sep 25, 2009 at 02:01:34PM +0200, Stephan Bergmann wrote: On 09/25/09 13:49, Rene Engelhard wrote: But what about defaulting to the current login shell? People who might want tcsh already might use it as login shell I would vote for getting rid of tcsh-support in the build

Re: [dev] Save Button

2009-09-25 Thread Oliver Brinzing
Hi Albert, When I open an OpenOffice document with the API the save button is disabled until the document is changed. Is there any way to put the save button enabled always? try: Sub Main ThisComponent.setModified(True) End Sub Oliver -- GnuPG key 0xCFD04A45: 8822 057F 4956 46D3

Re: [dev] Re: Dropping tcsh support for Mac (all?) / changing configure's default

2009-09-25 Thread Christian Lohmaier
Hi Björn, *, On Fri, Sep 25, 2009 at 3:44 PM, Bjoern Michaelsen bjoern.michael...@sun.com wrote: Christian Lohmaier cloph at openoffice.org writes: dropping tcsh support means: changing configure's default to bash and issue a warning (or error) when tcsh is selected. I really hope for that

[dev] Re: Dropping tcsh support for Mac (all?) / changing configure's default

2009-09-25 Thread Bjoern Michaelsen
Christian Lohmaier cloph at openoffice.org writes: Too bad that you wrote IEEE 1003.1, since if it was 1003.2, then one could set POSIXLY_CORRECT variable to switch bash to posix mode and test with that. Or is there no difference wrt shell behaviour? I am not a posix standards expert at all,

Re: [dev] Perl OpenOffice::UNO

2009-09-25 Thread Michael Mellinger
Yes, that was the missing pieces. Thanks. Here are my notes on how to install the OpenOffice::UNO module on OpenSolaris/Solaris 10. 1. Change equal to match solaris in Makefile.PL } elsif( $config[2] =~ /solaris/ ) { 2. #include sys/vnode.h /* top of UNO.c file */ 3. Remove for the check

Re: [dev] Dropping tcsh support for Mac (all?) / changing configure's default

2009-09-25 Thread eric b
Hi, Le 25 sept. 09 à 13:42, Christian Lohmaier a écrit : The default login shell for Mac OS X is bash, so it definitely is available and it is proven to work without problems (Pavel builds with bash for years, so do I on all systems) FYI there were other people building OOo on Mac OS X

Re: [dev] OOO310_m19 compile error

2009-09-25 Thread Peng Yu
Hi, I still get the following error when I run make. It sounds like the problem is rpm and I don't have root permission on my machine. How should I fix the problem? Regards, Peng Creating GNOME .applications file for broffice.org .. -

Re: [dev] Dropping tcsh support for Mac (all?) / changing configure's default

2009-09-25 Thread Mathias Bauer
Thorsten Behrens wrote: Stephan Bergmann wrote: But what about defaulting to the current login shell? People who might want tcsh already might use it as login shell I would vote for getting rid of tcsh-support in the build environment completely, sooner or later. Making the shell used

[dev] How to compile DEV300m60 with Cygwin and Microsoft Visual Studio 9.0 Express

2009-09-25 Thread Regina Henschel
Hi, for m55 I have used the following configure. But it does not work for m60. I get the error checking for Mozilla build tooling... configure: error: Mozilla build tooling not found. although --disable-build-mozilla \ is set. I have tried to copy vc8-moztools.zip to /moz/zipped and add