Blender 2.57 building error (python3.2,scons)

Hey.I’m using Fedora 14 and i used the instructions from this :


And i also look in some blender wiki support articles.

I keep getting this error:

python scons/scons.py
scons: Reading SConscript files ...
Command-line arguments
    No  command-line arguments given
Command-line targets
    No targets given, using default
Using config file: build_files/scons/config/linux2-config.py
Using user-config file: user-config.py
NameError: name 'SUFFIX' is not defined:
  File "/home/kladionicacity/blender-build/blender/SConstruct", line 196:
    opts.Update(env)
  File "/home/kladionicacity/blender-build/blender/scons/scons-local-1.2.0.d20090223/SCons/Variables/__init__.py", line 169:
    execfile(filename, {}, values)
  File "user-config.py", line 7:
    BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}' + SUFFIX

Thanks in advance!