Re: MySQL-python-1.2.2 errors

2008-03-28 Thread [EMAIL PROTECTED]
I tried commenting out those lines but still got: /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/ pyconfig.h:807:1: warning: this is the location of the previous definition error: command 'gcc' failed with exit status 1 any other ideas other than uninstall and install 32-bit

Re: MySQL-python-1.2.2 errors

2008-03-25 Thread Karen Tracey
On Tue, Mar 25, 2008 at 5:09 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > So, even though my CPU architecture is 64-bit I should install the 32- > bit version of MySQL? > Depends on the Python you are building with. They need to match. Alternatively perhaps the commenting-out of the uin

Re: MySQL-python-1.2.2 errors

2008-03-25 Thread [EMAIL PROTECTED]
So, even though my CPU architecture is 64-bit I should install the 32- bit version of MySQL? On Mar 25, 8:04 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Tue, Mar 25, 2008 at 3:49 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> > wrote: > > > > > > > Hello, > > > I'm trying to build MySQL-python-

Re: MySQL-python-1.2.2 errors

2008-03-25 Thread Mike H
I had the same problem just this morning. Commenting out #ifndef uint #define uint unsigned int #endif from _mysql.c fixed it for me, and all the django tests pass with a mysql backend afterwards, so I should be safe :) Cheers, Mike On 25 Mar 2008, at 15:04, Karen Tracey wrote: > On Tue, M

Re: MySQL-python-1.2.2 errors

2008-03-25 Thread Karen Tracey
On Tue, Mar 25, 2008 at 3:49 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm trying to build MySQL-python-1.2.2 and I don't understand how to > fix these errors: > > running build > running build_py > copying MySQLdb/release.py -> build/lib.macosx-10.3-fat-2.5/MySQLdb > running

Re: MySQL-python-1.2.2 errors

2008-03-25 Thread Evert Rol
You might be better off asking here: https://sourceforge.net/forum/forum.php?forum_id=70461 > I'm trying to build MySQL-python-1.2.2 and I don't understand how to > fix these errors: > > running build > running build_py > copying MySQLdb/release.py -> build/lib.macosx-10.3-fat-2.5/MySQLdb > run

MySQL-python-1.2.2 errors

2008-03-25 Thread [EMAIL PROTECTED]
Hello, I'm trying to build MySQL-python-1.2.2 and I don't understand how to fix these errors: running build running build_py copying MySQLdb/release.py -> build/lib.macosx-10.3-fat-2.5/MySQLdb running build_ext building '_mysql' extension gcc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -fno-strict