>From what you are telling me it appears that I need to grab all which is in tools/build/v2 in order to build.&nbsp; That&#39;s fine, I&#39;m willing to bite that dep.&nbsp; However it would be very useful if there was a step by step process somewhere which outlines how-to setup a project.&nbsp; 
<br><br>It would also be nice if there were some open source projects which use bjam which I could reference.&nbsp; After looking at (N) bjam files I can usually gleen the forest through the trees.<br><br>So if you know of any other projects which I can look @ that would be *useful*
<br><br>-Tim<br><br><div><span class="gmail_quote">On 7/24/07, <b class="gmail_sendername">Roland Schwarz</b> &lt;<a href="mailto:roland.schwarz@chello.at">roland.schwarz@chello.at</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br>Tim St. Clair wrote:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; I&#39;m looking for a nice mid-level example of a bjam project outside<br>&gt; of boost, which uses boost.&nbsp;&nbsp;All of the examples listed in the<br>&gt; documentation are very simple and CANNED.&nbsp;&nbsp;I want to know exactly what
<br>&gt; pieces I need in order for me to build, w/o dragging in the entire<br>&gt; tools/build/v2 directory.<br><br>What do you mean by CANNED ? Do you mean everything below boost root?<br>If so, try to take the tools/build/v2/example/libraries as a starting
<br>point.<br>1) Move it outside the tree.<br>2) Make sure either you have BOOST_BUILD_PATH pointing to<br>&nbsp;&nbsp;&nbsp;&nbsp;.../tools/build/v2, have a boost-build.jam pointing there,<br>&nbsp;&nbsp;&nbsp;&nbsp;or have the boost-build package (if you are on debian) installed.
<br>3) Using boost libraries: If you want to be platform independent<br>&nbsp;&nbsp;&nbsp;&nbsp;you currently have only one option: installing the source tree.<br>&nbsp;&nbsp;&nbsp;&nbsp;Then in your Jamroot: &quot;use-project boost : insert_path_to_boost&quot;
<br>4) Linking to boost libraries from bjam in a platform independent<br>&nbsp;&nbsp;&nbsp;&nbsp;way is being worked on.<br><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; From reading the documentation, and looking at the bjam files<br>&gt; created within boost, there is a fair amount of inconsistency on what
<br>&gt; one might consider to be &quot;best-practices&quot;...<br><br>Unfortunately true. This for the most part stems from the draft nature<br>of the Boost.Build manual I guess.<br><br>Roland<br><br>_______________________________________________
<br>Unsubscribe &amp; other changes: <a href="http://lists.boost.org/mailman/listinfo.cgi/boost-build">http://lists.boost.org/mailman/listinfo.cgi/boost-build</a><br></blockquote></div><br><br clear="all"><br>-- <br>Regards,
<br>Timothy St. Clair<br>[<a href="mailto:timothysc@gmail.com">timothysc@gmail.com</a>]

