Hello <div><br></div><div>I am trying to build my own LibreOffice . The ./autogen.sh worked fine but after issuing the make command an error showed up which said </div><div><br></div><div>fatal : index file smaller than expected</div>

<div><br></div><div>So to solve this , I issued </div><div><br></div><div>mv .git/index .git/index/backup</div><div>git add .</div><div><br></div><div>but after this I get an error saying : </div><div><br></div><div><pre style="word-wrap:break-word;white-space:pre-wrap">
make -r -f /home/rushi/Documents/Gitty/libo/Makefile.top all
make[1]: Entering directory `/home/rushi/Documents/Gitty/libo'
cd /home/rushi/Documents/Gitty/libo && ./g -f clone
error: pathspec 'dictionaries' did not match any file(s) known to git.
Did you forget to 'git add'?
make[1]: *** [get-submodules] Error 1
make[1]: Leaving directory `/home/rushi/Documents/Gitty/libo'
make: *** [all] Error 2</pre><pre style="word-wrap:break-word;white-space:pre-wrap"><span style="font-family:arial;white-space:normal">How do I get rid of this ? Any kind of help is appreciated :-)</span></pre></div>