strange, for the record i compile blender mingw-w64 every day no problems here is my user-config.py: WITH_BF_FFMPEG = True WITH_BF_JACK = False WITH_BF_COLLADA = False WITH_BF_OPENAL = True WITH_BF_SDL = True WITH_BF_OPENEXR = True WITH_BF_JPEG = True WITH_BF_PNG = True WITH_BF_TIFF = True WITH_BF_DDS = False WITH_BF_INTERNATIONAL = False WITH_BF_GAMEENGINE = False WITH_BF_PLAYER = False BF_NUMJOBS = 8
2013/9/5 Jeffrey H <[email protected]> > @Antony R. -- A good way to avoid having to uninstall and reinstall python > is to remove python from your PATH variable completely, then add it to the > beginning of your build script. For example, this is my script to build > with MinGW-w64: http://www.pasteall.org/45387/text > > That will call the proper CUDA SDK and proper python installation for the > builder. You would adjust it for your other python and CUDA installs, of > course. > > Regarding the build, I have not been able to reproduce the error on either > my MinGW-w64 or MSVC 2008 builds, whether clean or not. Buildbot is no > example to go by for MinGW-w64; there's an issue with command line length > somewhere. > > > On Thu, Sep 5, 2013 at 8:14 AM, Antony Riakiotakis <[email protected]> > wrote: > > > Last error in 64 bit version looks like is due to temporary trunk > breakage. > > Perhaps an svn up may include the fix it later. I will test the 32bit > > version later to see how it does. It's a pain because I have to install > and > > uninstall the 32/64 bit python each time to test. > > _______________________________________________ > > Bf-committers mailing list > > [email protected] > > http://lists.blender.org/mailman/listinfo/bf-committers > > > > > > -- > Jeffrey "Italic_" Hoover > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers > _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
