JFEI, I just successfully built trunk (just svn updated) with scons/mingw . What might be the problem is the splitting of sources. I don&#39;t need it, my command-line and config are:<br><br>$ scons BF_TOOLSET=mingw BF_CONFIG=mingw<br>
<br>And the config file named &#39;mingw&#39;:<br><br>WITH_BF_FFMPEG = &#39;true&#39;<br><br>WITH_BF_OPENAL = &#39;true&#39;<br>WITH_BF_PLAYER = &#39;true&#39;<br>WITH_BF_GAMEENGINE = &#39;true&#39;<br>WITH_BF_VERSE = &#39;true&#39;<br>
<br>My mingw gcc compiler version is <a href="http://3.4.2.">3.4.2.</a><br><br>/Nathan<br><br><div class="gmail_quote">On Tue, Jun 24, 2008 at 6:10 PM, Chris Want &lt;<a href="mailto:cwant@ualberta.ca">cwant@ualberta.ca</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">Carsten Wartmann wrote:<br>
&gt; Cyril Brulebois schrieb:<br>
&gt;&gt; Joshua Leung &lt;<a href="mailto:aligorith@gmail.com">aligorith@gmail.com</a>&gt; (22/06/2008):<br>
&gt;&gt;&gt; (I saw a similar report on one of the forums at one stage, but can&#39;t<br>
&gt;&gt;&gt; find it now).<br>
&gt;&gt; Reported to this list on the 21st, see &lt;<a href="mailto:485B8FEC.5050400@blenderbuch.de">485B8FEC.5050400@blenderbuch.de</a>&gt;<br>
&gt;&gt; (<a href="http://lists.blender.org/pipermail/bf-committers/2008-June/021299.html" target="_blank">http://lists.blender.org/pipermail/bf-committers/2008-June/021299.html</a>).<br>
&gt;<br>
&gt; Still there.<br>
&gt;<br>
&gt; But I still have no idea how to fix it. Maybe it is just a matter of<br>
&gt; getting some new Libs or so. I did not had the time for a fresh checkout<br>
&gt; so far.<br>
&gt;<br>
&gt; Carsten<br>
<br>
</div>To diagnose where the problem started, maybe try checking out<br>
different revisions and seeing which commit broke your build.<br>
For revision numbers, check this page for revisions that<br>
commit to trunk instead of to a branch:<br>
<br>
<a href="http://lists.blender.org/pipermail/bf-blender-cvs/2008-June/date.html" target="_blank">http://lists.blender.org/pipermail/bf-blender-cvs/2008-June/date.html</a><br>
<br>
Your problem seems to have started on June 20th or earlier, so you<br>
can narrow your scope to revisions on or before number 15291.<br>
<br>
Then you just do, for example:<br>
<br>
$ svn up -r 15291<br>
$ scons<br>
<br>
If that build is still broken, then try an earlier revision to<br>
trunk (next earliest commit to trunk is 15280).<br>
<font color="#888888"><br>
Chris<br>
</font><div><div></div><div class="Wj3C7c">_______________________________________________<br>
Bf-committers mailing list<br>
<a href="mailto:Bf-committers@blender.org">Bf-committers@blender.org</a><br>
<a href="http://lists.blender.org/mailman/listinfo/bf-committers" target="_blank">http://lists.blender.org/mailman/listinfo/bf-committers</a><br>
<br>
</div></div></blockquote></div><br>