A Problem on Building Blender on OS X

Last attempt to build blender master for OS X returns error:

Paul:blender paolo$ python scons/scons.py -j 8
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/darwin-config.py
Using user-config file: user-config.py
Build with parallel jobs: 8
Build with debug symbols: False
OSError: [Errno 2] No such file or directory:
  File "/Users/paolo/blender-build-git/blender/SConstruct", line 296:
    line = btools.get_command_output(command)
  File "./build_files/scons/tools/btools.py", line 19:
    return subprocess.check_output(*popenargs, **kwargs)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 568:
    process = Popen(stdout=PIPE, *popenargs, **kwargs)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 711:
    errread, errwrite)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1308:
    raise child_exception

Anyone might help a newbie?

Thanks,
paolo

Solved.
It seems that in the lib the name of the ‘clang-omp’ folder has changed to ‘clang-omp-3.5’.

paolo