我正在尝试构建 MySQLdb 1.2.3。我编辑了构建配置以设置 threadsafe = False,现在,当我构建时,我看到以下内容:
一长串警告阿拉
_mysql.c:986: warning: implicit conversion shortens 64-bit value into a 32-bit value
最后发生 llvm 崩溃:
lipo: /var/folders/fk/648y1j5d0c94ljvc5k0xncmh0000gt/T//ccoAI1iz.out and /var/folders/fk/648y1j5d0c94ljvc5k0xncmh0000gt/T//cc9fJKgC.out have the same architectures (x86_64) and can't be in the same fat output file
error: command 'llvm-gcc-4.2' failed with exit status 1
有没有快速解决这些问题的方法?