Blender SVN vs MSVC 2010

  1. Checkout blender and windows dependencies
  2. Run cmake with default settings
  3. Compile RelWithDebInfo

Result: http://pastebin.com/y5urbLty

Have I missed some step?

Make sure that you have placed you library folder correctly:

C:\YourBlenderBuildDirectory\blender <- your blender source
C:\YourBlenderBuildDirectory\lib\windows
C:\YourBlenderBuildDirectory\lib\win64

Here’s a guide for cmake + MSVC
http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender/Windows/msvc/CMake

hope it helps

Thanks, but I followed exactly this guide actually.