Hi all,<br><br>I recently started getting the above error from bjam when trying to build my docs (note: the error is coming from tools/build/v2/build/project.jam#729). I&#39;m struggling to figure out what I changed to make it start doing this.
<br><br>Can anyone tell me what the jam variable $(id) is supposed to represent here? It is being returned as &quot;boost/cgi&quot; at the point of the error, but none of my Jamfile.v2s are setting up any project name. I also noticed $(location) is &quot;libs/cgi/build&quot; at the time of the error. I&#39;m calling bjam from &quot;libs/cgi/doc&quot;.
<br><br>Strangely, if the &quot;build&quot; directory has an empty Jamfile.v2, the error comes up, but if I delete the directory, the error disappears. It&#39;s replaced by other errors (including: &quot;&lt;tag&gt;@rulename is present but is not the only &lt;tag&gt; feature&quot;), but I haven&#39;t investigated that yet.
<br><br>What am I missing?<br><br>Regards,<br>Darren<br><br>PS. The code in question is in the boost sandbox, here: <b><a href="http://tinyurl.com/2w9mh4">http://tinyurl.com/2w9mh4</a></b>