Re: 反馈openoffice启动服务,不监听端口问题

2014-09-26 Thread LOH KOK HOE
Dear all, Basically, he has OpenOffice 4.1.1 install in Linux and everything are working fine. But when trying to connect to Internet, the document was not able to open. Later only found out the port is not listening. He confirm OpenOffice has been load into process. He did a search on the similar

Re: Building OpenOffice using VS2012 Express?

2014-03-10 Thread LOH KOK HOE
I'm just curious to know how to retrieve the 8.3 file names. For my case, Microsoft Visual Studio 11.0, it doesn't show anything. Thus I wonder why? Is this some sort of Windows 8 feature? On Mon, Mar 10, 2014 at 9:53 PM, Andre Fischer awf@gmail.com wrote: On 10.03.2014 14:42, LOH KOK HOE

Building OpenOffice using VS2012 Express?

2014-03-09 Thread LOH KOK HOE
Dear all, Has anyone successfully build OpenOffice using VS2012 Express? I'm currently experiencing some error while following command is issue: ./configure --with-dmake-url= https://dmake.apache-extras.org.codespot.com/files/dmake-4.12.2.tar.bz2--with-cl-home=/cygdrive/c/Program Files

Re: How could I linked the dependencies of soffice.bin?

2014-02-27 Thread LOH KOK HOE
Understood. Thanks for your info.

Re: How could I linked the dependencies of soffice.bin?

2014-02-26 Thread LOH KOK HOE
When I execute the soffice, I have this error: /home/kokhoe/workspace/aoo-trunk/main/solver/410/unxlngx6.pro/bin/javaldx: error while loading shared libraries: libjvmfwk.so.3: cannot open shared object file: No such file or directory /home/kokhoe/workspace/aoo-trunk/main/solver/410/

Re: How could I make a build on writer module?

2014-02-25 Thread LOH KOK HOE
I can see the sw library is inside the workdir, anyhow it is still not an executable. I'm just curious to know how could I run sw module in debug mode while fixing a defect so that I could understand whether my fix is correct. The worst is I'll never run an executable until I rebuild the installer

How could I linked the dependencies of soffice.bin?

2014-02-25 Thread LOH KOK HOE
I just make a build and the executable file (soffice.bin) was locate at /main/solver/410/unxlngx6.pro/bin. When I execute the file, it shows me: ./soffice.bin: error while loading shared libraries: libsofficeapp.so: cannot open shared object file: No such file or directory When I use `strace -f

Re: Error in determine_new_packagename()

2014-02-24 Thread LOH KOK HOE
Sorry for my late reply, tested OK. Great job. On Mon, Feb 24, 2014 at 4:42 AM, Andrea Pescetti pesce...@apache.orgwrote: On 22/02/2014 LOH KOK HOE wrote: @pescetti, I notice that the revision number of the fixed you sent to me is rather old because when I issue the command `svn info

Re: How could I make a build on writer module?

2014-02-24 Thread LOH KOK HOE
If I have rebuild the sw module, done with no error. How could I launch the Writer executable? BTW, I found the swriter under the `main/solver/410/ unxlngx6.pro/bin` directory, but it is not executable? How could I test my work done on sw?

Re: How could I make a build on writer module?

2014-02-23 Thread LOH KOK HOE
? On Thu, Feb 13, 2014 at 4:55 PM, Oliver-Rainer Wittmann orwittm...@googlemail.com wrote: Hi, On 12.02.2014 14:34, LOH KOK HOE wrote: Thanks Andrea. Sorry for my mistake. To Oliver, You mention AOO build environment have to be setup, did you mean the full build at the very first step

Re: Error in determine_new_packagename()

2014-02-22 Thread LOH KOK HOE
Dear all, I have the problem solve by using @Kay Schenk's suggestion, download the EPM source, build it (there was a guideline included in the source), and then set the --with-epm to the newly created EPM binary. @pescetti, I notice that the revision number of the fixed you sent to me is rather

Re: Error in determine_new_packagename()

2014-02-21 Thread LOH KOK HOE
...@googlemail.com wrote: Hi, On 21.02.2014 13:26, LOH KOK HOE wrote: @Oliver I did `source` every time I make a build, without `source`, there will be compile error complaining that build command not found. don't mind. I just want to be sure that this step is not forgotten. What does your

Error in determine_new_packagename()

2014-02-20 Thread LOH KOK HOE
During the build, there was an error happen in instsetoo_native module where a function call determine_new_packagename causing the build stop. As I trace back the bug, I have this linkhttps://issues.apache.org/ooo/show_bug.cgi?id=121469 and they mention this was cause by the epm module. The module

Re: US_inprogress folder went missing during the build

2014-02-18 Thread LOH KOK HOE
Hello guys, I just update my workspace and the build has now run successfully. This round I did the build without option -P. I wasn't sure whether the build is cause by the option -P or my workspace could be rather old. THanks @! On Fri, Feb 14, 2014 at 8:47 PM, LOH KOK HOE huahsi...@gmail.com

Re: US_inprogress folder went missing during the build

2014-02-14 Thread LOH KOK HOE
, that -P4 does never work for me, but building without that option works. What is your value for --with-lang in configure? It seems to me that wrong values are not detected before packing. Kind regards Regina LOH KOK HOE schrieb: I have remove the unxingx6.pro and rebuild, error still persist

Re: US_inprogress folder went missing during the build

2014-02-13 Thread LOH KOK HOE
/aoo-trunk/main/instsetoo_native/util When you have fixed the errors in that module you can resume the build by running: build --all:instsetoo_native On Thu, Feb 13, 2014 at 5:04 PM, Oliver-Rainer Wittmann orwittm...@googlemail.com wrote: Hi, On 12.02.2014 15:18, LOH KOK HOE wrote: As I

Re: How could I make a build on writer module?

2014-02-12 Thread LOH KOK HOE
--all is the AOO build environment that you mention? THanks @! On Wed, Feb 12, 2014 at 5:20 AM, Andrea Pescetti pesce...@apache.orgwrote: Forwarding the answer below to LOH KOK HOE, who is not subscribed. LOH KOK HOE: please read http://openoffice.apache.org/mailing-lists.html to know how our

US_inprogress folder went missing during the build

2014-02-12 Thread LOH KOK HOE
As I following the guidelinehttps://wiki.openoffice.org/wiki/Building_installation_packageson building the AOO, I got following error shown in the log file, the log file were locate at AOO-ROOT/main/instsetoo_native/ unxlngx6.pro/Apache_OpenOffice/deb/logging/en-US directory, and the file name was

How could I make a build on writer module?

2014-02-10 Thread LOH KOK HOE
I would like to focus my contribution to writer module only, how could I build and test only for this module? Do I need to make a full build for the whole system in order to run my test? Thanks @!