On Sun, Oct 24, 2010 at 3:03 AM, Jacek Wolszczak
<shutdownrun...@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@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffice
>
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to