Re: [dev] patch submission page for new modules

2010-01-05 Thread Thorsten Behrens
Caolán McNamara wrote:
 animations - ?
 cairo - ?

Put my name next to those. New rev. committed.

-- Thorsten


pgp0G36VYgXJG.pgp
Description: PGP signature


Re: [dev] patch submission page for new modules

2010-01-05 Thread Mathias Bauer
Caolán McNamara wrote:

 Since the last update of
 http://qa.openoffice.org/issue_handling/submission_gateway.html
 various modules have come and go, I've added the new ones and sketched
 in some guesses in some cases of the best default patch owner.
 
 splitbuild - ?

This is just a playground for keeping track with module changes until we
have decided about splitting the build and how to carry that out.

Regards,
Mathias

-- 
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
Please don't reply to nospamfor...@gmx.de.
I use it for the OOo lists and only rarely read other mails sent to it.


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] OpenOffice Configure Command

2010-01-05 Thread K S
Dear Sirs,

Tell me, please, the link to the document where all OO ./configure script
parameters are described (if one exists). Thanks!

Sincerely yours,
Kirill


Re: [dev] OpenOffice Configure Command

2010-01-05 Thread Per Eriksson

Hi,

The parameters are listed here, however, look at the script itself (with 
a normal text editor) to learn more about how it works :-)


http://tools.openoffice.org/build_env_conf.html#3.1.1.OperatingEnvironmentsSupportedbyconfigureScript|outline

The building guide has additional information on common switches to set 
on or off:


http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide

Best Regards

Per


K S skrev 2010-01-05 12:30:

Dear Sirs,

Tell me, please, the link to the document where all OO ./configure script
parameters are described (if one exists). Thanks!

Sincerely yours,
Kirill

   



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] OpenOffice Configure Command

2010-01-05 Thread Ariel Constenla-Haile
Hello K,

On Tuesday 05 January 2010, 08:30, K S wrote:
 Dear Sirs,
 
 Tell me, please, the link to the document where all OO ./configure script
 parameters are described (if one exists). Thanks!

I guess you've tried 
./configure --help

Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] Yet another unopkg error

2010-01-05 Thread Fabio A. Miranda
Good day/yr:

Anyone know what's wrong with unopkg in Ubuntu 64 (karmic):


fa...@catullus:~$ /opt/openoffice.org3/program/unopkg
gui /tmp/UniOffice//UniOffice.oxt 

ERROR:
[/home/fabio/.openoffice.org/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registered_packages.db]
 Berkeley Db error (0): Db::open: Invalid argument

unopkg failed.
fa...@catullus:~$ /opt/openoffice.org3/program/unopkg
gui /tmp/UniOffice/UniOffice.oxt 

ERROR:
[/home/fabio/.openoffice.org/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registered_packages.db]
 Berkeley Db error (0): Db::open: Invalid argument

unopkg failed.
fa...@catullus:~$ /opt/openoffice.org3/program/unopkg
gui /tmp/UniOffice/OOOP-accessories-2.6.0.2.oxt 

ERROR:
[/home/fabio/.openoffice.org/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registered_packages.db]
 Berkeley Db error (0): Db::open: Invalid argument

unopkg failed.
fa...@catullus:~$ file /opt/openoffice.org3/program/unopkg
/opt/openoffice.org3/program/unopkg: POSIX shell script text executable


Thanks,



-- 
Fabio A. Miranda
Enterprise Software
http://www.grupocesa.com/


Re: [dev] Yet another unopkg error

2010-01-05 Thread Stephan Bergmann

On 01/05/10 16:40, Fabio A. Miranda wrote:

Good day/yr:

Anyone know what's wrong with unopkg in Ubuntu 64 (karmic):


fa...@catullus:~$ /opt/openoffice.org3/program/unopkg
gui /tmp/UniOffice//UniOffice.oxt 


ERROR:
[/home/fabio/.openoffice.org/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registered_packages.db]
 Berkeley Db error (0): Db::open: Invalid argument

unopkg failed.
fa...@catullus:~$ /opt/openoffice.org3/program/unopkg
gui /tmp/UniOffice/UniOffice.oxt 


ERROR:
[/home/fabio/.openoffice.org/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registered_packages.db]
 Berkeley Db error (0): Db::open: Invalid argument

unopkg failed.
fa...@catullus:~$ /opt/openoffice.org3/program/unopkg
gui /tmp/UniOffice/OOOP-accessories-2.6.0.2.oxt 


ERROR:
[/home/fabio/.openoffice.org/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registered_packages.db]
 Berkeley Db error (0): Db::open: Invalid argument

unopkg failed.
fa...@catullus:~$ file /opt/openoffice.org3/program/unopkg
/opt/openoffice.org3/program/unopkg: POSIX shell script text executable


OOo can be configured (at build time) to use its specific, checked-in 
version of BerkeleyDB or the one provided by the system OOo is run on. 
AFAIK, different versions of BerkeleyDB use incompatible file formats. 
Maybe you shared your /home/fabio/.openoffice.org/3 user installation 
across different OOo instances that use different BerkeyleyDB versions.


-Stephan

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] Howto for developements on Draw

2010-01-05 Thread Stefan Michalowski

Hi, sorry for asking such basic question :

I would like to develop ontop of  Draw, some graphic drawing extensions.
I have used Netbeans already, under Windows, and built a simple 
application with java.


How should I start with the source of Draw, how to install and update OO 
environment for this ?
I tried to follow your installation instructions, but didi not 
understand the steps.


As I am not experienced in Java installation and build (did it only 
automatically through Netbeans), I need some help.


Regards

--
Stefan Michalowski   06 68 08 35 50   s.michalow...@free.fr



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org