Hi guys,<br><br>I have recently started getting involved with Blender&#39;s development and I was focusing on trunk - I have contributed some code to the Blender Game Engine cleanup - and lately I&#39;ve been writing my GSoC proposal around Blender 2.5. I have been experiencing some problems with it, mainly linker problems. The structure of the folders is the same as trunk and trunk compiles without errors. The structure is the following:<br>
<br>D:/blender/blender/build.bat<br>D:/blender/lib/windows<br><br>build.bat:<br><br>PATH=%PATH%;C:\Python25;D:\blender25\lib\windows<br>python scons/scons.py -j2 BF_TOOLSET=mingw<br>pause<br><br>And the build log is here: <a href="http://pasteall.org/4848/text">http://pasteall.org/4848/text</a><br>
<br>What am I missing?<br><br><br>