When I run the build with gcc 4.0 I get these errors...it continues,
but I've included the first bits...

>sudo python setup.py build
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/usr/local/mysql/
include -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 -g -Os -arch i386 -fno-common -D_P1003_1B_VISIBLE -
DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -
DIGNORE_SIGHUP_SIGQUIT
i686-apple-darwin9-gcc-4.0.1: installation problem, cannot exec 'as':
No such file or directory
In file included from _mysql.c:29:
pymemcompat.h:10:20: error: Python.h: No such file or directory
_mysql.c:30:26: error: structmember.h: No such file or directory
In file included from _mysql.c:40:
/usr/local/mysql/include/mysql.h:47:23: error: sys/types.h: No such
file or directory
_mysql.c:64: error: syntax error before ‘*’ token
_mysql.c:64: warning: type defaults to ‘int’ in declaration of
‘_mysql_MySQLError’
_mysql.c:64: warning: data definition has no type or storage class
_mysql.c:65: error: syntax error before ‘*’ token
_mysql.c:65: warning: type defaults to ‘int’ in declaration of
‘_mysql_Warning’
_mysql.c:65: warning: data definition has no type or storage class
_mysql.c:66: error: syntax error before ‘*’ token
_mysql.c:66: warning: type defaults to ‘int’ in declaration of
‘_mysql_Error’
_mysql.c:66: warning: data definition has no type or storage class
_mysql.c:67: error: syntax error before ‘*’ token
_mysql.c:67: warning: type defaults to ‘int’ in declaration of
‘_mysql_DatabaseError’
_mysql.c:67: warning: data definition has no type or storage class
_mysql.c:68: error: syntax error before ‘*’ token
_mysql.c:68: warning: type defaults to ‘int’ in declaration of
‘_mysql_InterfaceError’
_mysql.c:68: warning: data definition has no type or storage class
_mysql.c:69: error: syntax error before ‘*’ token
_mysql.c:69: warning: type defaults to ‘int’ in declaration of
‘_mysql_DataError’
_mysql.c:69: warning: data definition has no type or storage class
_mysql.c:70: error: syntax error before ‘*’ token

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to