Re: [dev] Re: building openoffice problem

2010-08-27 Thread Soohong Min
Hello, I've compiled OpenOffice 3.2.1.4. But when I try to do with bin/ooinstall, I got error message. Registering UNO components: register component 'file:///ooo-build-3.2.1.4/build/ooo320-m19/solver/320/unxlngr.pro/lib/libavmediali.so' in registry

Re: [dev] Re: building openoffice problem

2010-08-27 Thread Rene Engelhard
On Fri, Aug 27, 2010 at 12:53:48PM -0700, Soohong Min wrote: But, I wonder what is difference between /usr/lib/openoffice/basis3.1/program/libavmediali.so and above file. The one is the system-version of it (of OOo 3.1!) and for Intel, and what you compiled is 3.2.1 and arm. Obvious, no?

Re: [dev] Re: building openoffice problem

2010-08-27 Thread Soohong Min
Dear Rene Engelhard, On Fri, Aug 27, 2010 at 2:30 PM, Rene Engelhard r...@openoffice.org wrote: On Fri, Aug 27, 2010 at 12:53:48PM -0700, Soohong Min wrote: But, I wonder what is difference between /usr/lib/openoffice/basis3.1/program/libavmediali.so and above file. The one is the

Re: [dev] Re: building openoffice problem

2010-08-27 Thread Rene Engelhard
On Fri, Aug 27, 2010 at 02:43:22PM -0700, Soohong Min wrote: Because this directory, /usr/lib/openoffice/basis3.1/program/, has same file name compared to There is some error. My directory is /usr/oo-311/basis3.1/program/ includes (*lr) files So you already built 3.1.1 for ARM? BTW, I

Re: [dev] Re: building openoffice problem

2010-08-27 Thread Soohong Min
Thank for your reply BTW, I wonder after bin/ooinstall, I see the files (li) is searched in That is weird, yes. Is there way to search *lr instead of lr while processing bin/ooinstall ? As you know, It takes a lot of times to finish compiling Openoffice. You probably should do a clean

Re: [dev] Re: building openoffice problem

2010-08-27 Thread Rene Engelhard
On Fri, Aug 27, 2010 at 03:19:32PM -0700, Soohong Min wrote: BTW, I wonder after bin/ooinstall, I see the files (li) is searched in That is weird, yes. Is there way to search *lr instead of lr while processing bin/ooinstall ? You just do a correct build. The OOo install does not have

Re: [dev] Re: building openoffice problem

2010-08-23 Thread Soohong Min
Hello, I'm building OpenOffice 3.2.1.4. I wonder there is a way to install some modules. Actually I deleted some modules I don't need to install in the middle of building. After building packimages module, I got some error message including some lists I deleted and it indicates that there is

Re: [dev] Re: building openoffice problem

2010-08-23 Thread David Tardon
On Mon, Aug 23, 2010 at 02:59:09PM -0700, Soohong Min wrote: Hello, I'm building OpenOffice 3.2.1.4. I wonder there is a way to install some modules. Actually I deleted some modules I don't need to install in the middle of building. After building packimages module, I got some error

Re: [dev] Re: building openoffice problem

2010-08-22 Thread David Tardon
On Fri, Aug 20, 2010 at 09:30:40PM +0200, eric b wrote: Hi, Le 20 août 10 à 20:54, Soohong Min a écrit : Did you move the sources or modified the directories names since the first time you did configure ? Yes. I moved the sources to other computer. If so, how can I match with the

Re: [dev] Re: building openoffice problem

2010-08-20 Thread Bernd Eilers
On 19.08.2010 21:38, Soohong Min wrote: Thanks for your reply. Can you tell me in detail how to build specific module in Openoffice source, if possble? Thanks *huh* what was not clear about the description? Here is an Example for the module vcl: $ cd vcl $ build Kind regards, Bernd

Re: [dev] Re: building openoffice problem

2010-08-20 Thread Eike Rathke
Hi, On Friday, 2010-08-20 14:15:08 +0200, Bernd Eilers wrote: On 19.08.2010 21:38, Soohong Min wrote: Can you tell me in detail how to build specific module in Openoffice source, if possble? Here is an Example for the module vcl: $ cd vcl $ build $ deliver Don't forget to deliver in

Re: [dev] Re: building openoffice problem

2010-08-20 Thread Soohong Min
Hi, After building module, I got this error message cd framework $build $deliver I get build: command not found deliver: command not found How can I get build command? I use Ubuntu 10.4. Thanks On Fri, Aug 20, 2010 at 6:04 AM, Eike Rathke eike.rat...@oracle.com wrote: Hi, On Friday,

Re: [dev] Re: building openoffice problem

2010-08-20 Thread Santiago Bosio
Soohong Min escribió: Hi, After building module, I got this error message cd framework $build $deliver I get build: command not found deliver: command not found How can I get build command? I use Ubuntu 10.4. Thanks Perhaps, you don't set the environment correctly. Before cd'ing

Re: [dev] Re: building openoffice problem

2010-08-20 Thread eric b
Hi, Le 20 août 10 à 15:54, Santiago Bosio a écrit : Perhaps, you don't set the environment correctly. +1 Source the LinuxX86Env.Set.sh (or LinuxX86_64Env.Set.sh on 64 bits Linux) is correct, and probably the reason, but not bootstrap, needed only once. Before cd'ing into the module

Re: [dev] Re: building openoffice problem

2010-08-20 Thread Soohong Min
I tried to set the environment correctly. After ./bootstrap - source LinuxX86Env.Set.sh - cd module build I got this message perl: warning: Setting locale failed perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG =

Re: [dev] Re: building openoffice problem

2010-08-20 Thread eric b
Hi, Le 20 août 10 à 20:34, Soohong Min a écrit : I tried to set the environment correctly. After ./bootstrap - source LinuxX86Env.Set.sh - cd module build I got this message perl: warning: Setting locale failed perl: warning: Please check that your locale settings: LANGUAGE =

Re: [dev] Re: building openoffice problem

2010-08-20 Thread Soohong Min
Thanks for your reply. Can't open perl script /home/vaio/Downloads/ooo-build-3.2.1.4/build/ooo320-m19/solenv/bin/build.pl: No such file or directory What is the right path ? This is right path /home/soo/Downloads/office/ooo-build-3.2.1.4/build/ooo320-m19/solenv/bin/build.pl Did

Re: [dev] Re: building openoffice problem

2010-08-20 Thread eric b
Hi, Le 20 août 10 à 20:54, Soohong Min a écrit : Did you move the sources or modified the directories names since the first time you did configure ? Yes. I moved the sources to other computer. If so, how can I match with the environment variables contained in the LinuxX86Env.Set.sh?

Re: [dev] Re: building openoffice problem

2010-08-20 Thread Soohong Min
Hi, I redo configure again and then tried to do below $./bootstrap dmake present in /ooo-build-3.2.1.4/build/ooo320-m19/solenv/unxlngr/bin/dmake dmake copied to /ooo-build-3.2.1.4/build/ooo320-m19/solenv/unxlngr/bin/dmake $source LinuxX86Env.Set.sh $build build -- version: - ERROR: dmake:

Re: [dev] Re: building openoffice problem

2010-08-19 Thread Soohong Min
Thanks for your reply. Can you tell me in detail how to build specific module in Openoffice source, if possble? Thanks Soohong 2010/8/19 Björn Michaelsen bjoern.michael...@gmail.com: Am Wed, 18 Aug 2010 16:41:13 -0700 schrieb Soohong Min shm...@gmail.com: Hello, I need to build openoffcie