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 wrote: > On 10.03.2014 14:42, LOH KOK HOE wro

Re: Building OpenOffice using VS2012 Express?

2014-03-10 Thread LOH KOK HOE
> > -Andre > > > >> Cheers >> John >> >> >> On Mon, Mar 10, 2014 at 8:41 AM, Andre Fischer wrote: >> >> On 09.03.2014 10:25, LOH KOK HOE wrote: >>> >>> Dear all, >>>> Has anyone successfully build OpenOffice us

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 (x86)"/"Mi

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/ unxlngx6.pro/b

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: 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

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: 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 wrote: > 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 `s

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

2014-02-23 Thread LOH KOK HOE
nd it, where does it keep? 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 bui

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 ol

Re: Error in determine_new_packagename()

2014-02-21 Thread LOH KOK HOE
iver-Rainer Wittmann < orwittm...@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. >> >> >

Re: Error in determine_new_packagename()

2014-02-21 Thread LOH KOK HOE
@Oliver I did `source` every time I make a build, without `source`, there will be compile error complaining that build command not found. On Fri, Feb 21, 2014 at 4:10 PM, Oliver-Rainer Wittmann < orwittm...@googlemail.com> wrote: > Hi, > > > On 20.02.2014 14:39, LOH KOK HOE

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 link and they mention this was cause by the epm module. The modul

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 wrote: >

Re: US_inprogress folder went missing during the build

2014-02-14 Thread LOH KOK HOE
y to build with option -P ? I found, 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

Re: US_inprogress folder went missing during the build

2014-02-13 Thread LOH KOK HOE
okhoe/workspace/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

US_inprogress folder went missing during the build

2014-02-12 Thread LOH KOK HOE
As I following the guidelineon building the AOO, I got following error shown in the log file, the log file were locate at /main/instsetoo_native/ unxlngx6.pro/Apache_OpenOffice/deb/logging/en-US directory, and the file name was "log_A

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

2014-02-12 Thread LOH KOK HOE
uild --all". Does the command > "build --all" is the AOO build environment that you mention? THanks @! On Wed, Feb 12, 2014 at 5:20 AM, Andrea Pescetti wrote: > Forwarding the answer below to LOH KOK HOE, who is not subscribed. LOH KOK > HOE: please read http://openo

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 @!