Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


On Fri, Mar 16, 2012 at 4:44 AM, Thorsten Behrens
<thb@documentfoundation.org> wrote:
uh.linux@gmail.com wrote:
I'm trying to build LibreOffce 3.5 and 3.5.1 from source, but build always
failed with i18npool project. I'm using parallel build. Same build script
compiles 3.4.5 and older versions. Tested with x86 and x86_64 machine. GCC
4.5.2. Making with -j1 in i18npool wokks, but automatic building
whole suite
with -j1 takes very long time. Can anybody confirm this? What additional
information is needed?

Hi there,

please provide more information on the specific failure. From your
description, it seems you might hit a gnumake bug - what is your
gnumake version?

You might want to try a self-built make:

 git clone git://anongit.freedesktop.org/libreoffice/contrib/dev-tools
 cd dev-tools/make-3.82-gbuild
 ./configure && make

and then in your build shell

 export GNUMAKE=<path/to/your/selfbuild/make>

An alternative is

./configure --prefix=/opt/lo && make
sudo make install

then there is no need to export GNUMAKE since lo's configure will
search /opt/lo/bin for make

Norbert

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.