Hi,
I have looked at the recent post on sh: "gcc-4.2: command not found" but it seemed not to apply to my situation.
Info: Mac OS X 10.7.2 - MacBook Pro Intel Core i7 XCode 4.2.1
blender ron333$ python scons/scons.py -j 2
Got the following:
scons: Building targets ...
Compiling ==> 'avi.c'
Compiling ==> 'avirgb.c'
sh: gcc-4.2: command not found
sh: gcc-4.2: command not found
scons: *** [/Users/ron333/blender-build/build/darwin/source/blender/avi/intern/avi.o] Error 127
scons: *** [/Users/ron333/blender-build/build/darwin/source/blender/avi/intern/avirgb.o] Error 127
In user-config.py is the following:
# OSX 10.6/7 with Xcode 4.x
MAC_MIN_VERS = '10.6'
MACOSX_DEPLOYMENT_TARGET = '10.6'
MACOSX_SDK='/Developer/SDKs/MacOSX10.6.sdk'
LCGDIR = '#../lib/darwin-9.x.universal'
CC = 'gcc-4.2'
CXX = 'g++-4.2'
I would appreciate your help. I am new at this.
Do you have a full install of xcode?