<div dir="ltr">Hi there,<br><br>I'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've ran "autogen.sh", followed by "configure"<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 'make', it fails with below error.<br><br>make[2]: Leaving directory `/home/<login>/build/src/tmp1/PolicyKit/tools'<br>Making all in policy<br>make[2]: Entering directory `/home/<login>/build/src/tmp1/PolicyKit/policy'<br>
Makefile:429: *** missing separator. Stop.<br>make[2]: Leaving directory `/home/<login>/build/src/tmp1/PolicyKit/policy'<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/home/<login>/build/src/tmp1/PolicyKit'<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's with intltool. It's meant to substitute that line, but it'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 "<a href="http://intltool-update.in">intltool-update.in</a>" and few others that is needed by PolicyKit.<br>However, even getting around that problem, I still failed 'make' with same error.<br>
<br>What am I doing wrong?<br clear="all"><br>Thank you in advance.<br><br>-- <br>Daniel
</div>