Re: [Libreoffice] Segmentation fault in building tail_build project

2011-10-31 Thread Michael Meeks
On Sun, 2011-10-30 at 20:33 +0800, LOH KOK HOE wrote: The export to GNUMAKE is not working. You can of course add the path to this to the beginning of your path - which might do it better. Personally, I'd love a --with-internal-gnumake configure option that would download,

Re: [Libreoffice] Segmentation fault in building tail_build project

2011-10-30 Thread LOH KOK HOE
Thank you so much on yours reply. [?] The export to GNUMAKE is not working. When I issue a command make --version, it still showing version 3.81. Could it be a possibility where the old make is default install and there is no other way to modify the environment variable? Anyhow I have temporary

Re: [Libreoffice] Segmentation fault in building tail_build project

2011-10-30 Thread Christian Lohmaier
Hi *, On Sun, Oct 30, 2011 at 1:33 PM, LOH KOK HOE huahsi...@gmail.com wrote: Thank you so much on yours reply. The export to GNUMAKE is not working. When I issue a command make --version, it still showing version 3.81. Sure, but that doesn't matter, as the toplevel makefiles calls $GNUMAKE

Re: [Libreoffice] Segmentation fault in building tail_build project

2011-10-29 Thread LOH KOK HOE
Thanks for your help. I have the make 3.82 downloaded. May I know can I instruct the build to use the latest version of make 3.82. I was using Ubuntu, currently using version 3.81, and not really want to remove the old version and install a new one because there are dependencies using make 3.81.

Re: [Libreoffice] Segmentation fault in building tail_build project

2011-10-29 Thread Christian Lohmaier
Hi *, On Sat, Oct 29, 2011 at 11:16 AM, LOH KOK HOE huahsi...@gmail.com wrote: May I know is there a way to use the make 3.82 and not removing make 3.81? export GNUMAKE=/path/to/make-3.82 ciao Christian ___ LibreOffice mailing list

Re: [Libreoffice] Segmentation fault in building tail_build project

2011-10-29 Thread Norbert Thiebaud
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 is there a way to use the make 3.82 and not removing make 3.81? export GNUMAKE=/path/to/make-3.82 or

Re: [Libreoffice] Segmentation fault in building tail_build project

2011-10-23 Thread Norbert Thiebaud
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 from GIT, following the developer guideline in making the build. But it failed in tail_build project. When attempting the individual build on tail_build project, I get