[Libreoffice] build problems

Norbert Thiebaud nthiebaud at gmail.com
Sun Oct 24 01:30:43 PDT 2010


On Sun, Oct 24, 2010 at 3:03 AM, Jacek Wolszczak
<shutdownrunner at gmail.com> wrote:
> Hi,
>
> I keep having difficulties with building LibreO:
> http://pastebin.com/ZJJ7cZaQ and http://pastebin.com/rBvZWruc.
>
> Any hints what to do?

It looks like a partial build gone wrong.
Did you do a git pull and than make ?(without make clean)

This often work, but sometimes it breaks, for instance if a git pull
removed a .hxx that is not needed anymore, your make still thinks that
he has a dependency on it and complain about the .hxx not being there.

Following the instruciton given at then end of the build error report
usually get you past that...
(in your case:

cd /home/miles/cvs/libreoffice/build/libreoffice-3.2.99.2
source ./LinuxX86Env.Set.sh
cd svx
rm -Rf unxlngi6.pro
build


>
> Thanks for help in advance.
>
> Regards,
>
> Jacek
>
> _______________________________________________
> LibreOffice mailing list
> LibreOffice at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffice
>


More information about the LibreOffice mailing list