Hi,

I am new to Libreoffice and I was trying to build Libreoffice for the
first time. I ended up with this error - [1]. I figured it might be
because the file might not have included algorithm as the
'lower_bound' function that was said missing is provided by algorithm
header. I naively added a

<snip>
#include<algorithm>
using namespace std
</snip>

to .../build/build/libreoffice-3.2.99.2/forms/source/component/GroupManager.hxx
and the build worked. And right now proceeding with the build further.

But I am not sure this is the right way of doing it as I believe we
are using stlports and that would mean algorithm should come from
stlports and now from system provided STL. Please do advice how to
proceed to get it fixed.

[1] http://libreoffice.pastebin.com/3hEYKZnk

-- 
Thanks,
Suren
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to