[Bf-committers] trying to build with mingw32

Caleb Joseph comcal116 at gmail.com
Wed Apr 25 07:21:24 CEST 2012


On 25/04/2012 2:36 PM, Yousef Hurfoush wrote:
> scons: done reading SConscript files.
> scons: Building targets ...
> Compiling ==>  'avi.c'
> scons: *** [Z:\Development\blender\build\win32-mingw\source\blender\avi\intern\a
> vi.o] The system cannot find the file specified
> scons: building terminated because of errors.

Looks like MinGW isn't in your Path environment variable. Before running 
SCons, make sure to add it by running SET Path=C:\mingw\bin;%Path%

Obviously you need to replace C:\mingw\ with where you placed MinGW. 
Also are you passing BF_TOOLSET=mingw to SCons? You need to run 
"python.exe scons\scons.py BF_TOOLSET=mingw" from a 32-bit version of 
Python.

Good luck,
Caleb.


More information about the Bf-committers mailing list