반응형
이 오류는 Mac 10.7.5에서 python-mysql 설치를 중단했습니다. 단계는 다음과 같습니다.
설치를위한 구성
1) sudo ln -s /usr/local/mysql/lib /usr/local/mysql/lib/mysql
2) Edit the setup_posix.py and change the following mysql_config.path = "mysql_config" to mysql_config.path = "/usr/local/mysql/bin/mysql_config"
3) sudo python setup.py build
다음은 빌드 용 스택 트레이스입니다.
running build
running build_py
copying MySQLdb/release.py -> build/lib.macosx-10.7-intel-2.7/MySQLdb
running build_ext
building '_mysql' extension
llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -Dversion_info=(1,2,4,'final',1) -D__version__=1.2.4 -I/usr/local/mysql/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _mysql.c -o build/temp.macosx-10.7-intel-2.7/_mysql.o -Wno-null-conversion -Os -g -fno-strict-aliasing -arch x86_64
cc1: error: unrecognized command line option "-Wno-null-conversion"
error: command 'llvm-gcc-4.2' failed with exit status 1
귀하의 제안과 아이디어를 환영합니다. 감사.
해결 방법
cflags -Wno-null-conversion -Wno-unused-private-field
를 제거하십시오.
/usr/local/mysql/bin/mysql_config.
처럼:
cflags="-I$pkgincludedir -Wall -Os -g -fno-strict-aliasing -DDBUG_OFF -arch x86_64 " #note: end space!
참조 페이지 https://stackoverflow.com/questions/16127493
반응형
'MySql' 카테고리의 다른 글
MySQL UTF-8 프랑스어 악센트 부호 문제 (0) | 2021.01.03 |
---|---|
MySQL mysql 테이블 이름에 와일드 카드 사용 (0) | 2021.01.03 |
MySQL Workbench가 데이터베이스 서버에 연결할 수 없음 (0) | 2021.01.03 |
MySQL 레일에서 여러 테이블 결합 (0) | 2021.01.03 |
MySQL Node.js 및 mysql 콜백 : 쿼리 콜백의 쿼리 (0) | 2021.01.03 |
댓글