<div dir="ltr"><div>Thanks for the quick reply, Olly. So, I was able to bootstrap and configure it, but <a href="http://pastebin.com/r30RxWwP">this</a> is what I get when I make it.</div><div>So far solving one problem has led to another. Am I using the right branch? <a href="https://github.com/xapian/xapian/tree/svn/clustering">This</a> is what I have forked.</div>

<div><br></div><div>Thanks again.</div><div class="gmail_extra">Satwant Rana<br><br><div class="gmail_quote">On Sun, Apr 13, 2014 at 1:46 PM, Olly Betts <span dir="ltr"><<a href="mailto:olly@survex.com" target="_blank">olly@survex.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Sun, Apr 13, 2014 at 01:35:00PM +0530, Satwant Rana wrote:<br>
> I tried the suggested changes, but still haven't been able to compile the<br>
> branch.<br>
> Here's the log: <a href="http://pastebin.com/HR17USXR" target="_blank">http://pastebin.com/HR17USXR</a><br>
<br>
</div>You can just create the missing m4 directories, so for this one:<br>
<br>
mkdir xapian-applications/omega/m4<br>
<br>
The problem is that git doesn't track directories, only files, so empty<br>
directories can't be represented - SVN tracks directories, so can.<br>
<br>
In trunk, bootstrap creates these empty directories if they don't<br>
already exist, but the clustering branch pre-dates our git mirror.<br>
<br>
Cheers,<br>
    Olly</blockquote></div>
</div></div>