mysqldb install problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tommy Grav

    mysqldb install problem

    I am trying to install mysqldb-1.2.2 on my PPC running 10.5.2 and
    Activepython 2.5.1.1
    when I get this error:

    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-aliasing -
    Wno-long-double -no-cpp-precomp -mno-fused-madd -fPIC -fno-common -
    dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -
    Dversion_info=( 1,2,2,'final',0 ) -D__version__=1. 2.2 -I/usr/local/mysql/
    include -I/Library/Frameworks/Python.framewor k/Versions/2.5/include/
    python2.5 -c _mysql.c -o build/temp.macosx-10.3-fat-2.5/_mysql.o -g -
    Os -arch ppc64 -fno-common -D_P1003_1B_VISI BLE -DSIGNAL_WITH_VI O_CLOSE
    -DSIGNALS_DONT_B REAK_READ -DIGNORE_SIGHUP_ SIGQUIT -
    DDONT_DECLARE_C XA_PURE_VIRTUAL
    In file included from /Library/Frameworks/Python.framewor k/Versions/
    2.5/include/python2.5/Python.h:57,
    from pymemcompat.h:1 0,
    from _mysql.c:29:
    /Library/Frameworks/Python.framewor k/Versions/2.5/include/python2.5/
    pyport.h:734:2: error: #error "LONG_BIT definition appears wrong for
    platform (bad gcc/glibc config?)."
    In file included from _mysql.c:35:
    /usr/local/mysql/include/my_config.h:109 5:1: warning: "SIZEOF_LON G"
    redefined
    In file included from /Library/Frameworks/Python.framewor k/Versions/
    2.5/include/python2.5/Python.h:8,
    from pymemcompat.h:1 0,
    from _mysql.c:29:
    /Library/Frameworks/Python.framewor k/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

    Anyone know what is going on?

    Cheers
    Tommy
Working...