Re: How to launch LibreOffice from source

2014-09-05 Thread LOH KOK HOE
Dear Christian, Thanks for the information, I have successfully made the build. THanks @! On Wed, Sep 3, 2014 at 11:26 PM, Christian Lohmaier lohma...@googlemail.com wrote: Hi *, On Wed, Sep 3, 2014 at 4:21 PM, LOH KOK HOE huahsi...@gmail.com wrote: kokhoe@KOKHOE:~/workspace

How to launch LibreOffice from source

2014-09-03 Thread LOH KOK HOE
Dear all, I have the source code downloaded, compiled and build successfully. But I'm running out of clue how could I launch LibreOffice from the source after the build? Any clue on this? Thanks @! ___ LibreOffice mailing list

Re: How to launch LibreOffice from source

2014-09-03 Thread LOH KOK HOE
to your build folder then instdir then program and find file called soffice. For me i can start like ./libreoffice/instdir/soffice on linux terminal . Also there should be something on the build page of wiki On 3 Sep 2014 15:18, LOH KOK HOE huahsi...@gmail.com wrote: Dear all, I have the source

Re: May I know where is intro image and how to link it?

2014-08-10 Thread LOH KOK HOE
, 2014 at 09:52:27AM +0800, LOH KOK HOE wrote: Thanks for informing, I don't know the source code has been far left behind. I could not tell which version I'm building because I get the source from LibreOffice development site. According to `git log`, the latest commit is on 12-07-2013, May I

May I know where is intro image and how to link it?

2014-08-09 Thread LOH KOK HOE
Dear all, I'm building LibreOffice from source. Now I have complete my build and have LD_LIBRARY_PATH being configure pointing to `solver/ unxlngx6.pro/lib/libsofficeapp.so`. When I try to execute `./soffice`, I hit following error: Failed to find intro image Warning: failed to launch

Re: May I know where is intro image and how to link it?

2014-08-09 Thread LOH KOK HOE
version? Regarding the build, since you mention solver has been dead for a year, may I know where would be the final executable being place? On Sat, Aug 9, 2014 at 10:54 PM, David Tardon dtar...@redhat.com wrote: Hi, On Sat, Aug 09, 2014 at 09:42:45PM +0800, LOH KOK HOE wrote: Dear all

How could I compile when the directory path contain whitespace?

2014-07-15 Thread LOH KOK HOE
Dear all, I was compiling LibreOffice in Windows 8 using Cygwin. I have the libreoffice source code being downloaded in a directory, say Open Source. Notice that the directory is with space. When I issue the command ./autogen.sh, I got this error: aclocal-1.11: couldn't open directory

How could I compile if the source code directory contain white space?

2014-07-15 Thread LOH KOK HOE
Dear all, I was compiling the project on Windows 8 using Cygwin as my compiler. When I compile the project with ./autogen.sh, I'm getting an error as follow: aclocal-1.11: couldn't open directory '/cygdrive/d/Open': No such file or directory Failed to run aclocal at ./autogen.sh line 174. Notice

Fwd: How could I compile if the source code directory contain white space?

2014-07-15 Thread LOH KOK HOE
So sorry for making such a mistake, please ignore this email. I was mess up with my filter where it direct all my mail into trash. So sorry for the inconvenient causes. -- Forwarded message -- From: LOH KOK HOE huahsi...@gmail.com Date: Tue, Jul 15, 2014 at 8:10 PM Subject: How

Build error on registry_en-US.list

2014-07-15 Thread LOH KOK HOE
Dear all, When building libreoffice version 4.1.6.2 on Windows machine, I hit following error: [build IDL] cppu/qa/idl [build IDL] cppu/qa/cppumaker/idl [build CFG] fcfg_langpack [build PKG] jfreereport_liblayout [build ECH] CustomTarget/postprocess/registry/fcfg_langpack_en-US.list [build ECH]

Fwd: Why dev-www.libreoffice.org is unreachable

2013-07-15 Thread LOH KOK HOE
CC this error to everyone. -- Forwarded message -- From: LOH KOK HOE huahsi...@gmail.com Date: Mon, Jul 15, 2013 at 7:36 PM Subject: Re: Why dev-www.libreoffice.org is unreachable To: Noel Grandin n...@peralex.com Ya, I did a try on this morning was working fine, but when I

Re: Why dev-www.libreoffice.org is unreachable

2013-07-15 Thread LOH KOK HOE
correct. On 2013-07-15 13:36, LOH KOK HOE wrote: Ya, I did a try on this morning was working fine, but when I reach home at night, I can't connect connect anymore. Is the server went down again? Let me try to compile tomorrow. On Mon, Jul 15, 2013 at 2:18 PM, Noel Grandin n...@peralex.com

Why dev-www.libreoffice.org is unreachable

2013-07-13 Thread LOH KOK HOE
I just clone the code, when I issue the make command, I got following error: cd /home/kokhoe/workspace/LibreOffice/core/src/tmp wget --progress=dot:mega -Q 0 -P . -l 0 -nd -nH -N http://dev-www.libreoffice.org/src/libcdr-0.0.14.tar.bz2 21 | tee -a

Is there a guideline on reviewing patches?

2013-01-23 Thread LOH KOK HOE
Hi, I am currently doing code review through the website at https://gerrit.libreoffice.org without being download the source code to compile, and then test run. I would like to know how could I download the patches in order for me to test at least one round on my local PC so that I could ensure

