Hi, I&#39;m a complete beginner in LibreOffice development and at the compiling step now. I tried instructions here: <a 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 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 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 &#39;helpcontent2&#39;, 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 href="http://unxlngi6.pro">unxlngi6.pro</a> # optional module &#39;clean&#39;<br>/bin/bash<br>cd /home/baris/libo<br>source ./<a 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 &#39;make&#39; 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&#39;t this a bit long? The first one took only 8-9 hours.<br>

<br>I&#39;m using Ubuntu 11.04. Do you have any suggestions? Thanks, in advance.<br>