Need help here:
- OSX 10.7.3
- Blender 2.62
- Python 3.2.2 (installed with the python.mpkg installer)
And i’ve this error from gcc-4.2 :
python3 setup.py install
running install
running build
running build_py
creating build
creating build/lib.macosx-10.6-intel-3.2
creating build/lib.macosx-10.6-intel-3.2/pyawd
copying src/pyawd/__init__.py -> build/lib.macosx-10.6-intel-3.2/pyawd
...
creating build/lib.macosx-10.6-intel-3.2/pyawd/utils
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -DPYTHON_VERSION=3 -Iinclude -I/usr/local/include -I/Library/Frameworks/Python.framework/Versions/3.2/include/python3.2m -c src/util.cc -o build/temp.macosx-10.6-intel-3.2/src/util.o
unable to execute gcc-4.2: No such file or directory
error: command ‘gcc-4.2’ failed with exit status 1