Re: Build error in offapi module

2012-09-22 Thread LOH KOK HOE
: On Fri, 2012-09-21 at 22:05 +0800, LOH KOK HOE wrote: Yes, you are right. After making a clean build, the build was finally successful. Glad you made it in the end :-) Michael. -- michael.me...@suse.com , Pseudo Engineer, itinerant idiot

Re: Build error in offapi module

2012-09-21 Thread LOH KOK HOE
Yes, you are right. After making a clean build, the build was finally successful. THanks @! On Thu, Sep 20, 2012 at 10:55 PM, Stephan Bergmann sberg...@redhat.comwrote: On 09/20/2012 04:18 PM, LOH KOK HOE wrote: I was trying to make a clean build Did you actually do make clean? offapi

Re: Failed to compile accessibility module due to gb_Deliver_deliver file is missing.

2012-09-20 Thread LOH KOK HOE
. Before you try hacking on individual modules, you have to first have a complete build i.e. ./autogen.sh make and let it run to completion. May take several hours. On 2012-09-20 14:54, LOH KOK HOE wrote: Hi noel, When I issue the command make rsc I got this error: make -r -f /home

Re: Failed to compile accessibility module due to gb_Deliver_deliver file is missing.

2012-09-20 Thread LOH KOK HOE
, Noel Grandin n...@peralex.com wrote: Maybe you should try reading the documentation? http://wiki.documentfoundation.org/Development/Native_Build On 2012-09-20 15:46, LOH KOK HOE wrote: Sorry noel, I just want to know the options available for ./autogen.sh, and I had accidentally type

Build error in offapi module

2012-09-20 Thread LOH KOK HOE
I was trying to make a clean build using this command ./autogen.sh and have encountering a build error in offapi module. I am running out of clue on how this problem could be solve. Below are the details of the stack trace, hope you guys can give some pointer. *Trace extract from build_error.log*

Failed to compile accessibility module due to gb_Deliver_deliver file is missing.

2012-09-19 Thread LOH KOK HOE
I am trying to compile accessibility module by using following command make accessibility Unfortunately the compilation was fail due to the file named gb_Deliver_deliver was missing. May I know where can I get the missing file so that I can complete the compilation. Here is the full stack

Re: gnome-vfs not found while ./autogen.sh

2012-02-19 Thread LOH KOK HOE
, Il 19/02/2012 08:35, LOH KOK HOE ha scritto: configure: error: Package requirements (gnome-vfs-2.0= 2.6.0 ) were not met: Please take a look at this document that should help you resolve this and future build issues: http://wiki.**documentfoundation.org/**Development/Native_Buildhttp

gnome-vfs not found while ./autogen.sh

2012-02-18 Thread LOH KOK HOE
I am using Fedora 16, when I issue this command: ./autogen.sh --with-num-cpus=2 I hit this error: configure: error: Package requirements (gnome-vfs-2.0 = 2.6.0 ) were not met: No package 'gnome-vfs-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed

Re: JDK 1.7 error in autogen.sh

2012-02-13 Thread LOH KOK HOE
Thank you so much of your reply, may I know what ./g pull -r? THanks @! On Mon, Feb 13, 2012 at 7:46 PM, Caolán McNamara caol...@redhat.com wrote: On Sun, 2012-02-12 at 14:44 +0800, LOH KOK HOE wrote: configure: error: 1.7 is not a supported Java bytecode version! Error running configure

JDK 1.7 error in autogen.sh

2012-02-11 Thread LOH KOK HOE
Hi all, I have an i5 with 8GB ram PC running Fedora 16, it has OpenJDK 1.7 pre-installed in the box. When I am issuing the command: ./autogen.sh --with-num-cpus=2, I hit the following error: checking for java... /usr/bin/java checking the installed JDK... checked (JDK 1.7.0_b147-icedtea) checking

Re: How to compile Calc

2012-02-09 Thread LOH KOK HOE
+0800, LOH KOK HOE wrote: In order to compile Calc, any other dependencies project I should checkout as well? This should mostly get done for you automagically :-) After a git clone of the core repository: cd core ./configure make make dev

Re: How to compile Calc

2012-02-08 Thread LOH KOK HOE
Thank you so much on the clarification. I was trying to get myself involve in the project development. At the very beginning step is to get myself familiar with the code base by working on the bug fixes, but the project is too huge and kind of lose where should I start. Since I have been using a

Re: [Libreoffice] Segmentation fault in building tail_build project

2011-10-30 Thread LOH KOK HOE
? THanks @! On Sat, Oct 29, 2011 at 8:05 PM, Norbert Thiebaud nthieb...@gmail.comwrote: On Sat, Oct 29, 2011 at 6:13 AM, Christian Lohmaier lohmaier+libreoff...@googlemail.com wrote: Hi *, On Sat, Oct 29, 2011 at 11:16 AM, LOH KOK HOE huahsi...@gmail.com wrote: May I know

Re: [Libreoffice] Segmentation fault in building tail_build project

2011-10-29 Thread LOH KOK HOE
. May I know is there a way to use the make 3.82 and not removing make 3.81? THanks @! On Sun, Oct 23, 2011 at 6:06 PM, Norbert Thiebaud nthieb...@gmail.comwrote: On Sun, Oct 23, 2011 at 2:57 AM, LOH KOK HOE huahsi...@gmail.com wrote: Hi all, I have just downloaded the latest source code