Saturday, September 17, 2011

Blender Compiling - mingw - Quick Tip

In case anyone has been having any issues linking Blender when compiling trunk (r.40258) using scons+mingw, here are a few quick tips to help:
  • WITH_BF_INTERNATIONAL = False
    • This is due to some recent changes in trunk this week, which mean that the "textdomain__" and "bindtextdomain___" symbols aren't found.
  • WITH_BF_OPENEXR = False
    • This one is a slightly older hack, but it had something to do with OpenEXR lib versions (IIRC, the mingw versions are older than the msvc ones, or may have been depending on some msvc things). Either way, this didn't compile

No comments:

Post a Comment