<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><div><div><br></div></div></div></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div class="gmail_quote"><div></div><div>FYI, git-pull is really doing two things in order: git-fetch and git-merge.  fetch means retrieve the updates from a remote location, in this case "origin" which  is automatically set when you clone, but will not merge that into your local checkout.  </div>


<div>
<div><br></div></div></div></blockquote><div><br></div><div>Got it. This means I could edit the source and keep my own edits while keeping up to date, I imagine.</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><div><div><br></div></div><div>Yes you should probably clean.  Scons is suppose to be smart enough to figure out what is different, and you could just try it, but if you get any hint of a problem just clean and start fresh.</div>



<div><br></div></div></blockquote><div><br></div><div>Done. Thanks for your patience.  </div><div><br></div><div>All the calls to Scons gave a warning about my Ode float precision and indeed all physics examples that I tried now crash Fluxus outright on my system. I think I'll wait for a bit to see whether some solution is found instead of downgrading Ode as I'm not using a lot of physics right now.</div>

<div><br></div><div>Kas. </div></div>