<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 21/01/12 20:49, Barış Akkurt wrote:
<blockquote
cite="mid:CA+3cQkw5qa+zbcEP7L3q86Km6_A4wsLRo50X1jPr+BhQ0fG+Wg@mail.gmail.com"
type="cite">Hi, I'm a complete beginner in LibreOffice development
and at the compiling step now. I tried instructions here: <a
moz-do-not-send="true"
href="http://wiki.documentfoundation.org/Development/Native_Build">http://wiki.documentfoundation.org/Development/Native_Build</a>
But compilation failed while building the moz module. I tried
instructions here: <a moz-do-not-send="true"
href="https://www.libreoffice.org/bugzilla/show_bug.cgi?id=39852">https://www.libreoffice.org/bugzilla/show_bug.cgi?id=39852</a>
but the result is the same.<br>
<br>
Then, i found this blog post and restarted compilation from the
beginning: <a moz-do-not-send="true"
href="http://www.vogella.de/blog/2011/02/10/how-to-compile-libreoffice/">http://www.vogella.de/blog/2011/02/10/how-to-compile-libreoffice/</a>
I got an error about helpcontent2. <br>
<br>
Error message:<br>
-----------------------------------------------------------------------------------------------------------------------------------------------------------<br>
ERROR: error 65280 occurred while making
/home/baris/libo/helpcontent2/source/auxiliary<br>
<br>
it seems that the error is inside 'helpcontent2', please re-run
build<br>
inside this module to isolate the error and/or test your fix:<br>
-----------------------------------------------------------------------<br>
<br>
rm -Rf /home/baris/libo/helpcontent2/<a moz-do-not-send="true"
href="http://unxlngi6.pro">unxlngi6.pro</a> # optional module
'clean'<br>
/bin/bash<br>
cd /home/baris/libo<br>
source ./<a moz-do-not-send="true" href="http://Env.Host.sh">Env.Host.sh</a><br>
cd helpcontent2<br>
build<br>
<br>
when the problem is isolated and fixed exit and re-run 'make' from
the top-level<br>
-----------------------------------------------------------------------------------------------------------------------------------------------------------<br>
I tried ./autogen.sh --with-languages and ./download and the
commands above but, result is negative. I have directories such as
artwork, base, calc in clone directory but i have no l10n
directory there.<br>
<br>
By the way, second way of compilation took 20 hours until the
error. Isn't this a bit long? The first one took only 8-9 hours.<br>
<br>
I'm using Ubuntu 11.04. Do you have any suggestions? Thanks, in
advance.<br>
</blockquote>
<br>
Hi Baris,<br>
<br>
I had exactly the same problem with Ubuntu 11.10 and it appears that
for some reason moz doesn't build on Ubuntu. This was reported on
this list in October:
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/archives/libreoffice/2011-October/019597.html">http://lists.freedesktop.org/archives/libreoffice/2011-October/019597.html</a><br>
<br>
Now considering that moz is used for macro security settings and
digital signatures, it's not essential to build it in order to have
a working build. You can disable it as explained here:
<a class="moz-txt-link-freetext" href="http://wiki.documentfoundation.org/Development/Native_Build#Disable_mozilla">http://wiki.documentfoundation.org/Development/Native_Build#Disable_mozilla</a><br>
<br>
In my case for instance, I run the following to get it to build:<br>
./autogen.sh --with-num-cpus=4 --disable-mozilla<br>
<br>
Happy building!<br>
<br>
Bruno<br>
<blockquote
cite="mid:CA+3cQkw5qa+zbcEP7L3q86Km6_A4wsLRo50X1jPr+BhQ0fG+Wg@mail.gmail.com"
type="cite">
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
LibreOffice mailing list
<a class="moz-txt-link-abbreviated" href="mailto:LibreOffice@lists.freedesktop.org">LibreOffice@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/libreoffice">http://lists.freedesktop.org/mailman/listinfo/libreoffice</a>
</pre>
</blockquote>
<br>
</body>
</html>