<div dir="ltr">Hi there,<br><br>I&#39;ve checked out the latest copy of policykit by running, below command.<br># git clone git://<a href="http://anongit.freedesktop.org/git/PolicyKit">anongit.freedesktop.org/git/PolicyKit</a><br>
<br>After that, I&#39;ve ran &quot;autogen.sh&quot;, followed by &quot;configure&quot;<br>configure, first complained that I needed intltoolize utility greater than 0.36.0<br>So, I got a copy 0.36.3 off the net and completed configure successfully.<br>
However, during &#39;make&#39;, it fails with below error.<br><br>make[2]: Leaving directory `/home/&lt;login&gt;/build/src/tmp1/PolicyKit/tools&#39;<br>Making all in policy<br>make[2]: Entering directory `/home/&lt;login&gt;/build/src/tmp1/PolicyKit/policy&#39;<br>
Makefile:429: *** missing separator.&nbsp; Stop.<br>make[2]: Leaving directory `/home/&lt;login&gt;/build/src/tmp1/PolicyKit/policy&#39;<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/home/&lt;login&gt;/build/src/tmp1/PolicyKit&#39;<br>
make: *** [all] Error 2<br><br>Here is a cut out of policy/Makefile, Line number 429<br><br>@INTLTOOL_POLICY_RULE@<br><br>I can see the problem. It&#39;s with intltool. It&#39;s meant to substitute that line, but it&#39;s not doing it.<br>
<br>After googling for a while, I found a comment that I should use intltool version 0.37.1<br>So, naturally I followed that recommendation. But, even then, make still fails with same error.<br><br>FYI, I tried with the latest copy of intltool. That is 0.40.0<br>
This version of intltool no longer generates &quot;<a href="http://intltool-update.in">intltool-update.in</a>&quot; and few others that is needed by PolicyKit.<br>However, even getting around that problem, I still failed &#39;make&#39; with same error.<br>
<br>What am I doing wrong?<br clear="all"><br>Thank you in advance.<br><br>-- <br>Daniel
</div>