<div>After the release happened, Chris added Python 2.5 building&nbsp;for CMake&nbsp;to the SVN: <a href="http://lists.blender.org/pipermail/bf-blender-cvs/2007-May/009960.html">http://lists.blender.org/pipermail/bf-blender-cvs/2007-May/009960.html
</a>.</div>
<div>&nbsp;</div>
<div>There are still a few odd CMake issues (the debug one Steve mentions and some&nbsp;ffmpeg dlls trying to be added to the release folder when they don&#39;t exist:</div>
<div>&nbsp;</div>
<div>in IF(WITH_FFMPEG)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COMMAND copy /Y \&quot;${WIN_LIBDIR}\\ffmpeg\\lib\\libdts.dll\&quot; \&quot;$\(TargetDir\)\\\&quot;<br>&nbsp;though<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COMMAND copy /Y \&quot;${WIN_LIBDIR}\\ffmpeg\\lib\\xvidcore.dll\&quot; \&quot;$\(TargetDir\)\\\&quot;)
</div>
<div>&nbsp;</div>
<div>But Cmake can still get a good build out with Python 2.5 :)</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>sfogoros wrote:<br>&gt; Oh, I guess I should have said this is from the 2.44 release tree. It&#39;s<br>&gt; not configured for python25 as far as I know.<br>&gt;<br>&gt; Steve<br><br>True :) The Windows release binaries are built with SCons, I don&#39;t know 
<br>how much cmake is in use on Windows. At least it hasn&#39;t been kept<br>up-to-date with the current progress. I just meant to say that, while<br>you are at making changes to your own system, make sure you build<br>against 
2.5, since that&#39;s what the official release does as well.<br><br>/Nathan</div>