[Libreoffice] [Libreoofice] build errors - missing SvStream::remainingSize

Matúš Kukan matus.kukan at gmail.com
Thu Jul 21 13:20:27 PDT 2011


On 21 July 2011 22:07, thamht <thamht01188 at gmail.com> wrote:
> /media/LinuxData/git/libo/clone/filters/filter/source/msfilter/msdffimp.cxx:6985:37:
> error: 'class SvStream' has no member named 'remainingSize'
>
remainingSize is new in SvStream and SvStream comes from tools, so I
guess you have to run 'make clean && make -sr' in tools/ .
But it's possible you will run into another trouble.
If so, you can again find which module to rebuild or failing that if
you don't want to investigate more just run make clean && make in main
directory.

HTH,
Matus


More information about the LibreOffice mailing list