I'm getting this message, with the error at the bottom:
running build running build_py copying MySQLdb/release.py -> build/lib.macosx-10.5-i386-2.5/MySQLdb running build_ext building '_mysql' extension gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -Os -Wall -Wstrict-prototypes -DMACOSX -I/usr/include/ffi -DENABLE_DTRACE -pipe -Dversion_info=(1,2,2,'final',0) -D__version__=1.2.2 -I/Applications/xampp/xamppfiles/include/mysql -I/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c _mysql.c -o build/temp.macosx-10.5-i386-2.5/_mysql.o -arch i386 -arch ppc unable to execute gcc: No such file or directory error: command 'gcc' failed with exit status 1
unable to execute gcc: No such file or directory
You need the C compiler to compile the core of the package. I don't know if there is a binary (pre-compiled) install file for the Mac.
Ah. Stupid. That's what I get for trying to do things beyond my skill level. Thanks!
You need to install the Apple Developer Tools DVD (Xcode et al) that comes with OS X.
Log in to post a comment.
I'm getting this message, with the error at the bottom:
running build
running build_py
copying MySQLdb/release.py -> build/lib.macosx-10.5-i386-2.5/MySQLdb
running build_ext
building '_mysql' extension
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -Os -Wall -Wstrict-prototypes -DMACOSX -I/usr/include/ffi -DENABLE_DTRACE -pipe -Dversion_info=(1,2,2,'final',0) -D__version__=1.2.2 -I/Applications/xampp/xamppfiles/include/mysql -I/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c _mysql.c -o build/temp.macosx-10.5-i386-2.5/_mysql.o -arch i386 -arch ppc
unable to execute gcc: No such file or directory
error: command 'gcc' failed with exit status 1
unable to execute gcc: No such file or directory
You need the C compiler to compile the core of the package.
I don't know if there is a binary (pre-compiled) install file for the Mac.
Ah. Stupid. That's what I get for trying to do things beyond my skill level. Thanks!
You need to install the Apple Developer Tools DVD (Xcode et al) that comes with OS X.