Hi, I know this was posted a couple of weeks ago but I&#39;ve just tried to compile it now and:<br><br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div bgcolor="#ffffff"><div><font face="Arial" size="2">- Get the latest version of the LLVM from their 
Subversion repository, <font size="3"><font face="Courier New" size="2">svn co 
<a href="http://llvm.org/svn/llvm-project/llvm/trunk" target="_blank">http://llvm.org/svn/llvm-project/llvm/trunk</a> llvm</font></font></font></div></div></blockquote></div></blockquote></div><br>
The latest llvm no longer contains a llvm/Support/LLVMBuilder.h, which is apparently required by the raytracer<br>
I poked in svn log for my llvm checkout and found:<br>
<br>
------------------------------------------------------------------------<br>
r49604 | baldrick | 2008-04-13 07:22:09 +0100 (Sun, 13 Apr 2008) | 3 lines<br>
<br>
Merge LLVMBuilder and FoldingBuilder, calling<br>
the result IRBuilder.&nbsp; Patch by Dominic Hamon.<br>
<br>
------------------------------------------------------------------------<br><br>so it seems that just getting HEAD will not result in a successful compilation.<br><br>Can I ask, then, which revision you (or anyone who successfully compiled the patch) used? I tried 49603, but I don&#39;t think this works either. About 49000, and I don&#39;t run into problems until later (which I *think* are due to my rapido compilation failing) so that might be okay.<br>
<br>